]> code.ossystems Code Review - meta-freescale.git/commitdiff
qemu-fsl: Disable native and nativesdk builds
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 19 Jan 2015 13:45:54 +0000 (11:45 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 22 Jan 2015 11:48:28 +0000 (09:48 -0200)
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>
meta-fsl-arm/recipes-devtools/qemu/qemu-fsl_git.bb

index 20386e2278c924c42e907345d1d59577ce0ac672..ca36c3df2e305f1bc2d331caa0b72c6f76ff5012 100644 (file)
@@ -48,3 +48,6 @@ do_install_append() {
 }
 
 FILES_${PN} += "/usr/share/qemu/"
+
+# FIXME: Avoid WARNING due missing patch for native/nativesdk
+BBCLASSEXTEND = ""