summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks
Commit message (Collapse)AuthorAgeFilesLines
* task-core-lsb: add lsbtest to RDEPENDS_task-core-misc listYi Zhao2012-02-281-1/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-basic: Drop hal dependency, its deprecatedRichard Purdie2011-10-101-2/+1
| | | | | | (From OE-Core rev: 8a6ec042d73c82b657ee5e7b785e5eba3958788e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: Remove perl-devMark Hatle2011-09-221-2/+1
| | | | | | | | | | | | | | | Remove the perl-dev recipe from the required packages. When this recipe is included, libc6-dev is automatically added as are a large number of other -dev packages. Eventually this creates a system where the dependencies may not be able to be satisfied. The perl-dev package should not be required in order to pass the LSB testing. (From OE-Core rev: 3f24b0f82458bcf15eabc74b9f370d9e774d0f63) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libQtOpenGL:Add libQtOpenGL to an lsb imageXiaofeng Yan2011-07-071-17/+1
| | | | | | | | | | I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] (From OE-Core rev: f478f90821f5b6a5e5d5dd53708de008bc607a11) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: Add absent libraries and commands to task-core-lsb.bbXiaofeng Yan2011-06-221-1/+5
| | | | | | | | | | | | Due to "tools-profile" and "tools-testapps" were removed from variable \ "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \ needed by LSB Test Suite were absent in an lsb image. I add these absent \ libraries to task-core-lsb.bb. (From OE-Core rev: 9fbef8144c5640b64b4485449f3ff697e95b5bfe) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: add cups and ghostscript into imageKang Kai2011-06-021-1/+2
| | | | | | | | | | [Yocto 1030] Because it is fixed by Qing He, then add cups and ghostscipt into image (From OE-Core rev: 39a3842c34cf344749d7269a91c47e3a1a86d2b8) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: Add libQtOpenGL.so* library to lsb-imageXiaofeng Yan2011-05-171-0/+7
| | | | | | | | | | The library libQtOpenGL.so* is needed by LSB Test Suite. So I add them to lsb-image for platform emenlow and mpc8315e. (From OE-Core rev: a43f1278dc0561b70041a956ff65d89110cece03) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: add packages into lsb imageKang Kai2011-05-161-1/+4
| | | | | | | | | | | Add gettext-runtime, libxml-sax-perl and foomatic-filters to task-core-image.bb Bump PR to r4 (From OE-Core rev: f0b25bb849871ca7b3d72cdf1fcfdd9c82b3af92) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb.bb: Add packages liberation-fonts to lsb-imagXiaofeng Yan2011-05-041-0/+1
| | | | | | | | | Add font set to lsb-image to solve bugs from lsb test (From OE-Core rev: d54312c95d81b1ddf7fa09af4ade40dfddfe8757) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-lsb: add xdg-utils into lsb imageKang Kai2011-05-041-0/+1
| | | | | | | | | | Add xdg-utils in task-core-lsb, for LSB command check. Part fixes [Yocto 520] (From OE-Core rev: 74040af7c44718e05b1f0eeccb267afa1aa6d3f6) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-212-97/+97
| | | | | | (From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace POKYBASE with COREBASERichard Purdie2011-04-212-4/+4
| | | | | | (From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb.bb:Add locale resoures which is needed by LSB Test SuiteXiaofeng Yan2011-04-181-6/+4
| | | | | | | | | Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb (From OE-Core rev: 3ab4d3cca988ef23d3389fc89be0059e0485732a) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuppc: add libqtopengl4 for ppcMei Lei2011-04-041-0/+3
| | | | | | | | | | Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] (From OE-Core rev: cc6763b81fafddcb112a6126373c594e3ec4b140) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* extended tasks: move binutils from basic to lsbSaul Wold2011-03-172-4/+1
| | | | | | | (From OE-Core rev: 5e6a574db545ea793480765ffb1e69f3723b59bf) Signed-off-by: Saul Wold <sgw@linux.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-2/+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-lsb: Add some packages required by lsb test suiteXiaofeng Yan2011-03-151-1/+3
| | | | | | | | | Add packages gdk-pixbuf-loader-(bmp,ico,ani) to list task-poky-lsb.bb (From OE-Core rev: fb88c2600d75302f8d55b710c364b4976ec0473b) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb: Remove new eglibc-* packagesSaul Wold2011-03-041-6/+7
| | | | | | | | | | Remove the new eglibc packages that were part of another patch and did not get cleanup here. (From OE-Core rev: bddd9012d2a6393afceef752389d0006f2e47681) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb: Add packges needed by LSB Test SuiteXiaofeng Yan2011-03-041-1/+15
| | | | | | | | | | These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test (From OE-Core rev: 472f89dec06f0be43ff3e0638cac3f55f7b7e7cf) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb: add python-miscJingdong Lu2011-03-041-0/+1
| | | | | | | | | python-misc also needed by python-runtime test of LSB. (From OE-Core rev: 266562710b86a2373d8fffa5153557e4660f9596) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb: add chkconfigSaul Wold2011-03-031-0/+1
| | | | | | | (From OE-Core rev: 0e3c98374ed6d87286b59754cee2c88414933c1e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc onlySaul Wold2011-02-261-1/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-poky-lsb: add necessary packages nameJingdong Lu2011-02-251-1/+61
| | | | | | | | | In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to use the core -modules, removed mesa-dri] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie2011-02-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-poky-basic: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-lsb: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-222-2/+8
| | | | | | | | | | | | | 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-lsb: add new LSB RecipeSaul Wold2010-11-141-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-lsb/basic: Add LICENSE fieldsRichard Purdie2010-09-302-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-basic.bb: fix lighttpd typoSaul Wold2010-09-281-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* 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>
* task-poky-lsb: Remove man-pages due to build failuresSaul Wold2010-09-081-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* task-poky-lsb: add man-pages, which will pull man and groffSaul Wold2010-09-081-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-022-7/+7
| | | | 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-272-0/+259
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>