[meta-virtualization] [PATCH 2/2] qemu: Enabled VGA output

Prica, Mihai mihai.prica at intel.com
Tue Jan 29 06:17:53 PST 2013


> -----Original Message-----
> From: David Nyström [mailto:david.c.nystrom at gmail.com]
> Sent: Tuesday, January 29, 2013 4:12 PM
> To: Bruce Ashfield
> Cc: Prica, Mihai; meta-virtualization at yoctoproject.org
> Subject: Re: [meta-virtualization] [PATCH 2/2] qemu: Enabled VGA output
> 
> On Tue 29 Jan 2013 02:54:49 PM CET, Bruce Ashfield wrote:
> > On Tue, Jan 29, 2013 at 8:38 AM, David Nyström
> <david.c.nystrom at gmail.com>wrote:
> >
> >> On 01/29/2013 02:01 PM, Mihai Prica wrote:
> >>
> >>> Signed-off-by: Mihai Prica <mihai.prica at intel.com>
> >>> ---
> >>>    recipes-devtools/qemu/qemu_1.**3.0.bbappend |    3 +++
> >>>    1 file changed, 3 insertions(+)
> >>>    create mode 100644 recipes-devtools/qemu/qemu_1.**3.0.bbappend
> >>>
> >>> diff --git a/recipes-devtools/qemu/qemu_**1.3.0.bbappend
> >>> b/recipes-devtools/qemu/qemu_**1.3.0.bbappend
> >>> new file mode 100644
> >>> index 0000000..2106825
> >>> --- /dev/null
> >>> +++ b/recipes-devtools/qemu/qemu_**1.3.0.bbappend
> >>> @@ -0,0 +1,3 @@
> >>> +# Enables QEMU to display the VGA output DEPENDS_append = " libsdl"
> >>> +SDL = "--enable-sdl"
> >>>
> >>>
> >> Should this really be in meta-virt, this seems a bit distro specific ?
> >>
> >
> > Can PACKAGECONFIG or a DISTRO_FEATURES help here ? SDL for qemu is
> > probably a bad example, but keeping everything that we think is
> > important for out of box experience, or proper operation, contained
> > within a layer is a good thing .. but leaving it conditional on a
> > distro setting for those that really don't want it, seems to strike
> > the right balance.
> >
> > Cheers,
> >
> > Bruce
> 
> Agree, but even in this case, this is something for oe-core to facilitate in the
> qemu recipe.
> Don't get me wrong, I'm not militant about anything, but I would rather like to
> avoid bbappends when possible, if oe-core won't accept a PACKAGECONFIG
> enabling sdl, then lets the merge it here.

Yes, you're right, that’s the right way to go.
I'll tweak the patch with PACKAGECONFIG or DISTRO_FEATURES and see if this can be merged to oe-core and keep you updated.

Thanks,
Mihai

> 
> Br,
> David


More information about the meta-virtualization mailing list