From: Chunrong Guo <chunrong....@nxp.com>

   fix the below error:
   | ERROR: oe_runmake failed
   | mkimage -f build/src/ppa.its build/obj/ppa.itb
   | sh: 1: dtc: not found

Signed-off-by: Chunrong Guo <b40...@freescale.com>
---
 recipes-bsp/ppa/ppa_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb
index 1e5084e..421d949 100644
--- a/recipes-bsp/ppa/ppa_git.bb
+++ b/recipes-bsp/ppa/ppa_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Primary Protected Application"
 LICENSE = "Freescale-EULA"
 LIC_FILES_CHKSUM = "file://ppa/EULA.txt;md5=60037ccba533a5995e8d1a838d85799c"
 
-DEPENDS += "u-boot-mkimage-native"
+DEPENDS += "u-boot-mkimage-native dtc-native"
 
 inherit deploy
 
-- 
1.9.0

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

Reply via email to