]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86*.conf: replace XSERVER weak assignment with a hard one
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 27 Mar 2013 08:48:23 +0000 (10:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Mar 2013 11:05:31 +0000 (11:05 +0000)
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]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf

index 90007fb26ea9f7bd873474fbe2f264fe3b042b99..ff666af1f7488d6b4bb10d916a6dae337684df7e 100644 (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 \
index 7a7cbfde8beaf361eba69736b5d3ddf589e1f1b9..5f107bea8bcc27a550b76c6535f5f5a32b6dc75a 100644 (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 \