summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 07:49:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-20 22:35:17 +0000
commit3d9db8b27536d27c7d1952a58808c8ff3f269486 (patch)
treefddaeaf6951454152b97b2b469127dafa13aae20
parent3faa84f835d7abeaf04e6c14f3b03cdeb79eff76 (diff)
downloadpoky-3d9db8b27536d27c7d1952a58808c8ff3f269486.tar.gz
documentation/poky-ref-manual/ref-variables.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES
Added a cross-reference to the EXTRA_IMAGE_VARIABLES glossary term and provided more explanation describing the relationship between the variable and the IMAGE_FEATURES variable. (From yocto-docs rev: 0072ac854c544e218de840d923563ab53fb864d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 1aa00f3d84..3601c97ded 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -399,7 +399,11 @@
399 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 399 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
400 <glossdef> 400 <glossdef>
401 <para><link linkend="ref-features-image">List of 401 <para><link linkend="ref-features-image">List of
402 features</link> present in resulting images</para> 402 features</link> present in resulting images.
403 Typically you configure this variable in image recipes.
404 Note that you can add extra features to the image by using the
405 <link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link>
406 variable.</para>
403 </glossdef> 407 </glossdef>
404 </glossentry> 408 </glossentry>
405 409