diff options
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 | |||