summaryrefslogtreecommitdiffstats
path: root/documentation/dev-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/dev-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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/dev-manual/dev-manual-model.xml9
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
-rw-r--r--documentation/dev-manual/dev-manual-start.xml5
4 files changed, 10 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d24838a54b..686d47ec4b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1713,7 +1713,7 @@
1713 It also allows you to perform post-mortem style analysis of program crashes. 1713 It also allows you to perform post-mortem style analysis of program crashes.
1714 GDB is available as a package within the Yocto Project and by default is 1714 GDB is available as a package within the Yocto Project and by default is
1715 installed in sdk images. 1715 installed in sdk images.
1716 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix 1716 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" appendix
1717 in the Yocto Project Reference Manual for a description of these images. 1717 in the Yocto Project Reference Manual for a description of these images.
1718 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. 1718 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>.
1719 </para> 1719 </para>
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index c70aba313e..12a62f467d 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -197,8 +197,8 @@
197 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para> 197 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
198 <para>The build process supports several types of images to satisfy different needs. 198 <para>The build process supports several types of images to satisfy different needs.
199 See the 199 See the
200 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix 200 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter
201 in The Yocto Project Reference Manual for information on 201 in the Yocto Project Reference Manual for information on
202 supported images.</para></listitem> 202 supported images.</para></listitem>
203 </orderedlist> 203 </orderedlist>
204 </para> 204 </para>
@@ -501,9 +501,8 @@
501 You can find more information on BitBake 501 You can find more information on BitBake
502 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para> 502 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
503 <para>The build process supports several types of images to satisfy different needs. 503 <para>The build process supports several types of images to satisfy different needs.
504 See the appendix 504 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter in
505 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" in 505 the Yocto Project Reference Manual for information on supported images.</para></listitem>
506 The Yocto Project Reference Manual for information on supported images.</para></listitem>
507 <listitem><para><emphasis>Make your configuration changes available 506 <listitem><para><emphasis>Make your configuration changes available
508 in the kernel layer</emphasis>: Up to this point, all the configuration changes to the 507 in the kernel layer</emphasis>: Up to this point, all the configuration changes to the
509 kernel have been done and tested iteratively. 508 kernel have been done and tested iteratively.
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index bf343b4605..d39c445051 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -292,8 +292,8 @@
292 Images are the binary output that run on specific hardware and for specific 292 Images are the binary output that run on specific hardware and for specific
293 use cases. 293 use cases.
294 For a list of the supported image types that the Yocto Project provides, see the 294 For a list of the supported image types that the Yocto Project provides, see the
295 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" 295 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>"
296 appendix in The Yocto Project Reference Manual.</para></listitem> 296 chapter in the Yocto Project Reference Manual.</para></listitem>
297 <listitem><para id='layer'><emphasis>Layer:</emphasis> A collection of recipes representing the core, 297 <listitem><para id='layer'><emphasis>Layer:</emphasis> A collection of recipes representing the core,
298 a BSP, or an application stack. 298 a BSP, or an application stack.
299 For a discussion on BSP Layers, see the 299 For a discussion on BSP Layers, see the
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 5ba7b0bf3b..8cc7283196 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -293,8 +293,9 @@
293 <para> 293 <para>
294 Another option you have to get started is to use pre-built binaries. 294 Another option you have to get started is to use pre-built binaries.
295 The Yocto Project provides many types of binaries with each release. 295 The Yocto Project provides many types of binaries with each release.
296 See the <ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink> 296 See the <ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>
297 section for descriptions of the types of binaries that ship with a Yocto Project 297 chapter in the Yocto Project Reference Manual
298 for descriptions of the types of binaries that ship with a Yocto Project
298 release. 299 release.
299 </para> 300 </para>
300 301