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-core.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/images/core-image-core.bb') diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb index 57ff0850da..2d768e0b78 100644 --- a/meta/recipes-core/images/core-image-core.bb +++ b/meta/recipes-core/images/core-image-core.bb @@ -1,6 +1,8 @@ # # Copyright (C) 2007 OpenedHand Ltd. # +DESCRIPTION = "An X11 image with simple applications such as terminal, editor \ +and file manager." IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" -- cgit v1.2.3-54-g00ecf