From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [RFC/PATCH] Modify libgles-omap3 package to make /dev/pvrsrvkm accessible by non ROOT users.
Date: Mon, 16 Feb 2009 18:52:19 -0000 [thread overview]
Message-ID: <012601c99067$b2d3b560$187b2020$@Willis@Distant-earth.com> (raw)
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
reply other threads:[~2009-02-16 18:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='012601c99067$b2d3b560$187b2020$@Willis@Distant-earth.com' \
--to=john.willis@distant-earth.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.