ref-manual: Edits to the EXTRA_IMAGE_FEATURES variable.

Added information suggesting best use is from the
local.conf file.

(From yocto-docs rev: acfe2a58cab3ffbddaa1631e7df37d36f4f1422a)

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-03 15:21:36 -07:00
committed by Richard Purdie
parent 3676e083ef
commit a1e8a7c120

View File

@@ -948,15 +948,14 @@ Core layer for images cannot be removed
<glossdef>
<para>
The list of additional features to include in an image.
Typically, you configure this variable in an image recipe.
You can also configure it in the <filename>local.conf</filename>
file found in the
Typically, you configure this variable in your
<filename>local.conf</filename> file, which is found in the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
<note>
Use the
<link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>
variable to define the primary list of features you want to
add to the image.
variable from within a recipe to define the primary
list of features you want to add to the image.
</note>
</para>
@@ -1007,7 +1006,7 @@ Core layer for images cannot be removed
</para>
<para>
For some examples that show how to customize your image by
For an example that shows 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.