The dtc must be available during build time. It fixes a build error
when host does not have it installed and we are building a native
variant.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb 
b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
index 533bfbf6..ed32a274 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
@@ -3,7 +3,7 @@ require u-boot-fslc-common_${PV}.inc
 DESCRIPTION = "U-boot bootloader mxsboot tool"
 SECTION = "bootloader"
 
-DEPENDS = "openssl"
+DEPENDS = "dtc openssl"
 
 PROVIDES = "u-boot-mxsboot"
 
-- 
2.17.0

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to