[meta-freescale] [meta-fsl-ppc][PATCH v2 1/2] udev-rules-qoriq: restrict COMPATIBLE_MACHINE to qoriq-ppc

ting.liu at freescale.com ting.liu at freescale.com
Mon Dec 21 18:27:30 PST 2015


From: Ting Liu <ting.liu at freescale.com>

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 <ting.liu at freescale.com>
---
 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)"
-- 
1.9.1



More information about the meta-freescale mailing list