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 | poky-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 7322b4afbe..b30447c583 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 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | DESCRIPTION = "A core-image-sato image suitable for development that also \ | ||
5 | includes a native toolchain and libraries needed to build applications on the \ | ||
6 | device itself." | ||
4 | 7 | ||
5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" | 8 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" |
6 | 9 | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 6c2dc60100..2cf8cadea7 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 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | 4 | DESCRIPTION = "A core-image-sato image that includes everything in \ | |
5 | meta-toolchain. The image also includes development headers and libraries \ | ||
6 | to form a complete standalone SDK." | ||
5 | 7 | ||
6 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" | 8 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" |
7 | EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" | 9 | 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 3465174a5b..11c3318001 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | DESCRIPTION = "An image with Sato support, a mobile environment and visual \ | ||
5 | style that works well with mobile devices." | ||
4 | 6 | ||
5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 7 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
6 | 8 | ||