diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2012-04-05 00:50:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-06 01:12:46 +0100 |
commit | c9173dab9a59ffb13b9679dca4d0db2809fe57e2 (patch) | |
tree | 1fca1e9503da3c30f200be8b450584330b1448ac /meta/recipes-sato/images | |
parent | f4e27505b4b50138be45cbe2fe472109224f7918 (diff) | |
download | poky-c9173dab9a59ffb13b9679dca4d0db2809fe57e2.tar.gz |
Hob: Modify Image Descriptions
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>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-dev.bb | 6 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 6 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 5 |
3 files changed, 9 insertions, 8 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index b30447c583..bd3172782e 100644 --- a/meta/recipes-sato/images/core-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb | |||
@@ -1,9 +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 \ | 4 | DESCRIPTION = "Image with Sato for development work. It includes everything \ |
5 | includes a native toolchain and libraries needed to build applications on the \ | 5 | within core-image-sato plus a native toolchain, application development and \ |
6 | device itself." | 6 | testing libraries, profiling and debug symbols." |
7 | 7 | ||
8 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" | 8 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs" |
9 | 9 | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 2cf8cadea7..6dfd470f66 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
@@ -1,9 +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 that includes everything in \ | 4 | DESCRIPTION = "Image with Sato support that includes everything within \ |
5 | meta-toolchain. The image also includes development headers and libraries \ | 5 | core-image-sato plus meta-toolchain, development headers and libraries to \ |
6 | to form a complete standalone SDK." | 6 | form a standalone SD." |
7 | 7 | ||
8 | 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" |
9 | 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 11c3318001..b6c51fb405 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -1,8 +1,9 @@ | |||
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 \ | 4 | DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ |
5 | style that works well with mobile devices." | 5 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ |
6 | applications, and contains terminal, editor, and file manager." | ||
6 | 7 | ||
7 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 8 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
8 | 9 | ||