1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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 <rm.santos.caldas@gmail.com>
(From OE-Core rev: 14ee34e85f2b4768fb4488f8e708e678b0e23d5d)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Otavio Salvador
2018-02-22 17:54:57 -03:00
committed by Richard Purdie
parent 2a8d728681
commit 80c2d5086a
@@ -24,4 +24,6 @@ do_install () {
ln -sf uboot-mkimage ${D}${bindir}/mkimage
}
RDEPENDS_${PN} += "dtc"
BBCLASSEXTEND = "native nativesdk"