diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-23 18:10:39 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
| commit | 1c0404036573eeeb5c93daca07b27e8ecc7d1643 (patch) | |
| tree | d1b36afa63c3633606dd5ecf0ea5413637479a4a | |
| parent | 6a868a671472d454b407a165fc31c5f7dfe783c6 (diff) | |
| download | meta-freescale-1c0404036573eeeb5c93daca07b27e8ecc7d1643.tar.gz | |
udev-rules-qoriq: Make recipe QorIQ specific
The recipe shouldn't be used for non-QorIQ SoCs so this should have
the COMPATIBLE_MACHINE properly set.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-core/udev/udev-rules-qoriq.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index 541d88c48..c0e897e79 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb | |||
| @@ -22,3 +22,4 @@ do_install () { | |||
| 22 | echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist | 22 | echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)" | ||
