From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:51 +0000 (-0200) Subject: ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCH X-Git-Tag: 2.2~113 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=20e37793340911f42e89b6d679973cc47a997acb;p=meta-freescale.git ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index 422a922e..98337699 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb @@ -24,4 +24,7 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" + COMPATIBLE_MACHINE = "(ls2080ardb)" +PACKAGE_ARCH = "${MACHINE_ARCH}" +