diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:30:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:50:44 +0100 |
commit | fa471acc0030c77152c9b72e8f31f6c49f706f01 (patch) | |
tree | ccb5ac9be21e5b865ac292e44029294de26971dc /meta/conf/machine | |
parent | 952b879de5ffdb04a706fc4e2824696b25c4bf11 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 4 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 4 |
2 files changed, 2 insertions, 6 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" | |||
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | # We bypass swrast but we need it to be present for X to load correctly | ||
17 | XSERVER ?= "xserver-xorg \ | 16 | XSERVER ?= "xserver-xorg \ |
18 | mesa-dri-driver-swrast \ | 17 | mesa-dri-driver-swrast \ |
19 | xf86-input-vmmouse \ | 18 | xf86-input-vmmouse \ |
20 | xf86-input-keyboard \ | 19 | xf86-input-keyboard \ |
21 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |
22 | xf86-video-vmware \ | 21 | xf86-video-vmware" |
23 | qemugl" | ||
24 | 22 | ||
25 | require conf/machine/include/qemu.inc | 23 | require conf/machine/include/qemu.inc |
26 | 24 | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 6edf386d0e..ee14bec974 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -13,14 +13,12 @@ KERNEL_IMAGETYPE = "bzImage" | |||
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | # We bypass swrast but we need it to be present for X to load correctly | ||
17 | XSERVER ?= "xserver-xorg \ | 16 | XSERVER ?= "xserver-xorg \ |
18 | mesa-dri-driver-swrast \ | 17 | mesa-dri-driver-swrast \ |
19 | xf86-input-vmmouse \ | 18 | xf86-input-vmmouse \ |
20 | xf86-input-keyboard \ | 19 | xf86-input-keyboard \ |
21 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |
22 | xf86-video-vmware \ | 21 | xf86-video-vmware" |
23 | qemugl" | ||
24 | 22 | ||
25 | require conf/machine/include/qemu.inc | 23 | require conf/machine/include/qemu.inc |
26 | 24 | ||