aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2012-11-02udev: Fix file extension for replacement file1.2Jeremy Stashluk
The file extension doesn't match the recipe file in meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-21udev: Use oe_filter_out to switch to git sourceAndrei Gherzan
Don't redefine SRC_URI just to replace source. We can use oe_filter_out and have this done in one line. Don't append FILESEXTRAPATHS as we don't yet use any local files. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-06-12udev: add 173 bbappend to use GIT for source fetchingOtavio Salvador
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>
2012-06-11udev-extra-rules: addOtavio Salvador
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>
2012-05-29udev-extraconf: add INCPR to ensure a PR bumpOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-29task-base: add a bbappend to bump PR per imx-base.inc changesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-24udev: remove OE-Core 164 releaseOtavio Salvador
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>
2012-02-01udev: import 164 version from OE-CoreOtavio Salvador
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>
2011-08-24udev-extraconf: add custom target udev rules to rootfsAdrian Alonso
* 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>