]> code.ossystems Code Review - meta-freescale.git/commitdiff
udev-rules-qoriq: Make recipe QorIQ specific
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Jul 2015 21:10:39 +0000 (18:10 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:59 +0000 (23:26 -0300)
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>
recipes-core/udev/udev-rules-qoriq.bb

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