summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks/task-poky-basic.bb
Commit message (Collapse)AuthorAgeFilesLines
* task-poky-basic.bb: add lighttp to basic image type for webserverSaul Wold2010-09-281-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* at: Disable PARALLEL_MAKE for at and add back to task-basicSaul Wold2010-09-081-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold2010-09-041-4/+3
| | | | | | | Remove at since it's failing build Add Zypper to lsb image Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-basic: add cron, logrotate, mingettySaul Wold2010-09-021-3/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold2010-09-021-3/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* at: remove GPLv3 versionSaul Wold2010-09-021-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-basic.bb: add at and watchdogSaul Wold2010-08-311-1/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+156
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>