diff options
Diffstat (limited to 'meta/recipes-sato')
| -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 | ||
