summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-03 15:21:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:46 +0100
commita1e8a7c12028e2861f112c5e5bfb0776ffe4d0e4 (patch)
treeecd0effa62cd5f00ee9d9003002a1a914196ecf8 /documentation
parent3676e083ef313be2573d7929bca96fa2ab479266 (diff)
downloadpoky-a1e8a7c12028e2861f112c5e5bfb0776ffe4d0e4.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f81ab62ded..0f36bb935e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -948,15 +948,14 @@ Core layer for images cannot be removed
948 <glossdef> 948 <glossdef>
949 <para> 949 <para>
950 The list of additional features to include in an image. 950 The list of additional features to include in an image.
951 Typically, you configure this variable in an image recipe. 951 Typically, you configure this variable in your
952 You can also configure it in the <filename>local.conf</filename> 952 <filename>local.conf</filename> file, which is found in the
953 file found in the
954 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 953 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
955 <note> 954 <note>
956 Use the 955 Use the
957 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> 956 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>
958 variable to define the primary list of features you want to 957 variable from within a recipe to define the primary
959 add to the image. 958 list of features you want to add to the image.
960 </note> 959 </note>
961 </para> 960 </para>
962 961
@@ -1007,7 +1006,7 @@ Core layer for images cannot be removed
1007 </para> 1006 </para>
1008 1007
1009 <para> 1008 <para>
1010 For some examples that show how to customize your image by 1009 For an example that shows how to customize your image by
1011 using this variable, see the 1010 using this variable, see the
1012 "<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>" 1011 "<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>"
1013 section in the Yocto Project Development Manual. 1012 section in the Yocto Project Development Manual.