summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-30 11:06:56 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-12-06 16:25:47 -0200
commit15e3d74a9eb371add2020a12ae65a8558ce6e30c (patch)
treeaaf2603c8604d75d4dba03271438c369117417ad /recipes-extended
parentfbc87c81581b07ad79bdb0b9abfe1a58256aa8dc (diff)
downloadmeta-freescale-15e3d74a9eb371add2020a12ae65a8558ce6e30c.tar.gz
cantest: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cantest/cantest_1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb
index 1af55397..72062f31 100644
--- a/recipes-extended/cantest/cantest_1.0.bb
+++ b/recipes-extended/cantest/cantest_1.0.bb
@@ -13,3 +13,5 @@ do_install() {
13} 13}
14 14
15COMPATIBLE_MACHINE = "(e500v2)" 15COMPATIBLE_MACHINE = "(e500v2)"
16PACKAGE_ARCH = "${MACHINE_SOCARCH}"
17