summaryrefslogtreecommitdiff
path: root/packages/tasks/task-base.bb
AgeCommit message (Collapse)AuthorFiles
2007-05-28task-base: really add task-base-extended, fixed it's codeMarcin Juszkiewicz1
task-base-extended code use sets which are Python 2.4 thing but it has untested workaround for Python 2.3
2007-05-28task-base: add PROVIDES = PACKAGES (requested by Rod Whitby)Marcin Juszkiewicz1
2007-05-28task-base: add task-base-extended which adds wifi/bt for pcmcia/pci/usbhost ↵Marcin Juszkiewicz1
devices
2007-05-21task-base.bb: Add sysvinit-pidof to the default of DISTRO_INIT_MANAGERMatthias Hentges1
2007-05-15task-base: merge r1692 from poky:Koen Kooi1
task-boot: added modutils-initscripts and update-alternatives - busybox use update-alternatives - modutils-initscripts is small and needed for devices with kernel modules in minimal image
2007-05-13task-base: RRECOMMENDS_task-base-kernel26: Add RTC kernel modules.Paul Sokolovsky1
* RTC is basic kernel subsys, so here it goes. * All RTC-related modules are [to be] listed, including CPU-dependent. Specific machine will obviously build only what it needs, and only that will be pulled into image.
2007-04-23task-base: readd orinoco stuff that got removed on last commitKoen Kooi1
2007-04-23task-base: make task-boot machine specificKoen Kooi1
2007-04-19task-base: use task-base-usbgadget for the usbgadget machine/distro feature.Philipp Zabel1
- this brings back g_ether.
2007-04-13task-base: major restructureMarcin Juszkiewicz1
- task-base-FEATURENAME are built nevermind does MACHINE supports them - task-base depends on task-* packages only - MACHINE/DISTRO features only - task-boot contain stuff needed to get minimal bootable image - task-distro-base contain distro addons - task-machine-base contain machine specific addons - ability to choose SSH daemon (dropbear, openssh, none) by distro - ability to choose /dev/ manager (udev, devfsd, mdev) by distro - ability to choose getty provider (tinylogin by default) by distro With this version it is easier to create smaller rootfs - for example image with ONLY bluetooth support is "task-boot + task-base-bluetooth".
2007-04-12task-base: also ship ide-disk module. Thanks to Michael Raitza for spotting ↵Koen Kooi1
that
2007-04-05task-base: add sir-dev and irtty-sir (suggested by goxboxlive)Koen Kooi1
2007-04-03task-base: Bump PR so people get wifi feature handling fixes.Paul Sokolovsky1
2007-03-30task-base: Add COMBINED_FEATURES uboot and redboot, DISTRO_FEATURES raid ↵Oyvind Repvik1
(empty right now)
2007-03-22task-base: ECB is needed to get WEP workingMarcin Juszkiewicz1
2007-03-09task-base: Fix minimal task confusion (stems from a typo in the original)Richard Purdie1
2007-03-01task-base: fix up merge, we don't need ehci twiceKoen Kooi1
2007-03-01merge of 'ada5eb2ff98e607a69487e53ff58851b544276bc'OpenEmbedded Project1
and 'd7281df1feaae171359b0455075a03fb6061b5ff'
2007-03-01task-base: also ship ehci-hcd for usbhostKoen Kooi1
2007-03-01task-base: add EHCI/UHCI controllers into task-base-usbhostMarcin Juszkiewicz1
2007-02-22task-base: do not ship alsa-conf as this will be added as rdependency of ↵Marcin Juszkiewicz1
alsa-lib
2007-02-18task-base: Make "wifi" belong to COMBINED_FEATURES.Paul Sokolovsky1
* This is consistent with how "bluetooth" is handled already, and, assuming that distro supports wifi, essentially allows machine to decide if wifi packages go into rootfs or would be installed from feed. This is helpful for machines which don't have wifi and devoid of any means of external card extension, or for machines with very small ROM (like, for example, h3600 with its 16Mb, in which wifi packages simply don't fit, so h3600 users with CF sleeve and wifi card would need to install support manually, after deleting packages they can sacrifice for this). * Approved by Marcin Juszkiewicz
2007-01-08task-base: add 'phone' to machine featuresKoen Kooi1
2007-01-05task-base: add blueprobe and bluez-utils to bluetooth-rdependsKoen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-13task-base: 2.4 machines need modutils-depmodMarcin Juszkiewicz1
2006-11-30task-base: added support for 2.4 kernelsMarcin Juszkiewicz1
2006-11-27task-base: added 'acpi' machine featureMarcin Juszkiewicz1
2006-11-26moved COMBINED_FEATURES and rest of task-base calculations from task-base.bb ↵Marcin Juszkiewicz1
into bitbake.conf - without this move we can not use COMBINED_FEATURES (and other task-base variables) in other recipes (like we do not in wpa-supplicant 0.5.5)
2006-11-07task-base: add 'screen' and 'pci' machine featuresKoen Kooi1
2006-10-29task-base: include irnet module only if distro feature pppMarcin Juszkiewicz1
2006-10-18task-base: bump PRKoen Kooi1
2006-10-15task-base: support 'pci' featureMarcin Juszkiewicz1
2006-10-13task-base: install hostap-utils only if there is pci or pcmcia featuredMarcin Juszkiewicz1
2006-10-13task-base: don't use obsolete wpa-supplicant-nosslKoen Kooi1
2006-10-11task-base: bump PRKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-03task-base: add usbutils for usbhost machinesMarcin Juszkiewicz1
2006-10-02task-base: add pcmcia and pxa27x_udc kernel modules to ↵Philipp Zabel1
pcmcia/usbgadget-rrecommends
2006-09-27task-base: added modules needed for WEP/WPA support into wifi sectionMarcin Juszkiewicz1
2006-09-27task-base: include tslib for 'touchscreen' Koen Kooi1
2006-09-27task-base: bump PRMarcin Juszkiewicz1
2006-09-27task-base: added portmap into task-distro-nfs, added cifs into smbfsMarcin Juszkiewicz1
2006-09-27task-base: do not add USB BT/Irda into usbhost list - they are part of ↵Marcin Juszkiewicz1
bt/irda already
2006-09-27task-base: if there are usbhost and irda supported then add module for USB IrdaMarcin Juszkiewicz1
2006-09-27task-base: if there are usbhost and bluetooth supported then add module for ↵Marcin Juszkiewicz1
USB BT
2006-09-27task-base: hostap-cs only if DISTRO has wifi in featuresMarcin Juszkiewicz1
2006-09-27task-base: portmap is needed for NFS not for core systemMarcin Juszkiewicz1
2006-09-27task-base: bumped PRMarcin Juszkiewicz1
2006-09-27task-base: added support for keyboard featureMarcin Juszkiewicz1