All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-intel: emenlow xorg fix
@ 2011-11-10 22:59 tom.zanussi
  2011-11-10 22:59 ` [PATCH 1/1] meta-emenlow: fix mesa-dri multiple-providers warning tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-11-10 22:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This fixes a problem with emenlow introduced by a recent xorg change.

The following changes since commit 63253211b4ca30c3a5fa2b4dd9a393247217816e:
  Tom Zanussi (1):
        meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/emenlow-mesa-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/emenlow-mesa-fix

Tom Zanussi (1):
  meta-emenlow: fix mesa-dri multiple-providers warning

 meta-emenlow/conf/machine/emenlow.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



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

* [PATCH 1/1] meta-emenlow: fix mesa-dri multiple-providers warning
  2011-11-10 22:59 [PATCH 0/1] meta-intel: emenlow xorg fix tom.zanussi
@ 2011-11-10 22:59 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-11-10 22:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

commit 8e14cee (xserver-xorg: Add mesa-dri to depends instead of
virtual/libgl) caused meta-emenlow to start failing with:

NOTE: multiple providers are available for mesa-dri (mesa-dri, xpsb-glx)
NOTE: consider defining a PREFERRED_PROVIDER entry to match mesa-dri

This adds a PREFERRED_PROVIDER for mesa-dri and fixes the problem.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-emenlow/conf/machine/emenlow.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 57a96c3..774ef08 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -21,6 +21,7 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim"
 PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-psb"
 PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb"
+PREFERRED_PROVIDER_mesa-dri = "xpsb-glx"
 XSERVER ?= "xserver-psb \
            xserver-psb-extension-dri \
            xserver-psb-extension-dri2 \
-- 
1.7.0.4



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

end of thread, other threads:[~2011-11-10 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-10 22:59 [PATCH 0/1] meta-intel: emenlow xorg fix tom.zanussi
2011-11-10 22:59 ` [PATCH 1/1] meta-emenlow: fix mesa-dri multiple-providers warning tom.zanussi

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.