[oe] [PATCH] libgles-omap3: use es5 version for 37x machines

Chase Maupin chasemaupin03 at gmail.com
Wed Aug 11 18:05:44 UTC 2010


* Set BINLOCATION to use es5.x version for am37x-evm and
  dm37x-evm machine types.
* Bump PR

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
Signed-off-by: Brijesh Singh <bksingh at ti.com>
---
 recipes/powervr-drivers/libgles-omap3.inc          |    2 +-
 .../powervr-drivers/libgles-omap3_3.01.00.06.bb    |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index d183486..12839e6 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENSE = "proprietary-binary"
 
-PR = "r6"
+PR = "r7"
 
 COMPATIBLE_MACHINE = "(dm37x-evm|am37x-evm|am3517-evm|beagleboard|cm-t35|igep0020|omap3-pandora|omap3-touchbook|omap3evm|omapzoom|omapzoom2|overo|palmpre)"
 
diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
index bb7994f..b3611a3 100644
--- a/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
+++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb
@@ -1,4 +1,6 @@
-BINLOCATION = "${S}/gfx_rel_es3.x"
+BINLOCATION_dm37x-evm = "${S}/gfx_rel_es5.x"
+BINLOCATION_am37x-evm = "${S}/gfx_rel_es5.x"
+BINLOCATION ?= "${S}/gfx_rel_es3.x"
 
 ES2LOCATION = "${S}/gfx_rel_es2.x"
 ES3LOCATION = "${S}/gfx_rel_es3.x"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list