summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 10:29:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:13:59 +0100
commitb46af8aa112050b58417edc760cc736fa8cabb16 (patch)
treee83b92db5b9f49b0084d784330e1b03e3bbd644b /documentation/poky-ref-manual/ref-features.xml
parent4f7dd81c6f67889e2d566e78a6cfe755e16ba586 (diff)
downloadast2050-yocto-poky-b46af8aa112050b58417edc760cc736fa8cabb16.zip
ast2050-yocto-poky-b46af8aa112050b58417edc760cc736fa8cabb16.tar.gz
documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES
The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. (From yocto-docs rev: 6c7789bd409f43a3978c09c43db31010bc461573) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-features.xml')
-rw-r--r--documentation/poky-ref-manual/ref-features.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml
index cde9588..b9288bc 100644
--- a/documentation/poky-ref-manual/ref-features.xml
+++ b/documentation/poky-ref-manual/ref-features.xml
@@ -211,12 +211,14 @@
<title>Reference: Images</title>
<para>
- The contents of images generated by Poky can be controlled by the <glossterm
- linkend='var-IMAGE_FEATURES'><link
- linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm>
- variable in local.conf. Through this you can add several different
- predefined packages such as development utilities or packages with debug
- information needed to investigate application problems or profile applications.
+ The contents of images generated by Poky can be controlled by the
+ <glossterm linkend='var-IMAGE_FEATURES'><link linkend='var-IMAGE_FEATURES'>
+ IMAGE_FEATURES</link></glossterm> variable and the in local.conf and the
+ <glossterm linkend='var-EXTRA_IMAGE_FEATURES'><link linkend='var-EXTRA_IMAGE_FEATURES'>
+ EXTRA_IMAGE_FEATURES</link></glossterm> that you typically configure in your image recipes.
+ Through these varibales you can add several different
+ predefined packages such as development utilities or packages with debug
+ information needed to investigate application problems or profile applications.
</para>
<para>
OpenPOWER on IntegriCloud