From: Fabio Berton Date: Wed, 30 Nov 2016 13:07:07 +0000 (-0200) Subject: rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH X-Git-Tag: 2.2~97 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=04011f719c418229bdb8a88bac786cb056d39c9a;p=meta-freescale.git rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- 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" 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}" +