summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-09-17 19:44:16 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-09-18 08:14:41 -0500
commit7b5023275b887851b145abfc38474dbbd328d89c (patch)
treeda0620cbbf06520af7f46726643794c5886db56b
parent7ea54402355c82027a03a21ef21c0241ecc2d533 (diff)
downloadmeta-intel-7b5023275b887851b145abfc38474dbbd328d89c.tar.gz
meta-intel-emgd.inc: specify preferred providers for gl components
By default the gl components are coming from mesa recipe. But for BSPs with EMGD graphics, these components come from emgd and mesa-gl recipes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r--conf/machine/include/meta-intel-emgd.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel-emgd.inc b/conf/machine/include/meta-intel-emgd.inc
index 7334909c..ac99f46a 100644
--- a/conf/machine/include/meta-intel-emgd.inc
+++ b/conf/machine/include/meta-intel-emgd.inc
@@ -1,3 +1,9 @@
1INHERIT += "emgd-gl" 1INHERIT += "emgd-gl"
2GLSUFFIX = "-emgd" 2GLSUFFIX = "-emgd"
3PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}" 3PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}"
4
5PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
6PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
7PREFERRED_PROVIDER_virtual/libgles1 ?= "emgd-driver-bin"
8PREFERRED_PROVIDER_virtual/libgles2 ?= "emgd-driver-bin"
9PREFERRED_PROVIDER_virtual/egl ?= "emgd-driver-bin"