summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-03 14:46:31 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:50 +0000
commitd5848aa719d3e25585d124e7296c1147d000b91b (patch)
treee940502a285cbfbf946ab07e38ba4b328a570b5b /documentation/dev-manual
parent9edf601d2d078c43863f625f326118835de74540 (diff)
downloadpoky-d5848aa719d3e25585d124e7296c1147d000b91b.tar.gz
documentation: cross-manual links hard-coded for 1.1.1 release.
All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) 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-bsp-appendix.xml6
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml12
-rw-r--r--documentation/dev-manual/dev-manual-model.xml46
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml10
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
-rw-r--r--documentation/dev-manual/dev-manual.xml2
6 files changed, 43 insertions, 43 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 485064daf9..0f1892200a 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -179,8 +179,8 @@
179 The next configuration file in the new BSP layer we need to edit is <filename>layer.conf</filename>. 179 The next configuration file in the new BSP layer we need to edit is <filename>layer.conf</filename>.
180 This file identifies build information needed for the new layer. 180 This file identifies build information needed for the new layer.
181 You can see the 181 You can see the
182 "<ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section in 182 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section in
183 <ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'>The Board 183 <ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html'>The Board
184 Support Packages (BSP) Development Guide</ulink> 184 Support Packages (BSP) Development Guide</ulink>
185 for more information on this configuration file. 185 for more information on this configuration file.
186 Basically, we are changing the existing statements to work with our BSP. 186 Basically, we are changing the existing statements to work with our BSP.
@@ -485,7 +485,7 @@
485 485
486 <para> 486 <para>
487 The appendix 487 The appendix
488 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-variables-glos'> 488 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-variables-glos'>
489 Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information 489 Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information
490 on configuration variables. 490 on configuration variables.
491 </para> 491 </para>
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 3495cdac6a..a3b837f6f3 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -69,7 +69,7 @@
69 <listitem><para>Reference material. 69 <listitem><para>Reference material.
70 This type of material resides in an appropriate reference manual. 70 This type of material resides in an appropriate reference manual.
71 For example, system variables are documented in the 71 For example, system variables are documented in the
72 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 72 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
73 Yocto Project Reference Manual</ulink>.</para></listitem> 73 Yocto Project Reference Manual</ulink>.</para></listitem>
74 <listitem><para>Detailed public information that is not specific to the Yocto Project. 74 <listitem><para>Detailed public information that is not specific to the Yocto Project.
75 For example, exhaustive information on how to use Git is covered better through the 75 For example, exhaustive information on how to use Git is covered better through the
@@ -90,27 +90,27 @@
90 </emphasis> The home page for the Yocto Project provides lots of information on the project 90 </emphasis> The home page for the Yocto Project provides lots of information on the project
91 as well as links to software and documentation.</para></listitem> 91 as well as links to software and documentation.</para></listitem>
92 <listitem><para><emphasis> 92 <listitem><para><emphasis>
93 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 93 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
94 The Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started 94 The Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started
95 with the Yocto Project quickly and start building an image.</para></listitem> 95 with the Yocto Project quickly and start building an image.</para></listitem>
96 <listitem><para><emphasis> 96 <listitem><para><emphasis>
97 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 97 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
98 The Yocto Project Reference Manual</ulink>:</emphasis> This manual is a reference 98 The Yocto Project Reference Manual</ulink>:</emphasis> This manual is a reference
99 guide to the Yocto Project build component known as "Poky." 99 guide to the Yocto Project build component known as "Poky."
100 The manual also contains a reference chapter on Board Support Package (BSP) 100 The manual also contains a reference chapter on Board Support Package (BSP)
101 layout.</para></listitem> 101 layout.</para></listitem>
102 <listitem><para><emphasis> 102 <listitem><para><emphasis>
103 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> 103 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>
104 The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>:</emphasis> 104 The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>:</emphasis>
105 This guide provides information that lets you get going with the ADT to 105 This guide provides information that lets you get going with the ADT to
106 develop projects using the Yocto Project.</para></listitem> 106 develop projects using the Yocto Project.</para></listitem>
107 <listitem><para><emphasis> 107 <listitem><para><emphasis>
108 <ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'> 108 <ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html'>
109 The Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:</emphasis> 109 The Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:</emphasis>
110 This guide defines the structure for BSP components. 110 This guide defines the structure for BSP components.
111 Having a commonly understood structure encourages standardization.</para></listitem> 111 Having a commonly understood structure encourages standardization.</para></listitem>
112 <listitem><para><emphasis> 112 <listitem><para><emphasis>
113 <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> 113 <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'>
114 The Yocto Project Kernel Architecture and Use Manual</ulink>:</emphasis> 114 The Yocto Project Kernel Architecture and Use Manual</ulink>:</emphasis>
115 This manual describes the architecture of the Yocto Project kernel and provides 115 This manual describes the architecture of the Yocto Project kernel and provides
116 some work flow examples.</para></listitem> 116 some work flow examples.</para></listitem>
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index d95382617a..bb36fd2bd6 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -24,7 +24,7 @@
24 For a user-space application development example that uses the 24 For a user-space application development example that uses the
25 <trademark class='trade'>Eclipse</trademark> IDE, 25 <trademark class='trade'>Eclipse</trademark> IDE,
26 see the 26 see the
27 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> 27 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>
28 The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>. 28 The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>.
29</para> 29</para>
30 30
@@ -79,8 +79,8 @@
79 <orderedlist> 79 <orderedlist>
80 <listitem><para><emphasis>Set up your host development system to support 80 <listitem><para><emphasis>Set up your host development system to support
81 development using the Yocto Project</emphasis>: See the 81 development using the Yocto Project</emphasis>: See the
82 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and the 82 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and the
83 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both 83 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both
84 in the Yocto Project Quick Start for requirements.</para></listitem> 84 in the Yocto Project Quick Start for requirements.</para></listitem>
85 <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your 85 <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your
86 system</emphasis>: You need to have the Yocto Project files available on your host system. 86 system</emphasis>: You need to have the Yocto Project files available on your host system.
@@ -137,7 +137,7 @@
137 N450, and Sugar Bay are isolated.</note> 137 N450, and Sugar Bay are isolated.</note>
138 <para>When you set up a layer for a new BSP, you should follow a standard layout. 138 <para>When you set up a layer for a new BSP, you should follow a standard layout.
139 This layout is described in the section 139 This layout is described in the section
140 "<ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html#bsp-filelayout'>Example Filesystem Layout</ulink>" section of the Board Support Package (BSP) Development Guide. 140 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html#bsp-filelayout'>Example Filesystem Layout</ulink>" section of the Board Support Package (BSP) Development Guide.
141 In the standard layout, you will notice a suggested structure for recipes and 141 In the standard layout, you will notice a suggested structure for recipes and
142 configuration information. 142 configuration information.
143 You can see the standard layout for the Crown Bay BSP in this example by examining the 143 You can see the standard layout for the Crown Bay BSP in this example by examining the
@@ -160,7 +160,7 @@
160 You need to get the build environment ready by sourcing an environment setup script 160 You need to get the build environment ready by sourcing an environment setup script
161 and you need to be sure two key configuration files are configured appropriately.</para> 161 and you need to be sure two key configuration files are configured appropriately.</para>
162 <para>The entire process for building an image is overviewed in the section 162 <para>The entire process for building an image is overviewed in the section
163 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. 163 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start.
164 You might want to reference this information.</para></listitem> 164 You might want to reference this information.</para></listitem>
165 <listitem><para><emphasis>Build the image</emphasis>: The Yocto Project uses the BitBake 165 <listitem><para><emphasis>Build the image</emphasis>: The Yocto Project uses the BitBake
166 tool to build images based on the type of image you want to create. 166 tool to build images based on the type of image you want to create.
@@ -168,8 +168,8 @@
168 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> 168 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para>
169 <para>The build process supports several types of images to satisfy different needs. 169 <para>The build process supports several types of images to satisfy different needs.
170 See the 170 See the
171 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in the 171 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in the
172 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 172 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
173 Yocto Project Reference Manual</ulink>for information on supported images.</para></listitem> 173 Yocto Project Reference Manual</ulink>for information on supported images.</para></listitem>
174 </orderedlist> 174 </orderedlist>
175 </para> 175 </para>
@@ -178,7 +178,7 @@
178 You can view a video presentation on "Building Custom Embedded Images with Yocto" 178 You can view a video presentation on "Building Custom Embedded Images with Yocto"
179 at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>. 179 at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>.
180 You can also find supplemental information in 180 You can also find supplemental information in
181 <ulink url='http://yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'> 181 <ulink url='http://yoctoproject.org/docs/1.1.1/bsp-guide/bsp-guide.html'>
182 The Board Support Package (BSP) Development Guide</ulink>. 182 The Board Support Package (BSP) Development Guide</ulink>.
183 Finally, there is wiki page write up of the example also located 183 Finally, there is wiki page write up of the example also located
184 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> 184 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>
@@ -201,7 +201,7 @@
201 The remainder of this section presents a high-level overview of the Linux Yocto 201 The remainder of this section presents a high-level overview of the Linux Yocto
202 kernel architecture and the steps to modify the Linux Yocto kernel. 202 kernel architecture and the steps to modify the Linux Yocto kernel.
203 For a complete discussion of the kernel, see 203 For a complete discussion of the kernel, see
204 <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> 204 <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'>
205 The Yocto Project Kernel Architecture and Use Manual</ulink>. 205 The Yocto Project Kernel Architecture and Use Manual</ulink>.
206 You can reference the appendix 206 You can reference the appendix
207 "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" 207 "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>"
@@ -349,7 +349,7 @@
349 <para> 349 <para>
350 Again, for a complete discussion of the Yocto Project kernel's architcture and its 350 Again, for a complete discussion of the Yocto Project kernel's architcture and its
351 branching strategy, 351 branching strategy,
352 see the <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> 352 see the <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'>
353 The Yocto Project Kernel Architecture and Use Manual</ulink>. 353 The Yocto Project Kernel Architecture and Use Manual</ulink>.
354 Also, you can reference 354 Also, you can reference
355 <xref linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</xref> 355 <xref linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</xref>
@@ -373,8 +373,8 @@
373 <orderedlist> 373 <orderedlist>
374 <listitem><para><emphasis>Set up your host development system to support 374 <listitem><para><emphasis>Set up your host development system to support
375 development using the Yocto Project</emphasis>: See 375 development using the Yocto Project</emphasis>: See
376 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and 376 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and
377 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both 377 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both
378 in the Yocto Project Quick Start for requirements.</para></listitem> 378 in the Yocto Project Quick Start for requirements.</para></listitem>
379 <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your 379 <listitem><para><emphasis>Establish a local copy of the Yocto Project files on your
380 system</emphasis>: Having the Yocto Project files on your system gives you access to 380 system</emphasis>: Having the Yocto Project files on your system gives you access to
@@ -443,7 +443,7 @@
443 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) 443 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>)
444 are configured appropriately.</para> 444 are configured appropriately.</para>
445 <para>The entire process for building an image is overviewed in the 445 <para>The entire process for building an image is overviewed in the
446 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start. 446 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start.
447 You might want to reference this information. 447 You might want to reference this information.
448 Also, you should look at the detailed examples found in the appendices at 448 Also, you should look at the detailed examples found in the appendices at
449 at the end of this manual.</para></listitem> 449 at the end of this manual.</para></listitem>
@@ -454,8 +454,8 @@
454 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> 454 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para>
455 <para>The build process supports several types of images to satisfy different needs. 455 <para>The build process supports several types of images to satisfy different needs.
456 See the appendix 456 See the appendix
457 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the 457 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the
458 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 458 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
459 Yocto Project Reference Manual</ulink> for information on supported 459 Yocto Project Reference Manual</ulink> for information on supported
460 images.</para></listitem> 460 images.</para></listitem>
461 <listitem><para><emphasis>Make your configuration changes available 461 <listitem><para><emphasis>Make your configuration changes available
@@ -507,7 +507,7 @@
507 provides an overview of the general development process. 507 provides an overview of the general development process.
508 If you want to see a detailed example of the process as it is used from within the Eclipse 508 If you want to see a detailed example of the process as it is used from within the Eclipse
509 IDE, see 509 IDE, see
510 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> 510 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>
511 The Application Development Toolkit (ADT) User's Manual</ulink>. 511 The Application Development Toolkit (ADT) User's Manual</ulink>.
512 </para> 512 </para>
513 513
@@ -524,8 +524,8 @@
524 <orderedlist> 524 <orderedlist>
525 <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>: 525 <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>:
526 See 526 See
527 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and 527 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and
528 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both 528 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both
529 in the Yocto Project Quick Start for requirements.</para></listitem> 529 in the Yocto Project Quick Start for requirements.</para></listitem>
530 530
531<!-- 531<!--
@@ -573,9 +573,9 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
573 </itemizedlist></para> 573 </itemizedlist></para>
574 <para>For information on pre-built kernel image naming schemes for images 574 <para>For information on pre-built kernel image naming schemes for images
575 that can run on the QEMU emulator, see the 575 that can run on the QEMU emulator, see the
576 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" 576 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
577 section in 577 section in
578 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 578 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
579 The Yocto Project Quick Start</ulink>.</para></listitem> 579 The Yocto Project Quick Start</ulink>.</para></listitem>
580 <listitem><para><emphasis>Install the ADT</emphasis>: 580 <listitem><para><emphasis>Install the ADT</emphasis>:
581 The ADT provides a target-specific cross-development toolchain, the root filesystem, 581 The ADT provides a target-specific cross-development toolchain, the root filesystem,
@@ -584,8 +584,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
584 easy method. 584 easy method.
585 You can get these pieces by running an ADT installer script, which is configurable. 585 You can get these pieces by running an ADT installer script, which is configurable.
586 For information on how to install the ADT, see the 586 For information on how to install the ADT, see the
587 "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in 587 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in
588 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'>The Yocto Project 588 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>The Yocto Project
589 Application Development (ADT) User's Manual</ulink>.</para></listitem> 589 Application Development (ADT) User's Manual</ulink>.</para></listitem>
590 <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: 590 <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>:
591 If you choose not to install the ADT using the ADT Installer, 591 If you choose not to install the ADT using the ADT Installer,
@@ -655,7 +655,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
655 Download kernel, root filesystem, and any other files you need for your process. 655 Download kernel, root filesystem, and any other files you need for your process.
656 <note>In order to use the root filesystem in QEMU, you need to extract it. 656 <note>In order to use the root filesystem in QEMU, you need to extract it.
657 See the 657 See the
658 "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#extracting-the-root-filesystem'>Extracting the Root Filesystem</ulink>" section for information on how to extract the 658 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#extracting-the-root-filesystem'>Extracting the Root Filesystem</ulink>" section for information on how to extract the
659 root filesystem.</note></para></listitem> 659 root filesystem.</note></para></listitem>
660 <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point, 660 <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point,
661 you have the tools to develop your application. 661 you have the tools to develop your application.
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 08b4747480..a24eaa9473 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -170,9 +170,9 @@
170 Images are the binary output that runs on specific hardware and for specific 170 Images are the binary output that runs on specific hardware and for specific
171 use cases. 171 use cases.
172 For a list of the supported image types that the Yocto Project provides, see the 172 For a list of the supported image types that the Yocto Project provides, see the
173 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" 173 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>"
174 appendix in 174 appendix in
175 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 175 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
176 The Yocto Project Reference Manual</ulink>.</para></listitem> 176 The Yocto Project Reference Manual</ulink>.</para></listitem>
177 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, 177 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core,
178 a BSP, or an application stack.</para></listitem> 178 a BSP, or an application stack.</para></listitem>
@@ -223,7 +223,7 @@
223 <para>You can find instruction on how to set up the Yocto Project files on your 223 <para>You can find instruction on how to set up the Yocto Project files on your
224 host development system by reading 224 host development system by reading
225 the 225 the
226 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'>Getting 226 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#getting-setup'>Getting
227 Setup</ulink>" section.</para></listitem> 227 Setup</ulink>" section.</para></listitem>
228 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis> 228 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis>
229 This term refers to the area used by the Yocto Project for builds. 229 This term refers to the area used by the Yocto Project for builds.
@@ -605,8 +605,8 @@
605 You should send patches to the appropriate Yocto Project mailing list to get them 605 You should send patches to the appropriate Yocto Project mailing list to get them
606 in front of the Yocto Project Maintainer. 606 in front of the Yocto Project Maintainer.
607 For a list of the Yocto Project mailing lists, see the 607 For a list of the Yocto Project mailing lists, see the
608 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in 608 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in
609 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> The 609 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'> The
610 Yocto Project Reference Manual</ulink>. 610 Yocto Project Reference Manual</ulink>.
611 </para> 611 </para>
612 612
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index a5f3652b13..1f5d72eb0e 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -9,7 +9,7 @@
9 This chapter introduces the Yocto Project and gives you an idea of what you need to get started. 9 This chapter introduces the Yocto Project and gives you an idea of what you need to get started.
10 You can find enough information to set up your development host and build or use images for 10 You can find enough information to set up your development host and build or use images for
11 hardware supported by the Yocto Project by reading 11 hardware supported by the Yocto Project by reading
12 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 12 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
13 The Yocto Project Quick Start</ulink>. 13 The Yocto Project Quick Start</ulink>.
14</para> 14</para>
15 15
@@ -57,7 +57,7 @@
57 </para></listitem> 57 </para></listitem>
58 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages 58 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages
59 exist on your development system (e.g. Python 2.6 or 2.7). 59 exist on your development system (e.g. Python 2.6 or 2.7).
60 See "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" 60 See "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>"
61 section in the Yocto Project Quick start for the exact package 61 section in the Yocto Project Quick start for the exact package
62 requirements and the installation commands to install them 62 requirements and the installation commands to install them
63 for the supported distributions.</para></listitem> 63 for the supported distributions.</para></listitem>
@@ -213,7 +213,7 @@
213 applications using the Eclipse Integrated Development Environment (IDE), 213 applications using the Eclipse Integrated Development Environment (IDE),
214 you will need this plug-in. 214 you will need this plug-in.
215 See the 215 See the
216 "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#setting-up-the-eclipse-ide'>Setting up the Eclipse IDE</ulink>" 216 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#setting-up-the-eclipse-ide'>Setting up the Eclipse IDE</ulink>"
217 section in the Yocto Application Development Toolkit (ADT) 217 section in the Yocto Application Development Toolkit (ADT)
218 User’s Guide for more information.</para></listitem> 218 User’s Guide for more information.</para></listitem>
219 </itemizedlist> 219 </itemizedlist>
@@ -226,7 +226,7 @@
226 <para> 226 <para>
227 The build process creates an entire Linux distribution, including the toolchain, from source. 227 The build process creates an entire Linux distribution, including the toolchain, from source.
228 For more information on this topic, see the 228 For more information on this topic, see the
229 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" 229 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>"
230 section in the Yocto Project Quick Start. 230 section in the Yocto Project Quick Start.
231 </para> 231 </para>
232 232
@@ -264,7 +264,7 @@
264 264
265 <para> 265 <para>
266 You can find details on all these steps in the 266 You can find details on all these steps in the
267 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" 267 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
268 section of the Yocto Project Quick Start. 268 section of the Yocto Project Quick Start.
269 </para> 269 </para>
270</section> 270</section>
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
index 823ab3fd09..094d279ca0 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -56,7 +56,7 @@
56 <note> 56 <note>
57 Due to production processes, there could be differences between the Yocto Project 57 Due to production processes, there could be differences between the Yocto Project
58 documentation bundled in the release tarball and 58 documentation bundled in the release tarball and
59 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 59 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>
60 The Yocto Project Development Manual</ulink> on 60 The Yocto Project Development Manual</ulink> on
61 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 61 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website.
62 For the latest version of this manual, see the manual on the website. 62 For the latest version of this manual, see the manual on the website.