Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Richard Purdie
On Mon, 2019-02-25 at 09:29 -0600, Joshua Watt wrote: > On Mon, 2019-02-25 at 13:52 +0100, Alexander Kanavin wrote: > > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > > wrote: > > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > > Except for ming32/darwin, which do not support

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Joshua Watt
On Mon, 2019-02-25 at 13:52 +0100, Alexander Kanavin wrote: > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > wrote: > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > Except for ming32/darwin, which do not support them. > > > > > > Signed-off-by: Alexander Kanavin > > > --- >

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Khem Raj
On Mon, Feb 25, 2019 at 4:52 AM Alexander Kanavin wrote: > > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > wrote: > > > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > Except for ming32/darwin, which do not support them. > > > > > > Signed-off-by: Alexander Kanavin > > >

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Alexander Kanavin
On Mon, 25 Feb 2019 at 12:02, Richard Purdie wrote: > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > Except for ming32/darwin, which do not support them. > > > > Signed-off-by: Alexander Kanavin > > --- > > meta/recipes-devtools/qemu/qemu.inc | 10 +- > > 1 file

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Richard Purdie
On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > Except for ming32/darwin, which do not support them. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/qemu/qemu.inc | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git

[OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-22 Thread Alexander Kanavin
Except for ming32/darwin, which do not support them. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-09 Thread Alexander Kanavin
On Sat, 9 Feb 2019 at 10:32, Martin Jansa wrote: > Does enabling virglrenderer and glx do anything useful without any UI? > If not then I guess it should be enabled directly here or all 3 enabled > only in the poky's local.conf. Yes, absolutely. You can instruct qemu to render to an off-screen

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-09 Thread Martin Jansa
On Sat, Feb 09, 2019 at 12:32:13AM +0100, Alexander Kanavin wrote: > On Sat, 9 Feb 2019 at 00:12, Martin Jansa wrote: > > > " > > > -PACKAGECONFIG_class-native ??= "fdt alsa kvm" > > > -PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm" > > > +PACKAGECONFIG_class-native ??= "fdt alsa kvm

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-08 Thread Alexander Kanavin
On Sat, 9 Feb 2019 at 00:12, Martin Jansa wrote: > > " > > -PACKAGECONFIG_class-native ??= "fdt alsa kvm" > > -PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm" > > +PACKAGECONFIG_class-native ??= "fdt alsa kvm virglrenderer glx" > > +PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm virglrenderer

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-08 Thread Martin Jansa
On Fri, Feb 08, 2019 at 03:45:43PM +0100, Alexander Kanavin wrote: > Except for ming32/darwin, which do not support them. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/qemu/qemu.inc | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git

[OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-08 Thread Alexander Kanavin
Except for ming32/darwin, which do not support them. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index