aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks
AgeCommit message (Collapse)Author
2011-10-10task-core-basic: Drop hal dependency, its deprecatedRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22task-core-lsb: Remove perl-devMark Hatle
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. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-07libQtOpenGL:Add libQtOpenGL to an lsb imageXiaofeng Yan
I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22task-core-lsb: Add absent libraries and commands to task-core-lsb.bbXiaofeng Yan
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. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-06-02task-core-lsb: add cups and ghostscript into imageKang Kai
[Yocto 1030] Because it is fixed by Qing He, then add cups and ghostscipt into image Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-05-17task-core-lsb: Add libQtOpenGL.so* library to lsb-imageXiaofeng Yan
The library libQtOpenGL.so* is needed by LSB Test Suite. So I add them to lsb-image for platform emenlow and mpc8315e. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-05-16task-core-lsb: add packages into lsb imageKang Kai
Add gettext-runtime, libxml-sax-perl and foomatic-filters to task-core-image.bb Bump PR to r4 Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-05-04task-core-lsb.bb: Add packages liberation-fonts to lsb-imagXiaofeng Yan
Add font set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-05-04task-core-lsb: add xdg-utils into lsb imageKang Kai
Add xdg-utils in task-core-lsb, for LSB command check. Part fixes [Yocto 520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18task-poky-lsb.bb:Add locale resoures which is needed by LSB Test SuiteXiaofeng Yan
Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-04-04qemuppc: add libqtopengl4 for ppcMei Lei
Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-17extended tasks: move binutils from basic to lsbSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-15task-poky-lsb: Add some packages required by lsb test suiteXiaofeng Yan
Add packages gdk-pixbuf-loader-(bmp,ico,ani) to list task-poky-lsb.bb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-03-05task-poky-lsb: Remove new eglibc-* packagesSaul Wold
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-04task-poky-lsb: Add packges needed by LSB Test SuiteXiaofeng Yan
These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-04task-poky-lsb: add python-miscJingdong Lu
python-misc also needed by python-runtime test of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-03-03task-poky-lsb: add chkconfigSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc onlySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: add necessary packages nameJingdong Lu
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>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-06task-poky-basic: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-lsb: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold
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>
2010-11-14task-poky-lsb: add new LSB RecipeSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30task-poky-lsb/basic: Add LICENSE fieldsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-28task-poky-basic.bb: fix lighttpd typoSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-28task-poky-basic.bb: add lighttp to basic image type for webserverSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: Remove man-pages due to build failuresSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08task-poky-lsb: add man-pages, which will pull man and groffSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08at: Disable PARALLEL_MAKE for at and add back to task-basicSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02at: remove GPLv3 versionSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-31task-poky-basic.bb: add at and watchdogSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
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>