summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2012-04-05 00:50:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-06 01:12:46 +0100
commitc9173dab9a59ffb13b9679dca4d0db2809fe57e2 (patch)
tree1fca1e9503da3c30f200be8b450584330b1448ac /meta/recipes-extended/images
parentf4e27505b4b50138be45cbe2fe472109224f7918 (diff)
downloadpoky-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-extended/images')
-rw-r--r--meta/recipes-extended/images/core-image-lsb-dev.bb6
-rw-r--r--meta/recipes-extended/images/core-image-lsb-sdk.bb6
-rw-r--r--meta/recipes-extended/images/core-image-lsb.bb3
3 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb
index e6d7bc9d47..3bb78003af 100644
--- a/meta/recipes-extended/images/core-image-lsb-dev.bb
+++ b/meta/recipes-extended/images/core-image-lsb-dev.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \ 1DESCRIPTION = "Basic image without X support suitable for development work. It \
2but also includes development headers and libraries to form a complete \ 2can be used for customization and implementations that conform to Linux \
3standalone SDK." 3Standard Base (LSB)."
4 4
5IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" 5IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"
6 6
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb
index 08928913f0..32a5077e38 100644
--- a/meta/recipes-extended/images/core-image-lsb-sdk.bb
+++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \ 1DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
2but also includes development headers and libraries to form a complete \ 2(LSB) implementations. It includes the full meta-toolchain, plus development \
3standalone SDK." 3headers and libraries to form a standalone SDK."
4 4
5IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh" 5IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh"
6EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" 6EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb
index b0a3a4dfa0..b370d49c58 100644
--- a/meta/recipes-extended/images/core-image-lsb.bb
+++ b/meta/recipes-extended/images/core-image-lsb.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "A core-image-basic image suitable for implementations that \ 1DESCRIPTION = "A foundational basic image without support for X that can be \
2reasonably used for customization and is suitable for implementations that \
2conform to Linux Standard Base (LSB)." 3conform to Linux Standard Base (LSB)."
3 4
4IMAGE_FEATURES += "apps-console-core ssh-server-openssh" 5IMAGE_FEATURES += "apps-console-core ssh-server-openssh"