aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images
diff options
context:
space:
mode:
authorBeth Flanagan <elizabeth.flanagan@intel.com>2012-04-16 13:10:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 22:22:08 +0100
commit0bd5f0a86370881b4eb2455df21b0575f6ffd008 (patch)
tree3673b665a519531b2990db48f4239fc37ec67747 /meta/recipes-rt/images
parentd928e91a57e6e9dfa6a7d4e888e1e1064d7fc668 (diff)
downloadopenembedded-core-0bd5f0a86370881b4eb2455df21b0575f6ffd008.tar.gz
core-image-rt-*.bb: require munges DESCRIPTION
The require of core-image-minimal overrides the description. The best fix for this would be conditional setting of DESCRIPTION in the required images for all image descriptions, but that opens a potential can of worms. Moving the require fixes this. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/images')
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb3
-rw-r--r--meta/recipes-rt/images/core-image-rt.bb3
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
index 5a67eebbce..6ec2d005e7 100644
--- a/meta/recipes-rt/images/core-image-rt-sdk.bb
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -1,14 +1,13 @@
#
# Copyright (C) 2011 Intel Corporation.
#
+require recipes-core/images/core-image-minimal.bb
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
-
IMAGE_FEATURES += "dev-pkgs tools-sdk"
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
index ef547a64af..9b816bbfdb 100644
--- a/meta/recipes-rt/images/core-image-rt.bb
+++ b/meta/recipes-rt/images/core-image-rt.bb
@@ -1,13 +1,12 @@
#
# Copyright (C) 2010 Intel Corporation.
#
+require recipes-core/images/core-image-minimal.bb
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
-
IMAGE_INSTALL += "rt-tests"
LICENSE = "MIT"