All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH] Modify libgles-omap3 package to make /dev/pvrsrvkm accessible by non ROOT users.
@ 2009-02-16 18:52 John Willis
  0 siblings, 0 replies; only message in thread
From: John Willis @ 2009-02-16 18:52 UTC (permalink / raw)
  To: openembedded-devel

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      |    1 +
 .../powervr-drivers/libgles-omap3_3.00.00.06.bb    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
 mode change 100644 => 100755
packages/powervr-drivers/libgles-omap3_3.00.00.06.bb

diff --git a/packages/powervr-drivers/libgles-omap3/rc.pvr
b/packages/powervr-drivers/libgles-omap3/rc.pvr
index 4476a9d..1f63d4e 100755
--- a/packages/powervr-drivers/libgles-omap3/rc.pvr
+++ b/packages/powervr-drivers/libgles-omap3/rc.pvr
@@ -15,6 +15,7 @@ if [ -e /dev/pvrsrvkm ] ; then
 fi
 
 mknod /dev/pvrsrvkm c $pvr_maj 0 
+chmod 666 /dev/pvrsrvkm
 
 /usr/bin/pvrsrvinit
 
diff --git a/packages/powervr-drivers/libgles-omap3_3.00.00.06.bb
b/packages/powervr-drivers/libgles-omap3_3.00.00.06.bb
index aba613c..7af52a2
--- a/packages/powervr-drivers/libgles-omap3_3.00.00.06.bb
+++ b/packages/powervr-drivers/libgles-omap3_3.00.00.06.bb
@@ -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"
-- 
1.6.0.5






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-16 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 18:52 [RFC/PATCH] Modify libgles-omap3 package to make /dev/pvrsrvkm accessible by non ROOT users John Willis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.