summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 10:27:30 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-23 14:21:24 +0800
commit0c6895ced3f99484c30bd465af651b6388f8e06c (patch)
tree74c6f4b8238536e0a7c20a6a56072ffa83513885 /recipes-core
parent95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc (diff)
downloadmeta-fsl-ppc-0c6895ced3f99484c30bd465af651b6388f8e06c.tar.gz
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 <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev-rules-qoriq.bb1
1 files changed, 1 insertions, 0 deletions
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 () {
17 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/ 17 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/
18} 18}
19 19
20COMPATIBLE_MACHINE = "(qoriq-ppc)"