summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
Commit message (Collapse)AuthorAgeFilesLines
* task-poky-tools: disable blktrace due to build failuresSaul Wold2010-12-061-1/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-poky-boot: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-nfs: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-1/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-standalone-sdk-target: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-tools: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-base: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-sdk: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-tools: fix up blktoolSaul Wold2010-11-231-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* blktrace: new packageTom Zanussi2010-11-221-1/+3
| | | | | | | Add blktrace, a tool for generating traces of the I/O traffic on block devices. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-221-0/+2
| | | | | | | | | | | | | This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-sdk: add tcl package in the sdk imageNitin A Kamble2010-11-181-2/+3
| | | | | | poky-image-sdk target does not build tcl package. This commit fixes it. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-081-3/+3
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-base: Drop wifi fwRichard Purdie2010-09-301-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools: add rsync in target imageQing He2010-09-271-1/+2
| | | | | | | rsync is needed by debugging using SDK, add it as dependency of task-poky-tools-debug, this fixes [BUGID #345] Signed-off-by: Qing He <qing.he@intel.com>
* Complete packages -> recipes transitionRichard Purdie2010-09-205-0/+231
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-272-0/+418
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>