diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:56 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 15e3d74a9eb371add2020a12ae65a8558ce6e30c (patch) | |
tree | aaf2603c8604d75d4dba03271438c369117417ad /recipes-extended | |
parent | fbc87c81581b07ad79bdb0b9abfe1a58256aa8dc (diff) | |
download | meta-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.bb | 2 |
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 | ||
15 | COMPATIBLE_MACHINE = "(e500v2)" | 15 | COMPATIBLE_MACHINE = "(e500v2)" |
16 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
17 | |||