From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:52 +0000 (-0200) Subject: ppa: Set PACKAGE_ARCH to the value of MACHINE_ARCH X-Git-Tag: 2.2~112 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e6d2e3970ee824fbfb0d912b001abfcebfda7b20;p=meta-freescale.git ppa: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index eae77f56..23327627 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_git.bb @@ -44,4 +44,7 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" + COMPATIBLE_MACHINE = "(ls1043ardb)" +PACKAGE_ARCH = "${MACHINE_ARCH}" +