summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tasks/task-poky-lsb.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-221-2/+7
| | | | | | | | | | | | | 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-301-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.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>
* task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold2010-09-021-4/+4
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+103
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>