ref-manual: small corrections to the IMAGE_FEATURES variable.

(From yocto-docs rev: 1e7614c239eb26eeb929a913bb78037721a6124d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-04-02 15:00:15 -07:00
committed by Richard Purdie
parent c0d6c1731d
commit d86118764f

View File

@@ -1226,21 +1226,29 @@ Core layer for images cannot be removed
<glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
<glossdef> <glossdef>
<para>The list of features to include in an image. <para>
Typically, you configure this variable in an image recipe. The list of features to include in an image.
You can also configure it in the <filename>local.conf</filename> Typically, you configure this variable in an image recipe.
file found in the You can also configure it in the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. <filename>local.conf</filename> file found in the
<note>You can also add extra features to the image by using the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
<filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. <note>
</note> You can also add extra features to the image by using
For a list of image features that ships with the Yocto Project, the
see the "<link linkend="ref-features-image">Images</link>" <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
section. </note>
For some examples that show how to customize your image by For a list of image features that ships with the Yocto
using this variable, see the Project, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-imagefeatures'>Customizing Images Using Custom <filename>IMAGE_FEATURES</filename> and <filename>EXTRA_IMAGE_FEATURES</filename></ulink>" "<link linkend="ref-features-image">Images</link>"
section in the Yocto Project Development Manual.</para> section.
</para>
<para>
For some examples that show how to customize your image by
using this variable, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-imagefeatures'>Customizing Images Using Custom <filename>IMAGE_FEATURES</filename> and <filename>EXTRA_IMAGE_FEATURES</filename></ulink>"
section in the Yocto Project Development Manual.
</para>
</glossdef> </glossdef>
</glossentry> </glossentry>