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>
This commit is contained in:
Otavio Salvador 2015-07-23 18:10:39 -03:00
parent 6a868a6714
commit 1c04040365

View File

@ -22,3 +22,4 @@ do_install () {
echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist
}
COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"