qemux86*.conf: replace XSERVER weak assignment with a hard one

Because the qemu.inc is now included before the XSERVER assignment, the
xf86-video-vmware and xf86-video-vmmouse are not built and the X for
qemux86 and qemux86-64 does not start.

[YOCTO #4124]

(From OE-Core rev: f9c12a42f9777bc66b2ce63a244e655d167025ed)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2013-03-27 10:48:23 +02:00 committed by Richard Purdie
parent f9a92d9534
commit 9915f945c9
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
XSERVER ?= "xserver-xorg \
XSERVER = "xserver-xorg \
mesa-driver-swrast \
xf86-input-vmmouse \
xf86-input-keyboard \

View File

@ -14,7 +14,7 @@ KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
XSERVER ?= "xserver-xorg \
XSERVER = "xserver-xorg \
mesa-driver-swrast \
xf86-input-vmmouse \
xf86-input-keyboard \