]> code.ossystems Code Review - openembedded-core.git/commitdiff
Hob: Modify Image Descriptions
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>
Thu, 5 Apr 2012 07:50:55 +0000 (00:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Apr 2012 00:07:58 +0000 (01:07 +0100)
Fixes [YOCTO #2227]

I've updated the image descriptions per the bug description.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
14 files changed:
meta/recipes-core/images/core-image-core.bb
meta/recipes-core/images/core-image-minimal-dev.bb
meta/recipes-core/images/core-image-minimal-initramfs.bb
meta/recipes-core/images/core-image-minimal-mtdutils.bb
meta/recipes-core/images/self-hosted-image.bb
meta/recipes-extended/images/core-image-lsb-dev.bb
meta/recipes-extended/images/core-image-lsb-sdk.bb
meta/recipes-extended/images/core-image-lsb.bb
meta/recipes-qt/images/qt4e-demo-image.bb
meta/recipes-rt/images/core-image-rt-sdk.bb
meta/recipes-rt/images/core-image-rt.bb
meta/recipes-sato/images/core-image-sato-dev.bb
meta/recipes-sato/images/core-image-sato-sdk.bb
meta/recipes-sato/images/core-image-sato.bb

index 2d768e0b78b9b06a36faab082a3ab99e682fd0ca..ae32be8b48a51d5e8910cafe6fc6c300a9863d82 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2007 OpenedHand Ltd.
 #
-DESCRIPTION = "An X11 image with simple applications such as terminal, editor \
+DESCRIPTION = "An X11 image with simple applications such as terminal, editor, \
 and file manager."
 
 IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"
index 3a0a1879ecac499e279d8ccc8e3339434450a01d..67c7790f00ade37d9a313a5826e64087779663c6 100644 (file)
@@ -1,7 +1,8 @@
 #
 # Copyright (C) 2007 OpenedHand Ltd.
 #
-DESCRIPTION = "A core-image-minimal image suitable for development work."
+DESCRIPTION = "A small image just capable of allowing a device to boot and \
+is suitable for development work."
 
 IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
 
index 85b9ff9b3f9111e339e3e8d1bfd00d26faf96658..4aeb6188f789c8a80c0d144702f0a2f8bdecd747 100644 (file)
@@ -1,7 +1,7 @@
 # Simple initramfs image. Mostly used for live images.
-DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \
-Initial Root Filesystem (initramfs) as part of the kernel, which allows the \
-system to find the first 'init' program more efficiently."
+DESCRIPTION = "Small image capable of booting a device. The kernel includes \
+the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
+first “init” program more efficiently."
 
 IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"
 
index df2fab1f2cadd2057357406176bbccfa1c80f885..331f16ca97dbb05486477dee807143b955bba27d 100644 (file)
@@ -3,8 +3,8 @@
 #
 require core-image-minimal.bb
 
-DESCRIPTION = "A core-image-minimal image that supports the Minimal MTD \
-Utilities, which let the user interact with the MTD subsystem in the kernel \
-to perform operations on flash devices."
+DESCRIPTION = "Small image capable of booting a device with support for the \
+Minimal MTD Utilities, which let the user interact with the MTD subsystem in \
+the kernel to perform operations on flash devices."
 
 IMAGE_INSTALL += "mtd-utils"
index 1db6a7a3b2666ea871e40e567c2d0084f3f2389f..cf3ef5fd24910755371efb2df348302531cc30f9 100644 (file)
@@ -1,3 +1,4 @@
+DESCRIPTION = "Version 1.0-r6 of the self-hosted image."
 IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
 
 LICENSE = "MIT"
index e6d7bc9d47bd04e07bbb208f8c87cc8228f90f53..3bb78003af44966a7ea8e2ee54aa503b33ada381 100644 (file)
@@ -1,6 +1,6 @@
-DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \
-but also includes development headers and libraries to form a complete \
-standalone SDK."
+DESCRIPTION = "Basic image without X support suitable for development work. It \
+can be used for customization and implementations that conform to Linux \
+Standard Base (LSB)."
 
 IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"
 
index 08928913f06cd85113b814a668399131f4e0ab88..32a5077e38da29dfbabff39dbfa41e589955c39a 100644 (file)
@@ -1,6 +1,6 @@
-DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \
-but also includes development headers and libraries to form a complete \
-standalone SDK."
+DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
+(LSB) implementations. It includes the full meta-toolchain, plus development \
+headers and libraries to form a standalone SDK."
 
 IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh"
 EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"
index b0a3a4dfa02776f2a759019da0de788482390e0a..b370d49c58209f6979c12eb580fb1d0062037af0 100644 (file)
@@ -1,4 +1,5 @@
-DESCRIPTION = "A core-image-basic image suitable for implementations that \
+DESCRIPTION = "A foundational basic image without support for X that can be \
+reasonably used for customization and is suitable for implementations that \
 conform to Linux Standard Base (LSB)."
 
 IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
index 2e50bf6029ed3bb5bb3e3c9b46d2fd5d8e9df660..6c0dc70853b1bc4800aeeaef8be66d4fba18dbdf 100644 (file)
@@ -1,3 +1,4 @@
+DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image."
 LICENSE = "MIT"
 PR="r1"
 
index 6e983433aafb261bbe6b968e229fccb3007491f7..5a67eebbce09b1853e8ebb9301a8b9af721ad2ca 100644 (file)
@@ -2,7 +2,9 @@
 # Copyright (C) 2011 Intel Corporation.
 #
 
-DESCRIPTION = "Real-Time Linux Image with SDK support"
+DESCRIPTION = "Small image capable of booting a device with a test suite and \
+tools for real-time use. It includes the full meta-toolchain, development \
+headers and libraries to form a standalone SDK."
 DEPENDS = "linux-yocto-rt"
 
 require recipes-core/images/core-image-minimal.bb
index e11f159f7aad0e5789a3d4772d15432d3dd758ee..ef547a64af53cc9967e9abd9b2c529408bc5195e 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright (C) 2010 Intel Corporation.
 #
 
-DESCRIPTION = "Real-Time Linux Image"
+DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
+real-time test suite and tools appropriate for real-time use."
 DEPENDS = "linux-yocto-rt"
 
 require recipes-core/images/core-image-minimal.bb
index b30447c5833be157594146d2a16e4a7fe53b5c45..bd3172782e97dc92eca84ef440091f9ab28bb77a 100644 (file)
@@ -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"
 
index 2cf8cadea75ee4ec2fe45f3bc18a4797ccb34425..6dfd470f66c214573613867dddde8d71cf9dd90e 100644 (file)
@@ -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"
index 11c33180013a5ec033fbfaae96fb0c4ebcfb0e74..b6c51fb405f5756866aa429631295775a1f2c31b 100644 (file)
@@ -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}"