summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-16 10:53:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:11 +0100
commit2db4088ceddd65892c718363592c398d37a82d5c (patch)
tree02b6505223c457e5f2416792215ec0bb08fb2a74 /documentation/poky-ref-manual
parent695420417f7cf51297dc23861ab60860eba48ca2 (diff)
downloadpoky-2db4088ceddd65892c718363592c398d37a82d5c.tar.gz
documentation: converted ref-images and ref-features to chapters
As part of moving the reference manual to a real reference manual I am removing the "appendix" classification and having everthing be a chapter. I changed the "ref-imagese" and "ref-features" appendices to chapters and made any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 08117634034a5cd5567c971957583d986c9ee9a4) 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')
-rw-r--r--documentation/poky-ref-manual/introduction.xml8
-rw-r--r--documentation/poky-ref-manual/ref-features.xml6
-rw-r--r--documentation/poky-ref-manual/ref-images.xml8
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml2
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml4
5 files changed, 14 insertions, 14 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index d2225f8556..27ee6ec039 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -61,12 +61,12 @@
61 <link linkend='ref-classes'>Classes</link>:</emphasis> 61 <link linkend='ref-classes'>Classes</link>:</emphasis>
62 This chapter describes the classes used in the Yocto Project.</para></listitem> 62 This chapter describes the classes used in the Yocto Project.</para></listitem>
63 <listitem><para><emphasis> 63 <listitem><para><emphasis>
64 <link linkend='ref-images'>Reference: Images</link>:</emphasis> 64 <link linkend='ref-images'>Images</link>:</emphasis>
65 This appendix describes the standard images that the Yocto Project supports. 65 This chapter describes the standard images that the Yocto Project supports.
66 </para></listitem> 66 </para></listitem>
67 <listitem><para><emphasis> 67 <listitem><para><emphasis>
68 <link linkend='ref-features'>Reference: Features</link>:</emphasis> 68 <link linkend='ref-features'>Features</link>:</emphasis>
69 This appendix describes mechanisms for creating distribution, machine, and image 69 This chapter describes mechanisms for creating distribution, machine, and image
70 features during the build process using the OpenEmbedded build system.</para></listitem> 70 features during the build process using the OpenEmbedded build system.</para></listitem>
71 <listitem><para><emphasis> 71 <listitem><para><emphasis>
72 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis> 72 <link linkend='ref-variables-glos'>Reference: Variables Glossary</link>:</emphasis>
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml
index 58db94e295..bdf29a2596 100644
--- a/documentation/poky-ref-manual/ref-features.xml
+++ b/documentation/poky-ref-manual/ref-features.xml
@@ -1,8 +1,8 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4 4
5<appendix id='ref-features'> 5<chapter id='ref-features'>
6 <title>Reference: Features</title> 6 <title>Reference: Features</title>
7 7
8 <para> 8 <para>
@@ -157,7 +157,7 @@
157 </itemizedlist> 157 </itemizedlist>
158 </para> 158 </para>
159 </section> 159 </section>
160</appendix> 160</chapter>
161 161
162<!-- 162<!--
163vim: expandtab tw=80 ts=4 spell spelllang=en_gb 163vim: expandtab tw=80 ts=4 spell spelllang=en_gb
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 0ffea5d19f..d1ff6d0144 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -1,9 +1,9 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4 4
5<appendix id='ref-images'> 5<chapter id='ref-images'>
6 <title>Reference: Images</title> 6 <title>Images</title>
7 7
8 <para> 8 <para>
9 The OpenEmbedded build process supports several types of images to satisfy different needs. 9 The OpenEmbedded build process supports several types of images to satisfy different needs.
@@ -127,7 +127,7 @@
127 "live" to <filename>IMAGE_FSTYPES</filename> within the <filename>local.conf</filename> 127 "live" to <filename>IMAGE_FSTYPES</filename> within the <filename>local.conf</filename>
128 file or wherever appropriate and then build the desired image as normal. 128 file or wherever appropriate and then build the desired image as normal.
129 </tip> 129 </tip>
130</appendix> 130</chapter>
131<!-- 131<!--
132vim: expandtab tw=80 ts=4 132vim: expandtab tw=80 ts=4
133--> 133-->
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 6807c5c309..aabe9e767c 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -785,7 +785,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
785 Typically, you configure this variable in image recipes. 785 Typically, you configure this variable in image recipes.
786 Note that you can add extra features to the image by using the 786 Note that you can add extra features to the image by using the
787 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 787 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
788 See the "<link linkend="ref-features-image">Reference: Images</link>" section for the 788 See the "<link linkend="ref-features-image">Images</link>" chapter for the
789 list of features present in images built by the OpenEmbedded build system.</para> 789 list of features present in images built by the OpenEmbedded build system.</para>
790 </glossdef> 790 </glossdef>
791 </glossentry> 791 </glossentry>
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 121650cd54..f2bd411a54 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -62,13 +62,13 @@
62 Or, the target can be the name of a recipe for a specific piece of software such as 62 Or, the target can be the name of a recipe for a specific piece of software such as
63 <application>busybox</application>. 63 <application>busybox</application>.
64 For more details about the images the OpenEmbedded build system supports, see the 64 For more details about the images the OpenEmbedded build system supports, see the
65 "<link linkend="ref-images">Reference: Images</link>" appendix. 65 "<link linkend="ref-images">Images</link>" chapter.
66 </para> 66 </para>
67 67
68 <note> 68 <note>
69 Building an image without GNU Public License Version 3 (GPLv3) components is 69 Building an image without GNU Public License Version 3 (GPLv3) components is
70 only supported for minimal and base images. 70 only supported for minimal and base images.
71 See the "<link linkend='ref-images'>Reference: Images</link>" appendix for more information. 71 See the "<link linkend='ref-images'>Images</link>" chapter for more information.
72 </note> 72 </note>
73 </section> 73 </section>
74 74