diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:06:55 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
commit | fbc87c81581b07ad79bdb0b9abfe1a58256aa8dc (patch) | |
tree | 612eedb7bd94361e959285315b6a08acd1b37ab4 /recipes-core | |
parent | 7963dc46189f96de6e8a2c91fb6f33d12a946ce8 (diff) | |
download | meta-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.bb | 3 |
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 | ||
27 | ALLOW_EMPTY_${PN} = "1" | 27 | ALLOW_EMPTY_${PN} = "1" |
28 | |||
28 | COMPATIBLE_MACHINE = "(qoriq)" | 29 | COMPATIBLE_MACHINE = "(qoriq)" |
30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
31 | |||