From: Scott Rifenbark Date: Fri, 28 Sep 2012 21:38:13 +0000 (-0700) Subject: documentation: dev-manual - minor edits. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a1ed4c551e86b7f23d23b62272a942684a8329;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: dev-manual - minor edits. (From yocto-docs rev: e138827210fecaecd90998d7e15561c4db083353) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c0366637be6..60b076d9a81 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