summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-03 15:30:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:46 +0100
commit5e4229ed5d082832275ec2c51b5f2505bf2a53cd (patch)
treec595f75ef91b488956819a44f12eb5fbb6b6fa54 /documentation
parenta1e8a7c12028e2861f112c5e5bfb0776ffe4d0e4 (diff)
downloadast2050-yocto-poky-5e4229ed5d082832275ec2c51b5f2505bf2a53cd.zip
ast2050-yocto-poky-5e4229ed5d082832275ec2c51b5f2505bf2a53cd.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0f36bb9..0f86def 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1234,14 +1234,14 @@ Core layer for images cannot be removed
<glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
<glossdef>
<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.
- You can also configure it in the
- <filename>local.conf</filename> file found in the
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
+ Although you can use this variable from your
+ <filename>local.conf</filename> file, which is found in the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
+ best practices dictate that you do not.
<note>
- You can also add extra features to the image by using
- the
+ Add extra features to the image by using the
<filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
</note>
For a list of image features that ships with the Yocto
@@ -1251,7 +1251,7 @@ Core layer for images cannot be removed
</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
"<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.
OpenPOWER on IntegriCloud