summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-11-10 10:28:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 15:24:17 +0000
commit684c35b7aa0898f95ab70a5982ef74ce98107d93 (patch)
tree7c6cb2ead87d121c32ed9d21943a28b54a0bb35d /documentation/dev-manual
parent8632404294eaa3464797cffc757add6b5d92b7dc (diff)
downloadpoky-684c35b7aa0898f95ab70a5982ef74ce98107d93.tar.gz
documentation: Changed all manual links to point to "latest"
There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) 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 ed3af67284..7b8dc6ead5 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -238,8 +238,8 @@
238 <filename>meta-mymachine/conf/layer.conf</filename>. 238 <filename>meta-mymachine/conf/layer.conf</filename>.
239 This file identifies build information needed for the new layer. 239 This file identifies build information needed for the new layer.
240 You can see the 240 You can see the
241 "<ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section in 241 "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-filelayout-layer'>Layer Configuration File</ulink>" section in
242 <ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'>The Board 242 <ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html'>The Board
243 Support Packages (BSP) Development Guide</ulink> 243 Support Packages (BSP) Development Guide</ulink>
244 for more information on this configuration file. 244 for more information on this configuration file.
245 Basically, we are changing the existing statements to work with our BSP. 245 Basically, we are changing the existing statements to work with our BSP.
@@ -578,7 +578,7 @@
578 578
579 <para> 579 <para>
580 The appendix 580 The appendix
581 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-variables-glos'> 581 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-variables-glos'>
582 Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information 582 Reference: Variables Glossary</ulink> in the Yocto Project Reference Manual has more information
583 on configuration variables. 583 on configuration variables.
584 </para> 584 </para>
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 3d1b76a004..85eea519ff 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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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 1d45a036c8..f2912b1c1b 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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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
@@ -453,7 +453,7 @@
453 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) 453 (<filename>local.conf</filename> and <filename>bblayers.conf</filename>)
454 are configured appropriately.</para> 454 are configured appropriately.</para>
455 <para>The entire process for building an image is overviewed in the 455 <para>The entire process for building an image is overviewed in the
456 "<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. 456 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the Yocto Project Quick Start.
457 You might want to reference this information. 457 You might want to reference this information.
458 Also, you should look at the detailed examples found in the appendices at 458 Also, you should look at the detailed examples found in the appendices at
459 at the end of this manual.</para></listitem> 459 at the end of this manual.</para></listitem>
@@ -464,8 +464,8 @@
464 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> 464 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para>
465 <para>The build process supports several types of images to satisfy different needs. 465 <para>The build process supports several types of images to satisfy different needs.
466 See the appendix 466 See the appendix
467 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the 467 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" in the
468 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 468 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'>
469 Yocto Project Reference Manual</ulink> for information on supported 469 Yocto Project Reference Manual</ulink> for information on supported
470 images.</para></listitem> 470 images.</para></listitem>
471 <listitem><para><emphasis>Make your configuration changes available 471 <listitem><para><emphasis>Make your configuration changes available
@@ -517,7 +517,7 @@
517 provides an overview of the general development process. 517 provides an overview of the general development process.
518 If you want to see a detailed example of the process as it is used from within the Eclipse 518 If you want to see a detailed example of the process as it is used from within the Eclipse
519 IDE, see 519 IDE, see
520 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> 520 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>
521 The Application Development Toolkit (ADT) User's Manual</ulink>. 521 The Application Development Toolkit (ADT) User's Manual</ulink>.
522 </para> 522 </para>
523 523
@@ -534,8 +534,8 @@
534 <orderedlist> 534 <orderedlist>
535 <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>: 535 <listitem><para><emphasis>Prepare the Host System for the Yocto Project</emphasis>:
536 See 536 See
537 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and 537 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#the-linux-distro'>The Linux Distributions</ulink>" and
538 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both 538 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>" sections both
539 in the Yocto Project Quick Start for requirements.</para></listitem> 539 in the Yocto Project Quick Start for requirements.</para></listitem>
540 540
541<!-- 541<!--
@@ -583,9 +583,9 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
583 </itemizedlist></para> 583 </itemizedlist></para>
584 <para>For information on pre-built kernel image naming schemes for images 584 <para>For information on pre-built kernel image naming schemes for images
585 that can run on the QEMU emulator, see the 585 that can run on the QEMU emulator, see the
586 "<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>" 586 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
587 section in 587 section in
588 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 588 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
589 The Yocto Project Quick Start</ulink>.</para></listitem> 589 The Yocto Project Quick Start</ulink>.</para></listitem>
590 <listitem><para><emphasis>Install the ADT</emphasis>: 590 <listitem><para><emphasis>Install the ADT</emphasis>:
591 The ADT provides a target-specific cross-development toolchain, the root filesystem, 591 The ADT provides a target-specific cross-development toolchain, the root filesystem,
@@ -594,8 +594,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
594 easy method. 594 easy method.
595 You can get these pieces by running an ADT installer script, which is configurable. 595 You can get these pieces by running an ADT installer script, which is configurable.
596 For information on how to install the ADT, see the 596 For information on how to install the ADT, see the
597 "<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 597 "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-adt-installer'>Using the ADT Installer</ulink>" section in
598 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'>The Yocto Project 598 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>The Yocto Project
599 Application Development (ADT) User's Manual</ulink>.</para></listitem> 599 Application Development (ADT) User's Manual</ulink>.</para></listitem>
600 <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>: 600 <listitem><para><emphasis>If Applicable, Secure the Target Root Filesystem</emphasis>:
601 If you choose not to install the ADT using the ADT Installer, 601 If you choose not to install the ADT using the ADT Installer,
@@ -665,7 +665,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
665 Download kernel, root filesystem, and any other files you need for your process. 665 Download kernel, root filesystem, and any other files you need for your process.
666 <note>In order to use the root filesystem in QEMU, you need to extract it. 666 <note>In order to use the root filesystem in QEMU, you need to extract it.
667 See the 667 See the
668 "<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 668 "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#extracting-the-root-filesystem'>Extracting the Root Filesystem</ulink>" section for information on how to extract the
669 root filesystem.</note></para></listitem> 669 root filesystem.</note></para></listitem>
670 <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point, 670 <listitem><para><emphasis>Develop and Test your Application:</emphasis> At this point,
671 you have the tools to develop your application. 671 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 3a57942481..54dd71a525 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/latest/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/latest/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/latest/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.
@@ -593,8 +593,8 @@
593 You should send patches to the appropriate Yocto Project mailing list to get them 593 You should send patches to the appropriate Yocto Project mailing list to get them
594 in front of the Yocto Project Maintainer. 594 in front of the Yocto Project Maintainer.
595 For a list of the Yocto Project mailing lists, see the 595 For a list of the Yocto Project mailing lists, see the
596 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in 596 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in
597 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> The 597 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> The
598 Yocto Project Reference Manual</ulink>. 598 Yocto Project Reference Manual</ulink>.
599 </para> 599 </para>
600 600
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index a1f2e65442..df1d59fe79 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/latest/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/latest/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/latest/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/latest/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/latest/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 243afe4663..bfeb6fa436 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -51,7 +51,7 @@
51 <note> 51 <note>
52 Due to production processes, there could be differences between the Yocto Project 52 Due to production processes, there could be differences between the Yocto Project
53 documentation bundled in the release tarball and 53 documentation bundled in the release tarball and
54 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 54 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
55 The Yocto Project Development Manual</ulink> on 55 The Yocto Project Development Manual</ulink> on
56 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 56 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website.
57 For the latest version of this manual, see the manual on the website. 57 For the latest version of this manual, see the manual on the website.