summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-23 18:10:39 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commit1c0404036573eeeb5c93daca07b27e8ecc7d1643 (patch)
treed1b36afa63c3633606dd5ecf0ea5413637479a4a /recipes-core
parent6a868a671472d454b407a165fc31c5f7dfe783c6 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev-rules-qoriq.bb1
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 541d88c4..c0e897e7 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
25COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"