diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:02 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 8983eac8f3f4af8d2b466d9e087a88bea4aa6266 (patch) | |
tree | d86da7b48edd13b55847d3b048f918fef200a5c0 /recipes-kernel/pkc-host | |
parent | a5ae68ef3e26a2f19b45bd2eb89b5d7097e85170 (diff) | |
download | meta-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/pkc-host')
-rw-r--r-- | recipes-kernel/pkc-host/pkc-host_git.bb | 2 |
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 | ||
40 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | 40 | COMPATIBLE_MACHINE = "(qoriq-ppc)" |
41 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
42 | |||