[meta-freescale] [PATCH v2 26/37] rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH

Fabio Berton fabio.berton at ossystems.com.br
Wed Nov 30 05:07:07 PST 2016


Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-bsp/rcw/rcw_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 067fd3c..8117861 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,8 +7,6 @@ DEPENDS += "change-file-endianess-native tcl-native"
 
 inherit deploy
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x"
 SRCREV = "6ae9086528019ab55968da05c25bd319737c8e62"
 
@@ -32,4 +30,7 @@ addtask deploy after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
+
 COMPATIBLE_MACHINE = "(qoriq-ppc|ls1021a|ls1043a)"
+PACKAGE_ARCH = "${MACHINE_SOCARCH}"
+
-- 
2.1.4



More information about the meta-freescale mailing list