summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ls2-phy
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-30 11:06:51 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-12-06 16:25:47 -0200
commit20e37793340911f42e89b6d679973cc47a997acb (patch)
tree77e08f4ab94b0ff387766846670fe22401829e49 /recipes-bsp/ls2-phy
parent61b4494701c15fd1c7338fdfc8de927bf5f64441 (diff)
downloadmeta-freescale-20e37793340911f42e89b6d679973cc47a997acb.tar.gz
ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/ls2-phy')
-rw-r--r--recipes-bsp/ls2-phy/ls2-phy_git.bb3
1 files changed, 3 insertions, 0 deletions
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
24 24
25PACKAGES += "${PN}-image" 25PACKAGES += "${PN}-image"
26FILES_${PN}-image += "/boot" 26FILES_${PN}-image += "/boot"
27
27COMPATIBLE_MACHINE = "(ls2080ardb)" 28COMPATIBLE_MACHINE = "(ls2080ardb)"
29PACKAGE_ARCH = "${MACHINE_ARCH}"
30