summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-30 11:06:46 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-12-06 16:25:47 -0200
commit083bfede54996c56e31f10ff74878c5718819d5e (patch)
treed0ccde91fa16b89acbc20ab7e7608cecff7eb4c1 /recipes-dpaa2
parent377dfbb67cde71af993e1f29e737dad4d956b46e (diff)
downloadmeta-freescale-083bfede54996c56e31f10ff74878c5718819d5e.tar.gz
dpl-examples: 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-dpaa2')
-rw-r--r--recipes-dpaa2/dpl-examples/dpl-examples_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
index 17296ffd..aa3ee444 100644
--- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
+++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
@@ -26,3 +26,5 @@ PACKAGES += "${PN}-image"
26FILES_${PN}-image += "/boot" 26FILES_${PN}-image += "/boot"
27 27
28COMPATIBLE_MACHINE = "(ls2080ardb)" 28COMPATIBLE_MACHINE = "(ls2080ardb)"
29PACKAGE_ARCH = "${MACHINE_ARCH}"
30