[LEDE-DEV] [PATCH v1 1/4] at91: Add DEVICE_PACKAGES for sama5

Hauke Mehrtens hauke at hauke-m.de
Fri Oct 13 15:44:11 PDT 2017


On 10/13/2017 07:21 PM, Sandeep Sheriker Mallikarjun wrote:
> Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in
> default Snapshot build.
> 
> Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
> ---
>  target/linux/at91/image/sama5.mk | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk
> index 580b51e..1610815 100644
> --- a/target/linux/at91/image/sama5.mk
> +++ b/target/linux/at91/image/sama5.mk
> @@ -3,6 +3,11 @@ define Device/at91-sama5d3_xplained
>    DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained
>    KERNEL_SIZE := 6144k
>    SUBPAGESIZE := 2048
> +  DEVICE_PACKAGES += \
> +        at91bootstrap-sama5d3_xplainednf_uboot \
> +        at91bootstrap-sama5d3_xplainedsd_uboot \
> +        u-boot-sama5d3_xplained_mmc \
> +        u-boot-sama5d3_xplained_nandflash
>  endef
>  TARGET_DEVICES += at91-sama5d3_xplained
>  
> @@ -11,6 +16,12 @@ define Device/at91-sama5d2_xplained
>    DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained
>    KERNEL_SIZE := 6144k
>    SUBPAGESIZE := 2048
> +  DEVICE_PACKAGES += \
> +        at91bootstrap-sama5d2_xplaineddf_qspi_uboot \
> +        at91bootstrap-sama5d2_xplaineddf_uboot \
> +        at91bootstrap-sama5d2_xplainedsd_uboot \
> +        u-boot-sama5d2_xplained_mmc \
> +        u-boot-sama5d2_xplained_spiflash
>  endef
>  TARGET_DEVICES += at91-sama5d2_xplained
>  
> @@ -19,5 +30,12 @@ define Device/at91-sama5d4_xplained
>    DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
>    KERNEL_SIZE := 6144k
>    SUBPAGESIZE := 2048
> +  DEVICE_PACKAGES += \
> +        at91bootstrap-sama5d4_xplaineddf_uboot_secure \
> +        at91bootstrap-sama5d4_xplainednf_uboot_secure \
> +        at91bootstrap-sama5d4_xplainedsd_uboot_secure \
> +        u-boot-sama5d4_xplained_mmc \
> +        u-boot-sama5d4_xplained_nandflash \
> +        u-boot-sama5d4_xplained_spiflash
>  endef
>  TARGET_DEVICES += at91-sama5d4_xplained
> 

This package is not needed any more, they are now getting selected by
the BUILD_DEVICES property in the uboot-at91 package.

Hauke



More information about the Lede-dev mailing list