summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev-extraconf
Commit message (Collapse)AuthorAgeFilesLines
* udev-extraconf: replace bbappend with own recipeAlexander Shashkevych2014-12-021-23/+0
| | | | | | | | | | | Forcing udev-extraconf causes various strange effects. This was discussed long time ago in oe-core on [1] and resulted in [2]. [1] http://lists.openembedded.org/pipermail/openembedded-core/2013-April/077880.html [2] http://lists.openembedded.org/pipermail/openembedded-commits/2013-May/148591.html Signed-off-by: Alexander Shashkevich <alex@stunpix.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extraconf: restrict access to graphic buffersAlexander Shashkevych2014-12-021-6/+4
| | | | | | | | For security reasons fb and galcore devices must be only accessible by root user and/or video group. All other users must not have access to graphic buffers. Signed-off-by: Alexander Shashkevich <alex@stunpix.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extraconf: allow all users to use gpuAlexander Shashkevych2014-11-221-0/+1
| | | | | | | | | 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>
* udev-extra-rules: follow meta-oe and use udev-extraconfOtavio Salvador2012-08-021-0/+24
| | | | | | | | This has been dropped from meta-oe so we append udev-extraconf now. For compatibility with udev-extraconf, we need to add an empty space to SRC_URI or the final SRC_URI will be broken. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extra-rules: addOtavio Salvador2012-06-111-24/+0
| | | | | | | | | The BSP expect to have meta-openembedded layer available so we don't override udev-extraconf but udev-extra-rules; the recipe is also fixed to be machine specific to avoid changing the behavior of the udev for other machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extraconf: add custom target udev rules to rootfsAdrian Alonso2011-08-241-0/+24
* Add udev custom target rules 10-imx.rules * Input devices udev rules are disabled since they are already covered in default yocto udev rules, keep custom settings. Signed-off-by: Adrian Alonso <b38018@freescale.com>