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:12:46 +0100 |
| commit | c9173dab9a59ffb13b9679dca4d0db2809fe57e2 (patch) | |
| tree | 1fca1e9503da3c30f200be8b450584330b1448ac /meta/recipes-rt | |
| parent | f4e27505b4b50138be45cbe2fe472109224f7918 (diff) | |
| download | poky-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-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 6e983433aa..5a67eebbce 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 @@ | |||
| 2 | # Copyright (C) 2011 Intel Corporation. | 2 | # Copyright (C) 2011 Intel Corporation. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Real-Time Linux Image with SDK support" | 5 | DESCRIPTION = "Small image capable of booting a device with a test suite and \ |
| 6 | tools for real-time use. It includes the full meta-toolchain, development \ | ||
| 7 | headers and libraries to form a standalone SDK." | ||
| 6 | DEPENDS = "linux-yocto-rt" | 8 | DEPENDS = "linux-yocto-rt" |
| 7 | 9 | ||
| 8 | require recipes-core/images/core-image-minimal.bb | 10 | 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 e11f159f7a..ef547a64af 100644 --- a/meta/recipes-rt/images/core-image-rt.bb +++ b/meta/recipes-rt/images/core-image-rt.bb | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | # Copyright (C) 2010 Intel Corporation. | 2 | # Copyright (C) 2010 Intel Corporation. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Real-Time Linux Image" | 5 | DESCRIPTION = "A small image just capable of allowing a device to boot plus a \ |
| 6 | real-time test suite and tools appropriate for real-time use." | ||
| 6 | DEPENDS = "linux-yocto-rt" | 7 | DEPENDS = "linux-yocto-rt" |
| 7 | 8 | ||
| 8 | require recipes-core/images/core-image-minimal.bb | 9 | require recipes-core/images/core-image-minimal.bb |
