From: Tom Zanussi <[email protected]>

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 <[email protected]>
---
 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

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to