diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:51 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 20e37793340911f42e89b6d679973cc47a997acb (patch) | |
tree | 77e08f4ab94b0ff387766846670fe22401829e49 /recipes-bsp | |
parent | 61b4494701c15fd1c7338fdfc8de927bf5f64441 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/ls2-phy/ls2-phy_git.bb | 3 |
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 | ||
25 | PACKAGES += "${PN}-image" | 25 | PACKAGES += "${PN}-image" |
26 | FILES_${PN}-image += "/boot" | 26 | FILES_${PN}-image += "/boot" |
27 | |||
27 | COMPATIBLE_MACHINE = "(ls2080ardb)" | 28 | COMPATIBLE_MACHINE = "(ls2080ardb)" |
29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
30 | |||