summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-01-19 11:45:54 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-22 09:53:10 -0200
commit9eb08907e291fe049d5d83f76c9e2dd63f4496dc (patch)
treef8ec8f17da435add3f17bb0c30118c7415763c16
parente8bf572105866c4c40715ddd418cac86d1222562 (diff)
downloadmeta-fsl-arm-9eb08907e291fe049d5d83f76c9e2dd63f4496dc.tar.gz
qemu-fsl: Disable native and nativesdk builds
The qemu-fsl is intended for use into the target. The native and nativesdk flavours are not supported and should rely on the OE-Core provided ones. This disables the recipe parsing for native and nativesdk build, fixing the following warning: ,---- | WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry | fix-libcap-header-issue-on-some-distro.patch: file could not | be found `---- Change-Id: I8eaf8bc9caf972f5d180115f63862a163915e218 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-devtools/qemu/qemu-fsl_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-fsl_git.bb b/recipes-devtools/qemu/qemu-fsl_git.bb
index 20386e2..ca36c3d 100644
--- a/recipes-devtools/qemu/qemu-fsl_git.bb
+++ b/recipes-devtools/qemu/qemu-fsl_git.bb
@@ -48,3 +48,6 @@ do_install_append() {
48} 48}
49 49
50FILES_${PN} += "/usr/share/qemu/" 50FILES_${PN} += "/usr/share/qemu/"
51
52# FIXME: Avoid WARNING due missing patch for native/nativesdk
53BBCLASSEXTEND = ""