]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-rt-*.bb: require munges DESCRIPTION
authorBeth Flanagan <elizabeth.flanagan@intel.com>
Mon, 16 Apr 2012 20:10:31 +0000 (13:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 21:22:08 +0000 (22:22 +0100)
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>
meta/recipes-rt/images/core-image-rt-sdk.bb
meta/recipes-rt/images/core-image-rt.bb

index 5a67eebbce09b1853e8ebb9301a8b9af721ad2ca..6ec2d005e7f2f3a19ca22cd473474f48ccbd75f4 100644 (file)
@@ -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"
 
index ef547a64af53cc9967e9abd9b2c529408bc5195e..9b816bbfdb2104fb3c742012eba8518c8bb036b3 100644 (file)
@@ -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"