From: Otavio Salvador Date: Thu, 23 Jul 2015 21:10:39 +0000 (-0300) Subject: udev-rules-qoriq: Make recipe QorIQ specific X-Git-Tag: 2.1~472 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1c0404036573eeeb5c93daca07b27e8ecc7d1643;p=meta-freescale.git 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 --- 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 () { echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist } +COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"