summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-09-10 23:44:40 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-09-18 08:14:23 -0500
commitc58bf39c2e5e7fe10c26ab317ee9456b47e73818 (patch)
treeff96fb8045fff11cbf6ffc01c53185042dece1e8 /common/recipes-graphics
parent0d47e4b862b6f2f2c5c2014c2d5538d3429de7ea (diff)
downloadmeta-intel-c58bf39c2e5e7fe10c26ab317ee9456b47e73818.tar.gz
emgd-driver-bin: add PROVIDES line for virtual opengl components
Both emgd and mesa recipes provides opengl components. With this change recipies which depend on opengl components, can specify what they want, and BSP config selects the right provider recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'common/recipes-graphics')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb1
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
index 6778ee0d..6cf1986f 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
@@ -23,6 +23,7 @@ RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
23# These libraries shouldn't get installed in world builds unless something 23# These libraries shouldn't get installed in world builds unless something
24# explicitly depends upon them. 24# explicitly depends upon them.
25EXCLUDE_FROM_WORLD = "1" 25EXCLUDE_FROM_WORLD = "1"
26PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
26 27
27# Add the ABI dependency at package generation time, as otherwise bitbake will 28# Add the ABI dependency at package generation time, as otherwise bitbake will
28# attempt to find a provider for it (and fail) when it does the parse. 29# attempt to find a provider for it (and fail) when it does the parse.
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
index ee4a313c..7cd4db3b 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
@@ -23,6 +23,7 @@ RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
23# These libraries shouldn't get installed in world builds unless something 23# These libraries shouldn't get installed in world builds unless something
24# explicitly depends upon them. 24# explicitly depends upon them.
25EXCLUDE_FROM_WORLD = "1" 25EXCLUDE_FROM_WORLD = "1"
26PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
26 27
27# Add the ABI dependency at package generation time, as otherwise bitbake will 28# Add the ABI dependency at package generation time, as otherwise bitbake will
28# attempt to find a provider for it (and fail) when it does the parse. 29# attempt to find a provider for it (and fail) when it does the parse.