summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-30 11:06:55 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-12-06 16:25:47 -0200
commitfbc87c81581b07ad79bdb0b9abfe1a58256aa8dc (patch)
tree612eedb7bd94361e959285315b6a08acd1b37ab4 /recipes-core
parent7963dc46189f96de6e8a2c91fb6f33d12a946ce8 (diff)
downloadmeta-freescale-fbc87c81581b07ad79bdb0b9abfe1a58256aa8dc.tar.gz
udev-rules-qoriq: 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-core')
-rw-r--r--recipes-core/udev/udev-rules-qoriq.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb
index d198d024..fb42d694 100644
--- a/recipes-core/udev/udev-rules-qoriq.bb
+++ b/recipes-core/udev/udev-rules-qoriq.bb
@@ -25,4 +25,7 @@ do_install () {
25} 25}
26 26
27ALLOW_EMPTY_${PN} = "1" 27ALLOW_EMPTY_${PN} = "1"
28
28COMPATIBLE_MACHINE = "(qoriq)" 29COMPATIBLE_MACHINE = "(qoriq)"
30PACKAGE_ARCH = "${MACHINE_SOCARCH}"
31