[meta-freescale] [meta-fsl-arm][PATCH v2] udev-extraconf: allow all users to use gpu

Alexander Shashkevych alex at stunpix.com
Fri Nov 21 08:47:42 PST 2014


Users other than root can't use gpu due to permission restrictions of
/dev/galcore device.
This change adds permissions to galcore device for all users.

Signed-off-by: Alexander Shashkevich <alex at stunpix.com>
---
 recipes-core/udev/udev-extraconf/10-imx.rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-core/udev/udev-extraconf/10-imx.rules
b/recipes-core/udev/udev-extraconf/10-imx.rules
index 1fc32dc..202bf04 100644
--- a/recipes-core/udev/udev-extraconf/10-imx.rules
+++ b/recipes-core/udev/udev-extraconf/10-imx.rules
@@ -22,3 +22,4 @@ KERNEL=="fb2",      MODE="0666"
 KERNEL=="mxc_vpu",  MODE="0666"
 SUBSYSTEM=="video", MODE="0666"
 KERNEL=="gsl_kmod", MODE="0666"
+KERNEL=="galcore",  MODE="0666"
-- 
1.9.1


More information about the meta-freescale mailing list