summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes
Commit message (Collapse)AuthorAgeFilesLines
* kernel.bbclass: pass KERNEL_VERSION through legitimize_package_nameAndreas Oberritter2011-05-201-2/+2
| | | | | | | | | | - KERNEL_VERSION may contain characters unsuitable for package names, e.g. underscores. Use legitimize_package_name to replace those characters. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* blacklist: fix typo in nameKoen Kooi2011-05-181-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab bbclass: put reports in TCLIBC subdirectoryKoen Kooi2011-05-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab, blacklist bbclass: import from meta-angstromKoen Kooi2011-05-163-1/+105
| | | | | | These are good for general use since other distros (SHR, SlugOS) are copying them into their layers nowadays. Let's stop this duplication bu moving them here. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qmake_base.bbclass: use using parallel staging dirsOtavio Salvador2011-05-101-5/+5
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qmake_base.bbclass: sync with oe-core classOtavio Salvador2011-05-101-6/+20
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel.bbclass: mini sync with oe-coreKoen Kooi2011-04-231-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala.bbclass: move from meta-efl to meta-oe as libcanberra_0.26.bb is also ↵Martin Jansa2011-04-161-0/+18
| | | | | | using it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-105-0/+311
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* siteinfo.bbclass: Use linux-uclibceabi instead of uclibcgnueabiKhem Raj2011-03-311-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel.bbclass: blacklist 'kernel-misc' from kernel-modulesKoen Kooi2011-03-241-1/+1
| | | | | | | | When 'kernel-misc' is empty do_rootfs will fail when including 'kernel-modules' The proper fix would be to have a whitelist for the 'kernel-modules' meta-pkg Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel bbclass: sync with OE-core for do_install changesKoen Kooi2011-03-211-63/+35
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-177-0/+976
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>