]> code.ossystems Code Review - meta-freescale.git/commitdiff
udev-extraconf: allow all users to use gpu
authorAlexander Shashkevych <alex@stunpix.com>
Fri, 21 Nov 2014 16:47:42 +0000 (18:47 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 22 Nov 2014 14:17:04 +0000 (12:17 -0200)
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@stunpix.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-core/udev/udev-extraconf/10-imx.rules

index 1fc32dc48619931cfd5d70989e48e942e1c0265b..202bf0458b466ac71d35f71f0ddd007e78f09600 100644 (file)
@@ -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"