summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* task-base: remove modutils reference.Anders Darander2011-07-071-45/+15
| | | | | | | | | | | Also remove the other kernel24 references. Make everything dependent on kernel26 default. Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base. (From OE-Core rev: 030e4d5221631b452e0a00f8a4134b923115249d) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ccache: Add 'ccache' for SDK imagesWenzong Fan2011-06-301-0/+1
| | | | | | | (From OE-Core rev: b4f57eea30e1a8079fe3f1a8a28aff5af5fc36f0) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base: add 3G into DISTRO_FEATUREDongxiao Xu2011-06-291-1/+15
| | | | | | | (From OE-Core rev: ff014d9634638457622f6019b163e75bafcefada) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-sdk-host: Add nativesdk to the task name so its clearer what the ↵Richard Purdie2011-06-131-0/+0
| | | | | | | | | contents of the task represent This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-tools: add mesa-demos to testapps listSaul Wold2011-06-091-0/+1
| | | | | | | (From OE-Core rev: 254c07e4b1f153202bffbf4836788c44f6a96d70) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-nfs/image.bbclass: Fix some libc overridesRichard Purdie2011-05-171-2/+2
| | | | | | (From OE-Core rev: 4616095d75c0c13953e0bb339b0cafc3c3eb8314) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-nfs: fix a bitbake errorNitin A Kamble2011-05-171-2/+2
| | | | | | | | | | | | | | | | THis fixes following issue: NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils'] NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['task-core-nfs-server', 'glibc-utilsglibc-utils'] [sgw: moved space to _append line] (From OE-Core rev: 6d228dea55804538e3d2737326b99e145c6ff055) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-tools.bb: properly enable lttng-ust for ARMDexuan Cui2011-05-051-1/+2
| | | | | | | | | | | | Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. (From OE-Core rev: 50a54e885e3ec1c889f754fa3f5dce0072cfb6c9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton2011-05-051-2/+0
| | | | | | | (From OE-Core rev: 72567733033347b662d9baa07432985fd2da3efa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base: allow distribution to define apm providerMartin Jansa2011-04-241-1/+4
| | | | | | | | | * use VIRTUAL-RUNTIME_apm instead of apm directly (From OE-Core rev: 2d19f07fa5b1021c4210b28a2d6225e50c721580) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARMDexuan Cui2011-04-241-4/+4
| | | | | | | | | | | | | lttng-ust can build on ARM from 0.12 on. Merged with rebranding Fixes [YOCTO #856] (From OE-Core rev: 13d967d68bb2f01119d1b14a98b89a98fc3ee6ef) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Catch task-poky -> task-core renamingRichard Purdie2011-04-211-3/+3
| | | | | | (From OE-Core rev: 27147ae60f22f5be257727b1ec69f48a7192ffb3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-217-44/+44
| | | | | | (From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace POKYBASE with COREBASERichard Purdie2011-04-2110-20/+20
| | | | | | (From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-ssh-openssh: new task recipe for openssh sshScott Garman2011-03-161-0/+17
| | | | | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. (From OE-Core rev: 23bfd4e65d6ad79198a189df4ba08794e7dc2614) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-ssh-dropbear: new task recipe for dropbear sshScott Garman2011-03-161-0/+17
| | | | | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-dropbear. (From OE-Core rev: 109dcd84ee1bd15103eb79e415e5404dfd5a2e03) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman2011-03-161-7/+1
| | | | | | | | | | This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. (From OE-Core rev: 7e9484241b055975ee0843a91ba12465392370a9) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-sdk: add 'file' and 'ldd'Kevin Tian2011-01-281-1/+3
| | | | | | | these two are useful in the development environment, and also required by two LTP test cases (ld and ldd). Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libtool: Adjusted content of various libtool packages.Lianhao Lu2011-01-201-1/+1
| | | | | | | | [BUGID #562] fixing: 1. Adjusted the content of various packages generated by libtool. 2. Added libtool-nativesdk into task-sdk-host. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* task-poky-tools: move systemtap to machine specific tasksSaul Wold2011-01-201-6/+5
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* systemtap: new packageTom Zanussi2011-01-201-0/+1
| | | | | | | Add systemtap, a general-purpose script-directed dynamic tracing and performance analysis tool for Linux. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* task-sdk-host: add libtool-nativesdk to meta-toolchainSaul Wold2011-01-181-0/+1
| | | | | | This address [BUGID #652] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-poky-tools.bb: re-enable blktraceTom Zanussi2010-12-301-0/+1
| | | | | | | The commit for BUGID #581 fixes the blktrace build errors - it should now be safe to re-enable the blktrace recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* task-sdk-host: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-cross-canadian: Add LIC_FILES_CHKSUMRichard Purdie2010-12-251-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-environment: Added package of meta-environment-${TARGET_ARCH} forLianhao Lu2010-12-211-0/+1
| | | | | | | | | | | | environment files. [BUGID #565] Fixing bug #565, added package of meta-environment-${TARGET_ARCH} for environment files used by cross-canadian toolchain. Also corrected the situation of empty config site file for target. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* task-poky-lsb: removing missing packagesSaul Wold2010-12-101-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysprof: add system-wide performance profiler for Linux.Tom Zanussi2010-12-101-0/+1
| | | | | | [sgw@linux.intel.com: alpha'ed poky-default-revision.inc and fix commit message] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-cross-canadian: Ensure it reflects TARGET_ARCH in PNRichard Purdie2010-12-101-0/+1
| | | | | | | If this recipe doesn't reflect TARGET_ARCH in its name, only one flavour of cross toolchain can be installed at once. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.Lianhao Lu2010-12-101-3/+3
| | | | | | | | | | | Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* cross-canadian: pkg name includes target archLianhao Lu2010-12-102-4/+16
| | | | | | | | | | | | | | This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into a new task task-cross-canadian. 3. Added the RDEPENDS of task-cross-canadian into meta-toolchain. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* 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>