summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-30 11:07:02 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-12-06 16:25:47 -0200
commit8983eac8f3f4af8d2b466d9e087a88bea4aa6266 (patch)
treed86da7b48edd13b55847d3b048f918fef200a5c0 /recipes-kernel
parenta5ae68ef3e26a2f19b45bd2eb89b5d7097e85170 (diff)
downloadmeta-freescale-8983eac8f3f4af8d2b466d9e087a88bea4aa6266.tar.gz
pkc-host: 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-kernel')
-rw-r--r--recipes-kernel/pkc-host/pkc-host_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb
index 8b56b3ae..ece2a613 100644
--- a/recipes-kernel/pkc-host/pkc-host_git.bb
+++ b/recipes-kernel/pkc-host/pkc-host_git.bb
@@ -38,3 +38,5 @@ FILES_${PN} = "${bindir}/cli \
38" 38"
39 39
40COMPATIBLE_MACHINE = "(qoriq-ppc)" 40COMPATIBLE_MACHINE = "(qoriq-ppc)"
41PACKAGE_ARCH = "${MACHINE_SOCARCH}"
42