aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-24 12:30:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-24 12:50:44 +0100
commitfa471acc0030c77152c9b72e8f31f6c49f706f01 (patch)
treeccb5ac9be21e5b865ac292e44029294de26971dc /meta/conf/machine/qemux86-64.conf
parent952b879de5ffdb04a706fc4e2824696b25c4bf11 (diff)
downloadopenembedded-core-contrib-fa471acc0030c77152c9b72e8f31f6c49f706f01.tar.gz
qemugl: Remove since support for it was removed from qemu
(From OE-Core rev: 0195a08f77fe0e01b2d7548ccffeaf89d2d780e1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 8d4bd6f487..3852b89932 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -13,14 +13,12 @@ KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
-# We bypass swrast but we need it to be present for X to load correctly
XSERVER ?= "xserver-xorg \
mesa-dri-driver-swrast \
xf86-input-vmmouse \
xf86-input-keyboard \
xf86-input-evdev \
- xf86-video-vmware \
- qemugl"
+ xf86-video-vmware"
require conf/machine/include/qemu.inc