diff options
| -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 067fd3cfe..81178617b 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 | |||
