summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-05 11:06:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:47 +0100
commit2f7553ef4a6aae79335cf7362b4102d122a435f3 (patch)
tree42110d4440d98639c77c22dd56f6915296b3fc1a /documentation
parent43bbfc5e80b40089e72780eb1082628a62138b12 (diff)
downloadpoky-2f7553ef4a6aae79335cf7362b4102d122a435f3.tar.gz
documentation/poky-ref-manual: Section name change
I changed the "Reference: Images" section to "Images". This old name was a hold over from when the book had appendices that were reference-like. Along with changing the name I also fixed two links to the section that were found in the variables chapter. (From yocto-docs rev: e21a973cfe07d21acdfe02b49aa86c7672905968) 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/poky-ref-manual/ref-features.xml2
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml
index 2909392b3b..1540475b2b 100644
--- a/documentation/poky-ref-manual/ref-features.xml
+++ b/documentation/poky-ref-manual/ref-features.xml
@@ -112,7 +112,7 @@
112 </section> 112 </section>
113 113
114 <section id='ref-features-image'> 114 <section id='ref-features-image'>
115 <title>Reference: Images</title> 115 <title>Images</title>
116 116
117 <para> 117 <para>
118 The contents of images generated by the OpenEmbedded build system can be controlled by the 118 The contents of images generated by the OpenEmbedded build system can be controlled by the
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 25f99c5364..03c3df83ec 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -564,7 +564,7 @@
564 </literallayout> 564 </literallayout>
565 565
566 <para>There are other valid features too, see the 566 <para>There are other valid features too, see the
567 <link linkend='ref-features-image'>Reference: Images</link> 567 <link linkend='ref-features-image'>Images</link>
568 section for more details.</para> 568 section for more details.</para>
569 </glossdef> 569 </glossdef>
570 </glossentry> 570 </glossentry>
@@ -784,7 +784,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
784 Typically, you configure this variable in image recipes. 784 Typically, you configure this variable in image recipes.
785 Note that you can add extra features to the image by using the 785 Note that you can add extra features to the image by using the
786 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 786 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
787 See the "<link linkend="ref-features-image">Images</link>" chapter for the 787 See the "<link linkend="ref-features-image">Images</link>" section for the
788 list of features present in images built by the OpenEmbedded build system.</para> 788 list of features present in images built by the OpenEmbedded build system.</para>
789 </glossdef> 789 </glossdef>
790 </glossentry> 790 </glossentry>