diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:07 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 04011f719c418229bdb8a88bac786cb056d39c9a (patch) | |
tree | f59127d8f965468c06c8eb6486c8fee41d5e67ae /recipes-bsp/rcw/rcw_git.bb | |
parent | a0e202b7c095ad9c77249e6e4bec1d189594bab1 (diff) | |
download | meta-freescale-04011f719c418229bdb8a88bac786cb056d39c9a.tar.gz |
rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 067fd3cf..81178617 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" | |||
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
11 | |||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x" |
13 | SRCREV = "6ae9086528019ab55968da05c25bd319737c8e62" | 11 | SRCREV = "6ae9086528019ab55968da05c25bd319737c8e62" |
14 | 12 | ||
@@ -32,4 +30,7 @@ addtask deploy after do_install | |||
32 | 30 | ||
33 | PACKAGES += "${PN}-image" | 31 | PACKAGES += "${PN}-image" |
34 | FILES_${PN}-image += "/boot" | 32 | FILES_${PN}-image += "/boot" |
33 | |||
35 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1021a|ls1043a)" | 34 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1021a|ls1043a)" |
35 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
36 | |||