Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/8] qemu: remove glx/virgl/gtk options from darwin/mingw targets
@ 2019-02-28 13:15 Alexander Kanavin
  2019-02-28 13:15 ` [PATCH 2/8] qemu: enable virglrenderer and glx options for qemu-system-native and nativesdk-qemu Alexander Kanavin
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Alexander Kanavin @ 2019-02-28 13:15 UTC (permalink / raw)
  To: openembedded-core

As they are not supported, and would lead to build failures.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ebee2974d2f..985289f5426 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -122,9 +122,9 @@ make_qemu_wrapper() {
         done
 }
 
-# Disable kvm on targets that do not support it
-PACKAGECONFIG_remove_darwin = "kvm"
-PACKAGECONFIG_remove_mingw32 = "kvm"
+# Disable kvm/virgl/mesa on targets that do not support it
+PACKAGECONFIG_remove_darwin = "kvm virglrenderer glx gtk+"
+PACKAGECONFIG_remove_mingw32 = "kvm virglrenderer glx gtk+"
 
 PACKAGECONFIG[sdl] = "--enable-sdl --with-sdlabi=2.0,--disable-sdl,libsdl2"
 PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr,"
-- 
2.17.1



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

end of thread, other threads:[~2019-02-28 14:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 13:15 [PATCH 1/8] qemu: remove glx/virgl/gtk options from darwin/mingw targets Alexander Kanavin
2019-02-28 13:15 ` [PATCH 2/8] qemu: enable virglrenderer and glx options for qemu-system-native and nativesdk-qemu Alexander Kanavin
2019-02-28 13:15 ` [PATCH 3/8] qemu: add a gtk+ frontend to target builds Alexander Kanavin
2019-02-28 13:15 ` [PATCH 4/8] qemu: remove sdl option from PACKAGECONFIG default Alexander Kanavin
2019-02-28 13:15 ` [PATCH 5/8] qemu: remove support for building against host sdl Alexander Kanavin
2019-02-28 13:15 ` [PATCH 6/8] selftest: add tests for virgl GL acceleration Alexander Kanavin
2019-02-28 13:15 ` [PATCH 7/8] runqemu: add an option to choose the SDL frontend instead of Gtk+ default Alexander Kanavin
2019-02-28 14:14   ` Martin Jansa
2019-02-28 14:16     ` Alexander Kanavin
2019-02-28 13:15 ` [PATCH 8/8] local.conf.sample: enable gtk+ frontend in addition to sdl Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox