diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:05 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | 8f1c90877dbfa9ba347228b28b1c7cfab8213e03 (patch) | |
tree | 96bc28761c74818374d7a914d15f3b060fd37095 /dynamic-layers | |
parent | 88ad0fa359eafb746e5454a8ab03a454bd95ea49 (diff) | |
download | meta-freescale-8f1c90877dbfa9ba347228b28b1c7cfab8213e03.tar.gz |
asf: 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 'dynamic-layers')
-rw-r--r-- | dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb b/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb index e780b05e..cc6629b8 100644 --- a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb +++ b/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb | |||
@@ -35,3 +35,5 @@ do_install(){ | |||
35 | FILES_${PN} += "${libexecdir}" | 35 | FILES_${PN} += "${libexecdir}" |
36 | 36 | ||
37 | COMPATIBLE_MACHINE = "(qoriq)" | 37 | COMPATIBLE_MACHINE = "(qoriq)" |
38 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
39 | |||