]> code.ossystems Code Review - meta-freescale.git/commitdiff
dpl-examples: Set PACKAGE_ARCH to the value of MACHINE_ARCH
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 30 Nov 2016 13:06:46 +0000 (11:06 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Dec 2016 18:25:47 +0000 (16:25 -0200)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-dpaa2/dpl-examples/dpl-examples_git.bb

index 17296ffd540a5d30eab7cde83b174a783122e0f0..aa3ee4447be194f83e720efaea11b418cffd1f50 100644 (file)
@@ -26,3 +26,5 @@ PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 
 COMPATIBLE_MACHINE = "(ls2080ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+