From: Laurentiu Palcu Date: Wed, 27 Mar 2013 08:48:23 +0000 (+0200) Subject: qemux86*.conf: replace XSERVER weak assignment with a hard one X-Git-Tag: rev_ivi_2015_02_04~13121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd7227acfd0caf5b8b3063739bcbebe29e89165f;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- 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 \