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