diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
| 563 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'>IMAGE_FEATURES</ulink></filename> | 563 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'>IMAGE_FEATURES</ulink></filename> |
| 564 | variable. | 564 | variable. |
| 565 | To create these features, the best reference is | 565 | To create these features, the best reference is |
| 566 | <filename>meta/classes/core-image.bbclass</filename>, which shows how to achieve this. | 566 | <filename>meta/classes/core-image.bbclass</filename>, which shows how this is |
| 567 | achieved. | ||
| 567 | In summary, the file looks at the contents of the | 568 | In summary, the file looks at the contents of the |
| 568 | <filename>IMAGE_FEATURES</filename> | 569 | <filename>IMAGE_FEATURES</filename> |
| 569 | variable and then maps that into a set of tasks or packages. | 570 | variable and then maps that into a set of tasks or packages. |
| 570 | Based on this information the | 571 | Based on this information, the |
| 571 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'> IMAGE_INSTALL</ulink></filename> | 572 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'> IMAGE_INSTALL</ulink></filename> |
| 572 | variable is generated automatically. | 573 | variable is generated automatically. |
| 573 | Users can add extra features by extending the class or creating a custom class for use | 574 | Users can add extra features by extending the class or creating a custom class for use |
