]> code.ossystems Code Review - meta-freescale.git/commitdiff
rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 30 Nov 2016 13:07:07 +0000 (11:07 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Dec 2016 18:25:47 +0000 (16:25 -0200)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/rcw/rcw_git.bb

index 067fd3cfe8b77998b41e960343301459e7e99beb..81178617be7936df615df33a2b78385a1254dd94 100644 (file)
@@ -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}"
+