summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAlexander Shashkevych <alex@stunpix.com>2014-11-21 18:47:42 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-22 12:17:04 -0200
commit5593081ccc97633c1b2b7d12b1827a20498e7f0e (patch)
treea02afc421adcadc09535e2531012a79e94390bda /recipes-core
parent0024ec68dc40389c299ad4f4667ac9eabf20b33e (diff)
downloadmeta-fsl-arm-5593081ccc97633c1b2b7d12b1827a20498e7f0e.tar.gz
udev-extraconf: allow all users to use gpu
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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev-extraconf/10-imx.rules1
1 files changed, 1 insertions, 0 deletions
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"
22KERNEL=="mxc_vpu", MODE="0666" 22KERNEL=="mxc_vpu", MODE="0666"
23SUBSYSTEM=="video", MODE="0666" 23SUBSYSTEM=="video", MODE="0666"
24KERNEL=="gsl_kmod", MODE="0666" 24KERNEL=="gsl_kmod", MODE="0666"
25KERNEL=="galcore", MODE="0666"