[oe-commits] Laurentiu Palcu : qemux86*.conf: replace XSERVER weak assignment with a hard one

git at git.openembedded.org git at git.openembedded.org
Wed Mar 27 11:16:28 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f9c12a42f9777bc66b2ce63a244e655d167025ed
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f9c12a42f9777bc66b2ce63a244e655d167025ed

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Wed Mar 27 10:48:23 2013 +0200

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]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/qemux86-64.conf |    2 +-
 meta/conf/machine/qemux86.conf    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 90007fb..ff666af 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -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 \
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 7a7cbfd..5f107be 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -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 \





More information about the Openembedded-commits mailing list