Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012
@ 2012-03-30  3:43 edwin.zhai
  2012-03-30  3:43 ` [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc edwin.zhai
  2012-04-03 23:05 ` [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: edwin.zhai @ 2012-03-30  3:43 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

This is the V2 version after Martin and RP's comments: no COMPATIBLE_MACHINE,
and no change for global default preferred virtual/libgl.

Pls. review.

Thanks,
Edwin


The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71:

  procps: don't print error message with kernel 3.0+ (2012-03-28 10:16:30 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib gzhai/fix2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2

Zhai Edwin (1):
  virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc

 meta/conf/machine/include/qemu.inc |    1 +
 meta/conf/machine/qemux86-64.conf  |    1 +
 meta/conf/machine/qemux86.conf     |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

-- 
1.7.5.4




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

* [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc
  2012-03-30  3:43 [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 edwin.zhai
@ 2012-03-30  3:43 ` edwin.zhai
  2012-04-03 23:05 ` [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: edwin.zhai @ 2012-03-30  3:43 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

Still need mesa-xlib for emulation of GLX interface on qemuarm/mips/ppc, where
mesa-dri doesn't work for pure qemu emulator.

[YOCTO #2066] fixed.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/conf/machine/include/qemu.inc |    1 +
 meta/conf/machine/qemux86-64.conf  |    1 +
 meta/conf/machine/qemux86.conf     |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 10ab76e..4ca4753 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -1,5 +1,6 @@
 PCMCIA_MANAGER = "pcmciautils"
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib"
 
 MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen"
 
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 73a4043..129fe9f 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -3,6 +3,7 @@
 #@DESCRIPTION: Machine configuration for running a common x86
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
+PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
 
 require conf/machine/include/tune-x86_64.inc
 require conf/machine/include/qemu.inc
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 3edfe29..246d5a0 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -3,6 +3,7 @@
 #@DESCRIPTION: Machine configuration for running a common x86
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
+PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
 
 require conf/machine/include/tune-i586.inc
 require conf/machine/include/qemu.inc
-- 
1.7.5.4




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

* Re: [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012
  2012-03-30  3:43 [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 edwin.zhai
  2012-03-30  3:43 ` [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc edwin.zhai
@ 2012-04-03 23:05 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-03 23:05 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 03/29/2012 08:43 PM, edwin.zhai@intel.com wrote:
> From: Zhai Edwin<edwin.zhai@intel.com>
>
> This is the V2 version after Martin and RP's comments: no COMPATIBLE_MACHINE,
> and no change for global default preferred virtual/libgl.
>
> Pls. review.
>
> Thanks,
> Edwin
>
>
> The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71:
>
>    procps: don't print error message with kernel 3.0+ (2012-03-28 10:16:30 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib gzhai/fix2
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2
>
> Zhai Edwin (1):
>    virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc
>
>   meta/conf/machine/include/qemu.inc |    1 +
>   meta/conf/machine/qemux86-64.conf  |    1 +
>   meta/conf/machine/qemux86.conf     |    1 +
>   3 files changed, 3 insertions(+), 0 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-04-03 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30  3:43 [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 edwin.zhai
2012-03-30  3:43 ` [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc edwin.zhai
2012-04-03 23:05 ` [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012 Saul Wold

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