summaryrefslogtreecommitdiff
path: root/recipes/tasks/task-base.bb
AgeCommit message (Collapse)AuthorFiles
2010-08-03linux-openmoko-2.6.32: upgrade stable patch to 2.6.32.17, move more stuff to ↵Martin Jansa1
modules, update om-gta02 to load them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-08task-base: change the 'set' logic to work a bit betterChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-27shr: drop alsa as distro feature, bump task-base PRMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-13task-base : bump PR because bug.conf changed(details below)Denis 'Gnutoo' Carikli1
kernel-modules was added to MACHINE_EXTRA_RRECOMMENDS in bug.conf, But without bumping the PR of task-base it wouldn't include the kernel modules into the image
2010-02-10task-base.bb: use uniform test for setBernhard Reutner-Fischer1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-04task-base: remove quotes around DISTRO_APMMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-04task-base: Introduce DISTRO_APM and convert recipes to use thatSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-04Revert Introduce DISTRO_apm patch until I get permissionSebastian Spaeth1
* This was committed accidentally * This reverts commit 49d5f70658ab0386bee5869656d0405a6d416e35.
2009-12-04task-base: Introduce DISTRO_apm and convert recipes to use it.Sebastian Spaeth1
* This allows distros to override the apm provider with an DISTRO_apm variable * The change should be transparent and invisible for other distros * This could also be done with a virtual/apm package, and a PREFERED_PROVIDER set to apm Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-30task-base: bump PR to pick up DISTRO_SSH_DAEMON change in shr.confKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-09-21task-base: remove rt3070 again, it needs wifi support to be enabled in the ↵Koen Kooi1
kernel
2009-09-21omap3-touchbook: drag in rt3070 driver using task-baseKoen Kooi1
2009-08-19Let the distro control whether we include hostap or madwifi.Chris Larson1
- Add base_ifelse convenience function to base.bbclass. - Replace all conditionals in the recipes relating to hostap and madwifi to look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia). - Change the default COMBINED_FEATURES to enable: - madwifi, when: - distro has pci, wifi, and madwifi in its features - machine has pci in its features - hostap, when: - 'wifi' and 'hostap' are in distro features - either 'pci' or 'pcmcia' are in both distro and machine features Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi1
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-04-23task-base: added btusb driver to list of recommended BT driversMarcin Juszkiewicz1
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman1
this abstracts psplash to be generic. now as long as something provides a splashfuncs file that sysvinit (and other scripts) can source, and all the approproate init hooks to start the splash etc. you can use psplash, exquisitie, usplash or anything that tickles your fancy. this moves splash toa ${SPLASH} variable to include in your image (or override). the default in angstrom is psplash - unless you override it. opkg also runs a configure script that cna take forever - and so this speically sends off some splash commands (if there) to let you know the systme is alive and working (but just busy). this is one commit as if this breaks things you either want to fix the minor break or totally revert the whole patch. i hope it didn't break anything.
2009-03-31angstrom 2009.X: switch to bluez4Koen Kooi1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>