From 083bfede54996c56e31f10ff74878c5718819d5e Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:06:46 -0200 Subject: [PATCH] dpl-examples: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" FILES_${PN}-image += "/boot" COMPATIBLE_MACHINE = "(ls2080ardb)" +PACKAGE_ARCH = "${MACHINE_ARCH}" + -- 2.40.1