diff options
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 b30447c58..bd3172782 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 @@ # # 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." +DESCRIPTION = "Image with Sato for development work. It includes everything \ +within core-image-sato plus a native toolchain, application development and \ +testing libraries, profiling and debug symbols." 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 2cf8cadea..6dfd470f6 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 @@ # # 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." +DESCRIPTION = "Image with Sato support that includes everything within \ +core-image-sato plus meta-toolchain, development headers and libraries to \ +form a standalone SD." 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 11c331800..b6c51fb40 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -1,8 +1,9 @@ # # Copyright (C) 2007 OpenedHand Ltd. # -DESCRIPTION = "An image with Sato support, a mobile environment and visual \ -style that works well with mobile devices." +DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ +mobile devices. The image supports X11 with a Sato theme, Pimlico \ +applications, and contains terminal, editor, and file manager." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |