mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
ref-manual: Edits to the IMAGE_FEATURES variable.
Changes to show the best way to use this variable in relation to the EXTRA_IMAGE_FEATURES variable. (From yocto-docs rev: 3afa91f8fdecae18320364d9332639e725ecef5a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1e8a7c120
commit
5e4229ed5d
@@ -1234,14 +1234,14 @@ 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>
|
<para>
|
||||||
The list of features to include in an image.
|
The primary list of features to include in an image.
|
||||||
Typically, you configure this variable in an image recipe.
|
Typically, you configure this variable in an image recipe.
|
||||||
You can also configure it in the
|
Although you can use this variable from your
|
||||||
<filename>local.conf</filename> file found in the
|
<filename>local.conf</filename> file, which is 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>,
|
||||||
|
best practices dictate that you do not.
|
||||||
<note>
|
<note>
|
||||||
You can also add extra features to the image by using
|
Add extra features to the image by using the
|
||||||
the
|
|
||||||
<filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
|
<filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
|
||||||
</note>
|
</note>
|
||||||
For a list of image features that ships with the Yocto
|
For a list of image features that ships with the Yocto
|
||||||
@@ -1251,7 +1251,7 @@ Core layer for images cannot be removed
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
For some examples that show how to customize your image by
|
For 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user