diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-02-22 17:54:57 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-04 11:35:40 +0000 |
commit | 80c2d5086a755f49ff88ae12b670e3929986ded7 (patch) | |
tree | 11a88f7b27ed6f2bed08ba5abb1dfb37862478c2 /meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | |
parent | 2a8d728681c321179f9091269e7da10c1b8f3af5 (diff) | |
download | poky-80c2d5086a755f49ff88ae12b670e3929986ded7.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2018.01.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
24 | ln -sf uboot-mkimage ${D}${bindir}/mkimage | 24 | ln -sf uboot-mkimage ${D}${bindir}/mkimage |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN} += "dtc" | ||
28 | |||
27 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |