summaryrefslogtreecommitdiffstats
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-24 18:38:55 -0200
commit12ab5db20cf40a42b364e13250004490ea5dbf64 (patch)
tree1e16c421125442bfe0a673c0177a92a2914903a7
parent780668b37208695e0321c831815f9aeacb7242bd (diff)
downloadmeta-fsl-arm-12ab5db20cf40a42b364e13250004490ea5dbf64.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>
-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"