summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/images
Commit message (Collapse)AuthorAgeFilesLines
* core-image-sato-sdk: typo in DESCRIPTIONBeth Flanagan2012-04-161-1/+1
| | | | | | | | | Fix for a minor type in DESCRIPTION (From OE-Core rev: 25a997ca9b24d9265b62717fd01ebb26e7d21bba) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Hob: Modify Image DescriptionsElizabeth Flanagan2012-04-063-8/+9
| | | | | | | | | | | Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. (From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-foo: add description to each image bb fileShane Wang2012-01-243-1/+8
| | | | | | | | | Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. (From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove -directdisk.bb recipesSaul Wold2011-07-272-18/+0
| | | | | | | (From OE-Core rev: bdcd377eb54b5af34151b7c20459771901a65f4b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove -live.bb recipesSaul Wold2011-07-272-22/+0
| | | | | | | (From OE-Core rev: 3b29e2c94cb696a22602f99d7714950a38b4eb8e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-sato-sdk: ensure testapps is part of sdk imageSaul Wold2011-06-091-1/+3
| | | | | | | (From OE-Core rev: fd8967d30c41d8efd6333b5670022e65c5044f18) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-lsb override to linuxstdbaseRichard Purdie2011-04-213-3/+3
| | | | | | (From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-2111-40/+40
| | | | | | (From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-image-sdk* renamed to poky-image-sato-sdk*Saul Wold2011-01-255-20/+20
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky-image*-dev: Add -dev Images contianing headers and librariesSaul Wold2011-01-211-0/+9
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Add recipe for sdk directdisk targetJessica Zhang2010-10-111-0/+9
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie2010-09-075-0/+10
| | | | | | to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-qt: create a task and add to poky-image-sdkSaul Wold2010-09-031-1/+1
| | | | | | Fixes [BUGID #260] Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-275-0/+39
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>