diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-12-22 10:27:30 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2015-12-23 14:21:24 +0800 |
commit | 0c6895ced3f99484c30bd465af651b6388f8e06c (patch) | |
tree | 74c6f4b8238536e0a7c20a6a56072ffa83513885 | |
parent | 95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/udev/udev-rules-qoriq.bb | 1 |
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 | ||
20 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | ||