From: Otavio Salvador Date: Mon, 19 Jan 2015 13:45:54 +0000 (-0200) Subject: qemu-fsl: Disable native and nativesdk builds X-Git-Tag: 2.1~703 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4782df1f0e7ffb5f52e551dc6ce00366b440d891;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-devtools/qemu/qemu-fsl_git.bb b/meta-fsl-arm/recipes-devtools/qemu/qemu-fsl_git.bb index 20386e22..ca36c3df 100644 --- a/meta-fsl-arm/recipes-devtools/qemu/qemu-fsl_git.bb +++ b/meta-fsl-arm/recipes-devtools/qemu/qemu-fsl_git.bb @@ -48,3 +48,6 @@ do_install_append() { } FILES_${PN} += "/usr/share/qemu/" + +# FIXME: Avoid WARNING due missing patch for native/nativesdk +BBCLASSEXTEND = ""