[oe] [PATCH 2/2] qemu.inc: Switch to xserver-xorg

Tom Rini tom_rini at mentor.com
Mon Jan 10 16:24:56 UTC 2011


Keeping with xserver-kdrive means that we have a sometimes race
in that xserver-kdrive is too old for the other xorg components that
are built (with X11R7.5) to build.  So we switch to xserver-xorg and
appropriate modules.  Tested on qemux86 and x11-image.

Acked-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
 conf/machine/include/qemu.inc |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc
index 852c12a..83bd67f 100644
--- a/conf/machine/include/qemu.inc
+++ b/conf/machine/include/qemu.inc
@@ -1,5 +1,11 @@
 PCMCIA_MANAGER = "pcmciautils"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
 GUI_MACHINE_CLASS = "bigscreen"
 
 MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard touchscreen"
-- 
1.7.0.2





More information about the Openembedded-devel mailing list