From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable
Date: Thu, 03 May 2012 15:35:18 +0100 [thread overview]
Message-ID: <1336055718.30113.125.camel@ted> (raw)
In-Reply-To: <fb85f4acd897466f053198dd9606143b90c14c66.1336015963.git.raj.khem@gmail.com>
On Wed, 2012-05-02 at 20:35 -0700, Khem Raj wrote:
> Now qemu.inc sets a weak definition which is
> not what we want for x86_64 and x86
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/conf/machine/qemux86-64.conf | 2 +-
> meta/conf/machine/qemux86.conf | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
We probably want to keep the weak setting but do it by fixing the
ordering so this happens before the include of qemu.inc...
Cheers,
Richard
> diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
> index 129fe9f..b381627 100644
> --- a/meta/conf/machine/qemux86-64.conf
> +++ b/meta/conf/machine/qemux86-64.conf
> @@ -15,7 +15,7 @@ KERNEL_IMAGETYPE = "bzImage"
> SERIAL_CONSOLE = "115200 ttyS0"
>
> # We bypass swrast but we need it to be present for X to load correctly
> -XSERVER ?= "xserver-xorg \
> +XSERVER = "xserver-xorg \
> mesa-dri-driver-swrast \
> xf86-input-vmmouse \
> xf86-input-keyboard \
> diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
> index 246d5a0..5b25b2f 100644
> --- a/meta/conf/machine/qemux86.conf
> +++ b/meta/conf/machine/qemux86.conf
> @@ -15,7 +15,7 @@ KERNEL_IMAGETYPE = "bzImage"
> SERIAL_CONSOLE = "115200 ttyS0"
>
> # We bypass swrast but we need it to be present for X to load correctly
> -XSERVER ?= "xserver-xorg \
> +XSERVER = "xserver-xorg \
> mesa-dri-driver-swrast \
> xf86-input-vmmouse \
> xf86-input-keyboard \
next prev parent reply other threads:[~2012-05-03 14:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-03 3:35 [PATCH 0/3] Enable xserver-xorg for all qemumachines Khem Raj
2012-05-03 3:35 ` [PATCH 1/3] qemumachines: Enable xserver-xorg as default xserver Khem Raj
2012-05-03 3:35 ` [PATCH 2/3] xserver-xf86-config: Add xorg.conf for arm, mips, ppc, sh qemu machines Khem Raj
2012-05-03 3:35 ` [PATCH 3/3] qemux86-64, qemux86: Override XSERVER variable Khem Raj
2012-05-03 14:35 ` Richard Purdie [this message]
2012-05-03 14:46 ` Khem Raj
2012-05-03 16:47 ` Chris Larson
2012-05-03 17:03 ` Khem Raj
2012-05-08 16:03 ` Khem Raj
2012-05-08 22:06 ` [PATCH 0/3] Enable xserver-xorg for all qemumachines Saul Wold
2012-05-08 22:09 ` Khem Raj
2012-05-08 22:18 ` Khem Raj
2012-05-08 23:50 ` Saul Wold
2012-05-09 0:33 ` Khem Raj
2012-05-11 4:07 ` Saul Wold
2012-05-11 19:30 ` Khem Raj
2012-05-24 17:45 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336055718.30113.125.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.