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)
downloadpoky-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 0f36bb935e..0f86def5ca 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
1234 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 1234 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
1235 <glossdef> 1235 <glossdef>
1236 <para> 1236 <para>
1237 The list of features to include in an image. 1237 The primary list of features to include in an image.
1238 Typically, you configure this variable in an image recipe. 1238 Typically, you configure this variable in an image recipe.
1239 You can also configure it in the 1239 Although you can use this variable from your
1240 <filename>local.conf</filename> file found in the 1240 <filename>local.conf</filename> file, which is found in the
1241 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 1241 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
1242 best practices dictate that you do not.
1242 <note> 1243 <note>
1243 You can also add extra features to the image by using 1244 Add extra features to the image by using the
1244 the
1245 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 1245 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
1246 </note> 1246 </note>
1247 For a list of image features that ships with the Yocto 1247 For a list of image features that ships with the Yocto
@@ -1251,7 +1251,7 @@ Core layer for images cannot be removed
1251 </para> 1251 </para>
1252 1252
1253 <para> 1253 <para>
1254 For some examples that show how to customize your image by 1254 For example that shows how to customize your image by
1255 using this variable, see the 1255 using this variable, see the
1256 "<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>" 1256 "<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>"
1257 section in the Yocto Project Development Manual. 1257 section in the Yocto Project Development Manual.