summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* udev: add 173 bbappend to use GIT for source fetchingOtavio Salvador2012-06-121-0/+23
| | | | | | | | | To avoid fetching errors due uncomplete kernel.org mirrors we're now using the GIT server to fetch the sources; this is how new udev recipes are doing and we now uses this as a workaround in denzil branch for 173 version. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extra-rules: addOtavio Salvador2012-06-113-11/+19
| | | | | | | | | 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 INCPR to ensure a PR bumpOtavio Salvador2012-05-291-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* task-base: add a bbappend to bump PR per imx-base.inc changesOtavio Salvador2012-05-291-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: remove OE-Core 164 releaseOtavio Salvador2012-03-2413-768/+0
| | | | | | | | | OE-Core will be branching to Yocto's 2012 first release soon and udev version won't be change until that. We are currently focusing this release and removing this duplicated source avoids the need of udev fixes done in Yocto's branch to be backported. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: import 164 version from OE-CoreOtavio Salvador2012-02-0113-0/+768
| | | | | | | | | Currently supported machines doesn't support kernel above 2.6.35 thus forcing us to be using udev 164 version for now. Once kernel is updated, this ought to be reverted. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extraconf: add custom target udev rules to rootfsAdrian Alonso2011-08-242-0/+33
* 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>