aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2013-01-15nativesdk-packagegroup-sdk-host: Fix inclusion of elftosb and mxsldrOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-18udev: Drop bbappend as Meta-OpenEmbedded does not has it anymoreOtavio Salvador
The OpenEmbedded-Core has update udev to 182 so making Meta-OpenEmbedded one no more required. This allow us to simplify the layer and remove a default dependency in Meta-OpenEmbedded. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27meta-toolchain: Include elftosb and mxsldr in toolchainOtavio Salvador
Change-Id: I14bd48f6ef23232b184b477cb4d3322885530d11 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-03Revert "udev: Fix file extension for replacement file"Otavio Salvador
This reverts commit 0ddaba3e97b4582ad1e336e8d61e844db3744b50 as the meta-openembedded's udev recipe, in master branch, uses the '.bz2' file extension. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-02udev: Fix file extension for replacement fileJeremy 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-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>