From 02a1ed4c551e86b7f23d23b62272a942684a8329 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 14:38:13 -0700 Subject: documentation: dev-manual - minor edits. (From yocto-docs rev: e138827210fecaecd90998d7e15561c4db083353) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c0366637be..60b076d9a8 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -563,11 +563,12 @@ IMAGE_FEATURES variable. To create these features, the best reference is - meta/classes/core-image.bbclass, which shows how to achieve this. + meta/classes/core-image.bbclass, which shows how this is + achieved. In summary, the file looks at the contents of the IMAGE_FEATURES variable and then maps that into a set of tasks or packages. - Based on this information the + Based on this information, the IMAGE_INSTALL variable is generated automatically. Users can add extra features by extending the class or creating a custom class for use -- cgit v1.2.3-54-g00ecf