From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Enable xserver-xorg for all qemumachines
Date: Wed, 2 May 2012 20:35:21 -0700 [thread overview]
Message-ID: <cover.1336015963.git.raj.khem@gmail.com> (raw)
Currently we use kdrive for all qemu machines except x86 and x86_64
this patchset enables it for other qemu machines too
I did not delete the kdrive recipes intentionally since I saw that
there were some images which were using kdrive as xserver
I have successfully sato image in qemumips qemuarm and qemuppc
The following changes since commit 35b5fb2dd2131d4c7dc6635c14c6e08ea6926457:
eglibc-package: remove /var (2012-05-01 12:36:18 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/qemu-xserver-xorg
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/qemu-xserver-xorg
Khem Raj (3):
qemumachines: Enable xserver-xorg as default xserver
xserver-xf86-config: Add xorg.conf for arm,mips,ppc,sh qemu machines
qemux86-64,qemux86: Override XSERVER variable
meta/conf/machine/include/qemu.inc | 9 ++-
meta/conf/machine/qemux86-64.conf | 2 +-
meta/conf/machine/qemux86.conf | 2 +-
.../xserver-xf86-config/qemuarm/xorg.conf | 69 ++++++++++++++++++++
.../xserver-xf86-config/qemumips/xorg.conf | 69 ++++++++++++++++++++
.../xserver-xf86-config/qemumips64/xorg.conf | 69 ++++++++++++++++++++
.../xserver-xf86-config/qemuppc/xorg.conf | 69 ++++++++++++++++++++
.../xserver-xf86-config/qemush4/xorg.conf | 69 ++++++++++++++++++++
.../xorg-xserver/xserver-xf86-config_0.1.bb | 2 +-
9 files changed, 356 insertions(+), 4 deletions(-)
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
--
1.7.5.4
next reply other threads:[~2012-05-03 3:46 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-03 3:35 Khem Raj [this message]
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
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=cover.1336015963.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--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.