summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/tasks
AgeCommit message (Collapse)AuthorFiles
2010-11-14task-poky-lsb: add new LSB RecipeSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30task-poky-lsb/basic: Add LICENSE fieldsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-28task-poky-basic.bb: fix lighttpd typoSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-28task-poky-basic.bb: add lighttp to basic image type for webserverSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: Remove man-pages due to build failuresSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: add man-pages, which will pull man and groffSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08at: Disable PARALLEL_MAKE for at and add back to task-basicSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold1
Remove at since it's failing build Add Zypper to lsb image Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02task-poky-basic: add cron, logrotate, mingettySaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02at: remove GPLv3 versionSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31task-poky-basic.bb: add at and watchdogSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie2
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>