From 14ee34e85f2b4768fb4488f8e708e678b0e23d5d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 22 Feb 2018 17:54:57 -0300 Subject: 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 --- meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-bsp') 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 f1fc564492..1c008be96e 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" -- cgit 1.2.3-korg