diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 14:38:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:31 +0100 |
commit | 02a1ed4c551e86b7f23d23b62272a942684a8329 (patch) | |
tree | 429b720c22037f1694e004414a1eec269d47a169 /documentation/dev-manual | |
parent | 24da1b8ba6123bc336acd2950d3eaa10fa4e2a9d (diff) | |
download | poky-02a1ed4c551e86b7f23d23b62272a942684a8329.tar.gz |
documentation: dev-manual - minor edits.
(From yocto-docs rev: e138827210fecaecd90998d7e15561c4db083353)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 |