diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:46 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 083bfede54996c56e31f10ff74878c5718819d5e (patch) | |
tree | d0ccde91fa16b89acbc20ab7e7608cecff7eb4c1 /recipes-dpaa2/dpl-examples | |
parent | 377dfbb67cde71af993e1f29e737dad4d956b46e (diff) | |
download | meta-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/dpl-examples')
-rw-r--r-- | recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 |
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" | |||
26 | FILES_${PN}-image += "/boot" | 26 | FILES_${PN}-image += "/boot" |
27 | 27 | ||
28 | COMPATIBLE_MACHINE = "(ls2080ardb)" | 28 | COMPATIBLE_MACHINE = "(ls2080ardb)" |
29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
30 | |||