From 0c6895ced3f99484c30bd465af651b6388f8e06c Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 22 Dec 2015 10:27:30 +0800 Subject: udev-rules-qoriq: restrict COMPATIBLE_MACHINE to qoriq-ppc The autobuilder does a universe fetch with the meta-fsl-* layers enabled, and gets errors when MACHINE=qemux86. Restrict COMPATIBLE_MACHINE to skip this recipe. Fix [Yocto: #8802] Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Acked-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 0fec4bd..1f34b8d 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb @@ -17,3 +17,4 @@ do_install () { install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/ } +COMPATIBLE_MACHINE = "(qoriq-ppc)" -- cgit v1.2.3-54-g00ecf