summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/tasks
AgeCommit message (Collapse)AuthorFiles
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie2
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 Yan1
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 Lei1
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 Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman1
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 Yan1
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 Wold1
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 Yan1
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 Lu1
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 Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc onlySaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-01task-poky-lsb: add necessary packages nameJingdong Lu1
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-06task-poky-basic: update LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-lsb: update LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold2
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 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>