From 127d1fd1c2771e732f7b8b8699352e855a308cae Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 20 Jan 2012 13:46:06 +0800 Subject: core-image-foo: add description to each image bb file Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. (From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-core/images/core-image-minimal.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/images/core-image-minimal.bb') diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 56fc20ce05..687f72a4cc 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb @@ -1,6 +1,8 @@ # # Copyright (C) 2007 OpenedHand Ltd. # +DESCRIPTION = "A small image just capable of allowing a device to boot." + IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}" IMAGE_LINGUAS = " " -- cgit v1.2.3-54-g00ecf