ACK. Best Regards, Zhenhua
> -----Original Message----- > From: [email protected] [mailto:meta-freescale- > [email protected]] On Behalf Of Otavio Salvador > Sent: Tuesday, January 20, 2015 7:36 PM > To: meta-freescale Mailing List > Cc: Otavio Salvador > Subject: [meta-freescale] [meta-fsl-arm][PATCH 4/4] 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 <[email protected]> > --- > recipes-devtools/qemu/qemu-fsl_git.bb | 3 +++ > 1 file changed, 3 insertions(+) > > 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() { > } > > FILES_${PN} += "/usr/share/qemu/" > + > +# FIXME: Avoid WARNING due missing patch for native/nativesdk > +BBCLASSEXTEND = "" > -- > 2.1.4 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
