libgles-omap3: 10205 is still ES5, not ES6
authorKoen Kooi <koen@openembedded.org>
Thu, 7 Oct 2010 12:08:11 +0000 (14:08 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Oct 2010 12:08:11 +0000 (14:08 +0200)
recipes/powervr-drivers/libgles-omap3.inc
recipes/powervr-drivers/libgles-omap3/rc.pvr

index d2ab460..842d6c3 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENSE = "proprietary-binary"
 
-PR = "r8"
+PR = "r9"
 
 COMPATIBLE_MACHINE = "(omap3|ti816x)"
 
index 6513102..ba84cc1 100755 (executable)
@@ -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"