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>
This commit is contained in:
Nitin A Kamble 2013-09-17 19:44:16 +00:00 committed by Tom Zanussi
parent 7ea5440235
commit 7b5023275b

View File

@ -1,3 +1,9 @@
INHERIT += "emgd-gl" INHERIT += "emgd-gl"
GLSUFFIX = "-emgd" GLSUFFIX = "-emgd"
PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}" PACKAGE_EXTRA_ARCHS_append = " ${TUNE_PKGARCH}${GLSUFFIX}"
PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
PREFERRED_PROVIDER_virtual/libgles1 ?= "emgd-driver-bin"
PREFERRED_PROVIDER_virtual/libgles2 ?= "emgd-driver-bin"
PREFERRED_PROVIDER_virtual/egl ?= "emgd-driver-bin"