From 1c0404036573eeeb5c93daca07b27e8ecc7d1643 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Jul 2015 18:10:39 -0300 Subject: [PATCH] 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 --- recipes-core/udev/udev-rules-qoriq.bb | 1 + 1 file changed, 1 insertion(+) 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)" -- 2.40.1