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:07:58 +0100 |
commit | 479b020edbc609c3ae1e3846e9e0d1643ac10059 (patch) | |
tree | cb5a650c40b53bd8879d948a3e7729fb0c1b5570 /meta/recipes-rt | |
parent | 3c77f7a3bbd47d33dd7cac7ba536675357991c5f (diff) | |
download | openembedded-core-contrib-479b020edbc609c3ae1e3846e9e0d1643ac10059.tar.gz |
Hob: Modify Image Descriptions
Fixes [YOCTO #2227]
I've updated the image descriptions per the bug description.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | meta/recipes-rt/images/core-image-rt-sdk.bb | 4 | ||||
-rw-r--r-- | meta/recipes-rt/images/core-image-rt.bb | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 6e983433aaf..5a67eebbce0 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -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 diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb index e11f159f7aa..ef547a64af5 100644 --- a/meta/recipes-rt/images/core-image-rt.bb +++ b/meta/recipes-rt/images/core-image-rt.bb @@ -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 |