From: Otavio Salvador Date: Thu, 22 Feb 2018 20:54:57 +0000 (-0300) Subject: u-boot-mkimage: Add dependency on dtc X-Git-Tag: yocto-4.0~14185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14ee34e85f2b4768fb4488f8e708e678b0e23d5d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot-mkimage: Add dependency on dtc 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 Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- 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..1c008be96e7 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 @@ -24,4 +24,6 @@ do_install () { ln -sf uboot-mkimage ${D}${bindir}/mkimage } +RDEPENDS_${PN} += "dtc" + BBCLASSEXTEND = "native nativesdk"