[OE-core] [PATCH] u-boot-mkimage: Add dependency on dtc

Burton, Ross ross.burton at intel.com
Thu Feb 22 12:23:23 UTC 2018


Shouldn't this be dtc-native?

Ross

On 22 February 2018 at 07:36, Otavio Salvador <otavio at ossystems.com.br>
wrote:

> The dtc is used when generating images which use Device Tree and we
> must use the OE version to avoid relying on the host one.
>
> Reported-by: Renato Caldas <rm.santos.caldas at gmail.com>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>
>  meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb
> b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb
> index f1fc5644922..1d55f2899a1 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb
> +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb
> @@ -1,7 +1,7 @@
>  require u-boot-common_${PV}.inc
>
>  SUMMARY = "U-Boot bootloader image creation tool"
> -DEPENDS = "openssl"
> +DEPENDS = "openssl dtc"
>
>  EXTRA_OEMAKE_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC}
> ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"
> STRIP=true V=1'
>  EXTRA_OEMAKE_class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS}
> ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"
> STRIP=true V=1'
> --
> 2.16.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180222/d6f9d2c7/attachment-0002.html>


More information about the Openembedded-core mailing list