[oe-commits] Koen Kooi : libgles-omap3: 10205 is still ES5, not ES6

git version control git at git.openembedded.org
Thu Oct 7 12:10:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4797af3e03f52e678c2106619a803688458682d0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4797af3e03f52e678c2106619a803688458682d0

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct  7 14:08:11 2010 +0200

libgles-omap3: 10205 is still ES5, not ES6

---

 recipes/powervr-drivers/libgles-omap3.inc    |    2 +-
 recipes/powervr-drivers/libgles-omap3/rc.pvr |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index d2ab460..842d6c3 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 = "r8"
+PR = "r9"
 
 COMPATIBLE_MACHINE = "(omap3|ti816x)"
 
diff --git a/recipes/powervr-drivers/libgles-omap3/rc.pvr b/recipes/powervr-drivers/libgles-omap3/rc.pvr
index 6513102..ba84cc1 100755
--- a/recipes/powervr-drivers/libgles-omap3/rc.pvr
+++ b/recipes/powervr-drivers/libgles-omap3/rc.pvr
@@ -90,7 +90,7 @@ case $CPUTYPE in
 	devmem2 0x48180900 w 0x2
 	devmem2 0x48180920 w 0x2
 
-	ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x10205:6: -e s:0x10201:3: -e s:0x10003:2: | tail -n1 | awk -F': ' '{print $2}')"
+	ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x10205:5: -e s:0x10201:3: -e s:0x10003:2: | tail -n1 | awk -F': ' '{print $2}')"
 
 	if [ "${ES_REVISION}" != "${SAVED_ESREVISION}" ] ; then
 		echo -n "Starting SGX fixup for"





More information about the Openembedded-commits mailing list