summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-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/poky-ref-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/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.xml12
-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/technical-details.xml4
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml8
9 files changed, 26 insertions, 26 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index f18c055652..58e725258e 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/1.1.1/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/1.1.1/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/1.1.1/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 da165282cd..2a825d6e22 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -532,9 +532,9 @@
532 <para> 532 <para>
533 For a complete example that shows how to add a new machine to the Yocto Project, 533 For a complete example that shows how to add a new machine to the Yocto Project,
534 see the 534 see the
535 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> 535 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>
536 BSP Development Example</ulink> in Appendix A of 536 BSP Development Example</ulink> in Appendix A of
537 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 537 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>
538 The Yocto Project Development Manual</ulink>. 538 The Yocto Project Development Manual</ulink>.
539 </para> 539 </para>
540 540
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 519e2f4bed..075793ffda 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -15,10 +15,10 @@
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/1.1.1/yocto-project-qs/yocto-project-qs.html'>
19 Yocto Project Quick Start</ulink>. 19 Yocto Project Quick Start</ulink>.
20 For task-based information using the Yocto Project, see 20 For task-based information using the Yocto Project, see
21 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> 21 <ulink url='http://www.yoctoproject.org/docs/1.1.1//dev-manual/dev-manual.html'>
22 The Yocto Project Development Manual</ulink>. 22 The Yocto Project Development Manual</ulink>.
23 You can also find lots of information on the Yocto Project on the 23 You can also find lots of information on the Yocto Project on the
24 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>. 24 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>.
@@ -98,9 +98,9 @@
98<title>System Requirements</title> 98<title>System Requirements</title>
99 <para> 99 <para>
100 For system Yocto Project system requirements, see the 100 For system Yocto Project system requirements, see the
101 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#resources'> 101 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#resources'>
102 What You Need and How You Get It</ulink> section in the 102 What You Need and How You Get It</ulink> section in the
103 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 103 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
104 Yocto Project Quick Start</ulink>. 104 Yocto Project Quick Start</ulink>.
105 </para> 105 </para>
106</section> 106</section>
@@ -133,9 +133,9 @@
133 You can get these files by downloading a Yocto Project release tarball and unpacking it, 133 You can get these files by downloading a Yocto Project release tarball and unpacking it,
134 or by establishing a Git repository of the files. 134 or by establishing a Git repository of the files.
135 For information on both these methods, see 135 For information on both these methods, see
136 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'> 136 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#getting-setup'>
137 Getting Setup</ulink> section in 137 Getting Setup</ulink> section in
138 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 138 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>
139 The Yocto Project Development Manual</ulink>. 139 The Yocto Project Development Manual</ulink>.
140 </para> 140 </para>
141</section> 141</section>
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index 4c0df3b063..fffb2a81d4 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -82,7 +82,7 @@
82 <note> 82 <note>
83 Due to production processes, there could be differences between the Yocto Project 83 Due to production processes, there could be differences between the Yocto Project
84 documentation bundled in the release tarball and 84 documentation bundled in the release tarball and
85 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 85 <ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html'>
86 The Yocto Project Reference Manual</ulink> on 86 The Yocto Project Reference Manual</ulink> on
87 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 87 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website.
88 For the latest version of this manual, see the manual on the website. 88 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 930b0a23f7..fa6bc70e55 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/1.1.1/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/1.1.1/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..478848c098 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/1.1.1/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/1.1.1/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 a5ce60b408..e8d4ed6627 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/1.1.1/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/1.1.1/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/1.1.1/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/1.1.1/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/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 9e40a66008..b279289643 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -31,9 +31,9 @@
31 Configuration data acts as the glue to bind everything together.</para></listitem> 31 Configuration data acts as the glue to bind everything together.</para></listitem>
32 </itemizedlist> 32 </itemizedlist>
33 For more information on data, see the 33 For more information on data, see the
34 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'> 34 <ulink url='http://www.yoctoproject.org/docs/1.1.1//dev-manual/dev-manual.html#yocto-project-terms'>
35 Yocto Project Terms</ulink> section in 35 Yocto Project Terms</ulink> section in
36 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> 36 <ulink url='http://www.yoctoproject.org/docs/1.1.1//dev-manual/dev-manual.html'>
37 The Yocto Project Development Manual</ulink>. 37 The Yocto Project Development Manual</ulink>.
38 </para> 38 </para>
39 39
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 833acf7403..183d4b357a 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -15,9 +15,9 @@
15 <para> 15 <para>
16 You can find general information on how to build an image using the 16 You can find general information on how to build an image using the
17 Yocto Project in the 17 Yocto Project in the
18 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> 18 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'>
19 Building an Image</ulink> section of the 19 Building an Image</ulink> section of the
20 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 20 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
21 Yocto Project Quick Start</ulink>. 21 Yocto Project Quick Start</ulink>.
22 This section provides a summary of the build process and provides information 22 This section provides a summary of the build process and provides information
23 for less obvious aspects of the build process. 23 for less obvious aspects of the build process.
@@ -93,9 +93,9 @@
93 <filename class="directory">tmp/deploy/images</filename>. 93 <filename class="directory">tmp/deploy/images</filename>.
94 For information on how to run pre-built images such as <filename>qemux86</filename> 94 For information on how to run pre-built images such as <filename>qemux86</filename>
95 and <filename>qemuarm</filename>, see the 95 and <filename>qemuarm</filename>, see the
96 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> 96 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>
97 Using Pre-Built Binaries and QEMU</ulink> section in the 97 Using Pre-Built Binaries and QEMU</ulink> section in the
98 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 98 <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'>
99 Yocto Project Quick Start</ulink>. 99 Yocto Project Quick Start</ulink>.
100 For information about how to install these images, see the documentation for your 100 For information about how to install these images, see the documentation for your
101 particular board/machine. 101 particular board/machine.