summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/extendpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 10:45:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:14:00 +0100
commit72ed33f17966efba6b40aa751052ad0a04010006 (patch)
tree215c6c36a7c02a4904231c2a74a30dc165e80955 /documentation/poky-ref-manual/extendpoky.xml
parent3b67d8afd427f4712ec6344964272f8ef62ca9ea (diff)
downloadpoky-72ed33f17966efba6b40aa751052ad0a04010006.tar.gz
documentation/poky-ref-manual/extendpoky.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES
YOCTO #1104: The section that describes how to customize images with new features failed to mention the variable EXTRA_IMAGE_FEATURES. I added text to include that option and referenced the variable. (From yocto-docs rev: 128b53594be02e486ca3f4658b9f93b9913a3972) 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/extendpoky.xml')
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index 69bf9200cc..1a594f5ba6 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -349,9 +349,9 @@ RRECOMMENDS_task-custom-tools = "\
349 </section> 349 </section>
350 350
351 <section id='usingpoky-extend-customimage-imagefeatures'> 351 <section id='usingpoky-extend-customimage-imagefeatures'>
352 <title>Customizing Images Using Custom IMAGE_FEATURES</title> 352 <title>Customizing Images Using Custom IMAGE_FEATURES and EXTRA_IMAGE_FEATURES</title>
353 <para> 353 <para>
354 Ultimately users might want to add extra image "features" as used by Poky with the 354 Ultimately users might want to add extra image "features" to the set used by Poky with the
355 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> 355 <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm>
356 variable. 356 variable.
357 To create these features, the best reference is 357 To create these features, the best reference is
@@ -363,6 +363,9 @@ RRECOMMENDS_task-custom-tools = "\
363 </glossterm> variable is generated automatically. 363 </glossterm> variable is generated automatically.
364 Users can add extra features by extending the class or creating a custom class for use 364 Users can add extra features by extending the class or creating a custom class for use
365 with specialized image <filename>.bb</filename> files. 365 with specialized image <filename>.bb</filename> files.
366 You can also add more features by configuring the
367 <glossterm><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></glossterm>
368 variable in the <filename>local.conf</filename> file.
366 </para> 369 </para>
367 <para> 370 <para>
368 Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. 371 Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH.