diff options
| -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 () {  	ln -sf uboot-mkimage ${D}${bindir}/mkimage  } +RDEPENDS_${PN} += "dtc" +  BBCLASSEXTEND = "native nativesdk" | 
