libgles-omap3: make /dev/pvrsrvkm accessible by non ROOT users.
authorJohn Willis <John.Willis@Distant-earth.com>
Mon, 16 Feb 2009 18:52:19 +0000 (18:52 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 16 Feb 2009 19:34:19 +0000 (20:34 +0100)
* Tested by running several OGLES apps on the Pandora as a normal user, should
also be fine on the Beagle/Overo/OMAP3EVM etc.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
packages/powervr-drivers/libgles-omap3/rc.pvr
packages/powervr-drivers/libgles-omap3_3.00.00.06.bb

index 4476a9d..1f63d4e 100755 (executable)
@@ -15,6 +15,7 @@ if [ -e /dev/pvrsrvkm ] ; then
 fi
 
 mknod /dev/pvrsrvkm c $pvr_maj 0 
+chmod 666 /dev/pvrsrvkm
 
 /usr/bin/pvrsrvinit
 
index aba613c..7af52a2 100644 (file)
@@ -2,7 +2,7 @@ require libgles-omap3.inc
 
 # Not released yet
 #DEFAULT_PREFERENCE = "-1"
-PR = "r5"
+PR = "r6"
 
 SGXPV = "3_00_00_06"
 IMGPV = "1.3.13.1397"