[meta-freescale] [meta-fsl-ppc][PATCH] qemu: remove unavailable configuration options

Josep Puigdemont josep.puigdemont at enea.com
Fri Sep 5 09:07:58 PDT 2014


On Fri, Sep 05, 2014 at 12:34:26PM -0300, Otavio Salvador wrote:
> On Fri, Sep 5, 2014 at 12:16 PM, Josep Puigdemont
> <josep.puigdemont at enea.com> wrote:
> > The preferred version of qemu defined in this layer (1.7) does not have
> > the same configuration options as the original yocto version (2.0).
> > Since this recipe includes yocto's qemu.inc, some of the configuration
> > options defined there generate an error during the do_configure task:
> >
> > | ERROR: unknown option --disable-lzo
> > | ERROR: unknown option --disable-numa
> > | ERROR: unknown option --disable-quorum
> >
> > Setting PACKAGECONFIG[otion] to an empty string fixes the problem.
> >
> > Addresses bug:
> > [YOCTO #6690]
> >
> > Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
> > ---
> >  recipes-devtools/qemu/qemu_fslgit.bb | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
> > index 88e78b5..8c329a2 100644
> > --- a/recipes-devtools/qemu/qemu_fslgit.bb
> > +++ b/recipes-devtools/qemu/qemu_fslgit.bb
> > @@ -1,5 +1,9 @@
> >  require recipes-devtools/qemu/qemu.inc
> 
> It's be nice to have a comment here saying it ought to be removed when
> moving to 2.0+.

Agreed, good thinking.
I assume the commiter can ammend the commit and add the comment, or do you want
me to send a new patch?

Thanks,

/Josep

> 
> > +PACKAGECONFIG[quorum] = ""
> > +PACKAGECONFIG[lzo]    = ""
> > +PACKAGECONFIG[numa]   = ""
> > +
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
> >                      file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
> >
> > --
> > 1.9.3
> >
> > --
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> 
> 
> 
> -- 
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list