aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal-mtdutils.bb
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2012-04-05 00:50:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-06 01:07:58 +0100
commit479b020edbc609c3ae1e3846e9e0d1643ac10059 (patch)
treecb5a650c40b53bd8879d948a3e7729fb0c1b5570 /meta/recipes-core/images/core-image-minimal-mtdutils.bb
parent3c77f7a3bbd47d33dd7cac7ba536675357991c5f (diff)
downloadopenembedded-core-contrib-479b020edbc609c3ae1e3846e9e0d1643ac10059.tar.gz
Hob: Modify Image Descriptions
Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta/recipes-core/images/core-image-minimal-mtdutils.bb')
-rw-r--r--meta/recipes-core/images/core-image-minimal-mtdutils.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb
index df2fab1f2c..331f16ca97 100644
--- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb
+++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb
@@ -3,8 +3,8 @@
#
require core-image-minimal.bb
-DESCRIPTION = "A core-image-minimal image that supports the Minimal MTD \
-Utilities, which let the user interact with the MTD subsystem in the kernel \
-to perform operations on flash devices."
+DESCRIPTION = "Small image capable of booting a device with support for the \
+Minimal MTD Utilities, which let the user interact with the MTD subsystem in \
+the kernel to perform operations on flash devices."
IMAGE_INSTALL += "mtd-utils"