mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
committed by
Richard Purdie
parent
f4e27505b4
commit
c9173dab9a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user