aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2012-09-07task-base: follow OE-Core the rename to packagegroup-baseOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-07udev-extraconf: follow OE-Core bump for 1.0 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-08-02udev-extra-rules: follow meta-oe and use udev-extraconfOtavio Salvador
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>
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>