[oe-commits] Max Eliaser : qemux86-64: support X11 when QEMU is emulating a different GPU than vmware

git at git.openembedded.org git at git.openembedded.org
Wed Aug 27 11:13:25 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 1216de77a7f23fa10e34aee1ebe27fcc6a6589c0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1216de77a7f23fa10e34aee1ebe27fcc6a6589c0

Author: Max Eliaser <max.eliaser at intel.com>
Date:   Tue Aug 26 10:34:13 2014 -0700

qemux86-64: support X11 when QEMU is emulating a different GPU than vmware

QEMU is capable of emulating four different VGA adapters: cirrus, std, vmware,
and QXL. By adding the cirrus and fbdev X.Org drivers to the qemux86-64 image,
the image can be made to launch an X server on when cirrus and std are chosen,
in addition to just vmware. (The build of QEMU in OE-Core appears to have QXL
disabled, meaning a driver for it is unnecessary.)

The runqemu script now allows the choice of emulated VGA adapter to be
specified manually, so it's important that qemux86-64 supports any configuration
the user might choose without requiring the image to be rebuilt.

Signed-off-by: Max Eliaser <max.eliaser at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/qemux86-64.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 642a2d9..837f9f4 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -20,6 +20,8 @@ XSERVER = "xserver-xorg \
            xf86-input-vmmouse \
            xf86-input-keyboard \
            xf86-input-evdev \
+           xf86-video-cirrus \
+           xf86-video-fbdev \
            xf86-video-vmware"
 
 MACHINE_FEATURES += "x86"



More information about the Openembedded-commits mailing list