1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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