All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice
@ 2017-09-13 20:46 Martin Jansa
  2017-09-13 20:48 ` Martin Jansa
  2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2017-09-13 20:46 UTC (permalink / raw)
  To: openembedded-core

* this is only for test
* it should be enabled in some distro layer which prefers extra
  native dependencies for virglrenderer and enables meta-pyton
  for spice
* cannot enable gtk+ for native builds, because there is no gtk+3-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index e0b8647e88..ddf4c63edd 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -75,10 +75,10 @@ do_install_append() {
 # END of qemu-mips workaround
 
 PACKAGECONFIG ??= " \
-	fdt sdl kvm \
+	fdt sdl sdl2 virglrenderer kvm \
 	${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \
 	"
-PACKAGECONFIG_class-native ??= "fdt alsa kvm"
+PACKAGECONFIG_class-native ??= "fdt alsa kvm sdl sdl2 virglrenderer"
 PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm"
 
 # Handle distros such as CentOS 5 32-bit that do not have kvm support
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice
  2017-09-13 20:46 [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice Martin Jansa
@ 2017-09-13 20:48 ` Martin Jansa
  2017-09-13 21:05   ` Martin Jansa
  2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2017-09-13 20:48 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

On Wed, Sep 13, 2017 at 10:46:47PM +0200, Martin Jansa wrote:
> * this is only for test
> * it should be enabled in some distro layer which prefers extra
>   native dependencies for virglrenderer and enables meta-pyton
>   for spice
> * cannot enable gtk+ for native builds, because there is no gtk+3-native

ignore this one, sending last patch but from wrong branch.

> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta/recipes-devtools/qemu/qemu.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
> index e0b8647e88..ddf4c63edd 100644
> --- a/meta/recipes-devtools/qemu/qemu.inc
> +++ b/meta/recipes-devtools/qemu/qemu.inc
> @@ -75,10 +75,10 @@ do_install_append() {
>  # END of qemu-mips workaround
>  
>  PACKAGECONFIG ??= " \
> -	fdt sdl kvm \
> +	fdt sdl sdl2 virglrenderer kvm \
>  	${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \
>  	"
> -PACKAGECONFIG_class-native ??= "fdt alsa kvm"
> +PACKAGECONFIG_class-native ??= "fdt alsa kvm sdl sdl2 virglrenderer"
>  PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm"
>  
>  # Handle distros such as CentOS 5 32-bit that do not have kvm support
> -- 
> 2.14.1
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ✗ patchtest: failure for WIP: qemu: enable sdl2 virglrenderer gtk+ spice
  2017-09-13 20:46 [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice Martin Jansa
  2017-09-13 20:48 ` Martin Jansa
@ 2017-09-13 21:00 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-09-13 21:00 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

== Series Details ==

Series: WIP: qemu: enable sdl2 virglrenderer gtk+ spice
Revision: 1
URL   : https://patchwork.openembedded.org/series/8880/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at de70799af1)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice
  2017-09-13 20:48 ` Martin Jansa
@ 2017-09-13 21:05   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2017-09-13 21:05 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

On Wed, Sep 13, 2017 at 10:48:05PM +0200, Martin Jansa wrote:
> On Wed, Sep 13, 2017 at 10:46:47PM +0200, Martin Jansa wrote:
> > * this is only for test
> > * it should be enabled in some distro layer which prefers extra
> >   native dependencies for virglrenderer and enables meta-pyton
> >   for spice
> > * cannot enable gtk+ for native builds, because there is no gtk+3-native
> 
> ignore this one, sending last patch but from wrong branch.

[Patchwork-Status: Rejected]

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-13 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 20:46 [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice Martin Jansa
2017-09-13 20:48 ` Martin Jansa
2017-09-13 21:05   ` Martin Jansa
2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.