Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable xserver-xorg for all qemumachines
@ 2012-05-03  3:35 Khem Raj
  2012-05-03  3:35 ` [PATCH 1/3] qemumachines: Enable xserver-xorg as default xserver Khem Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Khem Raj @ 2012-05-03  3:35 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-05-24 17:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox