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>
This commit is contained in:
Elizabeth Flanagan
2012-04-05 00:50:55 -07:00
committed by Richard Purdie
parent f4e27505b4
commit c9173dab9a
14 changed files with 33 additions and 25 deletions

View 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

View 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