summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-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/poky-ref-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/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/development.xml6
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml4
-rw-r--r--documentation/poky-ref-manual/introduction.xml10
-rw-r--r--documentation/poky-ref-manual/poky-ref-manual.xml2
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml4
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml4
-rw-r--r--documentation/poky-ref-manual/resources.xml8
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml12
8 files changed, 25 insertions, 25 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index 5a11179916..f6861ed5aa 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -91,9 +91,9 @@
91 with other plug-ins installed into the Eclipse IDE. 91 with other plug-ins installed into the Eclipse IDE.
92 Once you have your environment setup you need to configure the Eclipse plug-in. 92 Once you have your environment setup you need to configure the Eclipse plug-in.
93 For information on how to install and configure the Eclipse plug-in, see the 93 For information on how to install and configure the Eclipse plug-in, see the
94 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#adt-eclipse'> 94 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#adt-eclipse'>
95 "Working Within Eclipse"</ulink> chapter in the 95 "Working Within Eclipse"</ulink> chapter in the
96 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> 96 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>
97 "Application Development Toolkit (ADT) User's Guide."</ulink> 97 "Application Development Toolkit (ADT) User's Guide."</ulink>
98 </para> 98 </para>
99 </section> 99 </section>
@@ -102,7 +102,7 @@
102 <title>External Development Using the QEMU Emulator</title> 102 <title>External Development Using the QEMU Emulator</title>
103 <para> 103 <para>
104 Running Poky QEMU images is covered in the 104 Running Poky QEMU images is covered in the
105 <ulink url="http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html"> 105 <ulink url="http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html">
106 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. 106 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section.
107 </para> 107 </para>
108 <para> 108 <para>
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index 617f389dce..6f24ff14b1 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -531,9 +531,9 @@
531 <para> 531 <para>
532 For a complete example that shows how to add a new machine to the Yocto Project, 532 For a complete example that shows how to add a new machine to the Yocto Project,
533 see the 533 see the
534 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> 534 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>
535 BSP Development Example</ulink> in Appendix A of 535 BSP Development Example</ulink> in Appendix A of
536 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 536 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
537 The Yocto Project Development Manual</ulink>. 537 The Yocto Project Development Manual</ulink>.
538 </para> 538 </para>
539 539
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 492af718bc..8139feb931 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -15,7 +15,7 @@
15 construct complete Linux images. 15 construct complete Linux images.
16 You can find complete introductory and getting started information on the Yocto Project 16 You can find complete introductory and getting started information on the Yocto Project
17 by reading the 17 by reading the
18 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 18 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
19 Yocto Project Quick Start</ulink>. 19 Yocto Project Quick Start</ulink>.
20 You can also find lots of information on the Yocto Project on the 20 You can also find lots of information on the Yocto Project on the
21 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>. 21 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>.
@@ -90,9 +90,9 @@
90<title>System Requirements</title> 90<title>System Requirements</title>
91 <para> 91 <para>
92 For Yocto Project system requirements, see the 92 For Yocto Project system requirements, see the
93 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#resources'> 93 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#resources'>
94 What You Need and How You Get It</ulink> section in the 94 What You Need and How You Get It</ulink> section in the
95 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 95 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
96 Yocto Project Quick Start</ulink>. 96 Yocto Project Quick Start</ulink>.
97 </para> 97 </para>
98</section> 98</section>
@@ -125,9 +125,9 @@
125 You can get these files by downloading a Yocto Project release tarball and unpacking it, 125 You can get these files by downloading a Yocto Project release tarball and unpacking it,
126 or by establishing a Git repository of the files. 126 or by establishing a Git repository of the files.
127 For information on both these methods, see 127 For information on both these methods, see
128 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'> 128 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'>
129 Getting Setup</ulink> section in 129 Getting Setup</ulink> section in
130 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 130 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
131 The Yocto Project Development Manual</ulink>. 131 The Yocto Project Development Manual</ulink>.
132 </para> 132 </para>
133</section> 133</section>
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index 37059096e3..8c81d2bee0 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -77,7 +77,7 @@
77 <note> 77 <note>
78 Due to production processes, there could be differences between the Yocto Project 78 Due to production processes, there could be differences between the Yocto Project
79 documentation bundled in the release tarball and 79 documentation bundled in the release tarball and
80 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 80 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'>
81 The Yocto Project Reference Manual</ulink> on 81 The Yocto Project Reference Manual</ulink> on
82 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 82 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website.
83 For the latest version of this manual, see the manual on the website. 83 For the latest version of this manual, see the manual on the website.
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 6851fbf603..16c5137a50 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -207,9 +207,9 @@
207 It is worth noting that you can greatly speed up the build time by properly setting 207 It is worth noting that you can greatly speed up the build time by properly setting
208 the <filename>BB_NUMBER_THREADS</filename> variable. 208 the <filename>BB_NUMBER_THREADS</filename> variable.
209 See the 209 See the
210 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> 210 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>
211 Building an Image</ulink> section in the 211 Building an Image</ulink> section in the
212 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 212 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
213 Yocto Project Quick Start</ulink> for more information. 213 Yocto Project Quick Start</ulink> for more information.
214 </para> 214 </para>
215 215
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 63659c8cbf..6c502a73dd 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -14,9 +14,9 @@
14 14
15<para> 15<para>
16 For information on how to establish the Yocto Project files on your local development system, see the 16 For information on how to establish the Yocto Project files on your local development system, see the
17 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-started'> 17 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-started'>
18 Getting Setup</ulink> section in the 18 Getting Setup</ulink> section in the
19 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 19 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
20 The Yocto Project Development Manual</ulink>. 20 The Yocto Project Development Manual</ulink>.
21</para> 21</para>
22 22
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index c35f12c667..998a09f3c4 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -10,9 +10,9 @@
10 The Yocto Project team is happy for people to experiment with the Yocto Project. 10 The Yocto Project team is happy for people to experiment with the Yocto Project.
11 A number of places exist to find help if you run into difficulties or find bugs. 11 A number of places exist to find help if you run into difficulties or find bugs.
12 To find out how to download source code, 12 To find out how to download source code,
13 see the <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#local-yp-release'> 13 see the <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'>
14 Yocto Project Release</ulink> list item in 14 Yocto Project Release</ulink> list item in
15 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto 15 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto
16 Project Development Manual</ulink>. 16 Project Development Manual</ulink>.
17 </para> 17 </para>
18</section> 18</section>
@@ -97,9 +97,9 @@
97 You can submit changes to the project either by creating and sending pull requests, 97 You can submit changes to the project either by creating and sending pull requests,
98 or by submitting patches through email. 98 or by submitting patches through email.
99 For information on how to do both, see 99 For information on how to do both, see
100 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#how-to-submit-a-change'> 100 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#how-to-submit-a-change'>
101 How to Submit a Change</ulink> in 101 How to Submit a Change</ulink> in
102 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 102 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
103 The Yocto Project Development Manual</ulink>. 103 The Yocto Project Development Manual</ulink>.
104 </para> 104 </para>
105</section> 105</section>
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 70573ef045..d01cbaffa6 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -32,9 +32,9 @@
32 Configuration data acts as the glue to bind everything together.</para></listitem> 32 Configuration data acts as the glue to bind everything together.</para></listitem>
33 </itemizedlist> 33 </itemizedlist>
34 For more information on data, see the 34 For more information on data, see the
35 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#yocto-project-terms'> 35 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'>
36 Yocto Project Terms</ulink> section in 36 Yocto Project Terms</ulink> section in
37 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 37 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
38 The Yocto Project Development Manual</ulink>. 38 The Yocto Project Development Manual</ulink>.
39 </para> 39 </para>
40 40
@@ -153,9 +153,9 @@
153 153
154 <para> 154 <para>
155 You can find information on how to build an image using the Yocto Project in the 155 You can find information on how to build an image using the Yocto Project in the
156 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> 156 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>
157 Building an Image</ulink> section of the 157 Building an Image</ulink> section of the
158 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 158 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
159 Yocto Project Quick Start</ulink>. 159 Yocto Project Quick Start</ulink>.
160 This section provides a quick overview. 160 This section provides a quick overview.
161 </para> 161 </para>
@@ -222,9 +222,9 @@
222 <filename class="directory">tmp/deploy/images</filename>. 222 <filename class="directory">tmp/deploy/images</filename>.
223 For information on how to run pre-built images such as <filename>qemux86</filename> 223 For information on how to run pre-built images such as <filename>qemux86</filename>
224 and <filename>qemuarm</filename>, see the 224 and <filename>qemuarm</filename>, see the
225 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> 225 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'>
226 Using Pre-Built Binaries and QEMU</ulink> section in the 226 Using Pre-Built Binaries and QEMU</ulink> section in the
227 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 227 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
228 Yocto Project Quick Start</ulink>. 228 Yocto Project Quick Start</ulink>.
229 For information about how to install these images, see the documentation for your 229 For information about how to install these images, see the documentation for your
230 particular board/machine. 230 particular board/machine.