diff options
author | Shane Wang <shane.wang@intel.com> | 2012-01-20 13:46:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:15 +0000 |
commit | 127d1fd1c2771e732f7b8b8699352e855a308cae (patch) | |
tree | 3bf16203eb2c11c7bf4f9da73446f667394a8181 /meta/recipes-sato/images | |
parent | 6b2b5d2acd1012f3e3c4c03cc528422a249d718f (diff) | |
download | openembedded-core-contrib-127d1fd1c2771e732f7b8b8699352e855a308cae.tar.gz |
core-image-foo: add description to each image bb file
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>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-dev.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index 7322b4afbe8..b30447c5833 100644 --- a/meta/recipes-sato/images/core-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb @@ -1,6 +1,9 @@ # # Copyright (C) 2007 OpenedHand Ltd. # +DESCRIPTION = "A core-image-sato image suitable for development that also \ +includes a native toolchain and libraries needed to build applications on the \ +device itself." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 6c2dc601002..2cf8cadea75 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -1,7 +1,9 @@ # # Copyright (C) 2007 OpenedHand Ltd. # - +DESCRIPTION = "A core-image-sato image that includes everything in \ +meta-toolchain. The image also includes development headers and libraries \ +to form a complete standalone SDK." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 3465174a5b7..11c33180013 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -1,6 +1,8 @@ # # Copyright (C) 2007 OpenedHand Ltd. # +DESCRIPTION = "An image with Sato support, a mobile environment and visual \ +style that works well with mobile devices." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |