[meta-freescale] [PATCH] ppa: Add dtc-native on DEPENDS

Chunrong Guo B40290 at freescale.com
Thu Feb 16 22:53:33 PST 2017


From: Chunrong Guo <chunrong.guo at 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 <B40290 at 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



More information about the meta-freescale mailing list