summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-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/kernel-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/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml8
-rw-r--r--documentation/kernel-manual/kernel-doc-intro.xml8
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml22
-rw-r--r--documentation/kernel-manual/kernel-manual.xml2
4 files changed, 20 insertions, 20 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index bcda78c4e1..b3a9fed0e3 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -159,8 +159,8 @@
159 The features are tagged and organized by way of a branching strategy implemented by the 159 The features are tagged and organized by way of a branching strategy implemented by the
160 source code manager (SCM) Git. 160 source code manager (SCM) Git.
161 For information on Git as applied to the Yocto Project, see the 161 For information on Git as applied to the Yocto Project, see the
162 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#git'>Git</ulink>" 162 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#git'>Git</ulink>"
163 section in <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The 163 section in <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The
164 Yocto Project Development Manual</ulink>. 164 Yocto Project Development Manual</ulink>.
165 </para> 165 </para>
166 <para> 166 <para>
@@ -288,8 +288,8 @@
288 <para> 288 <para>
289 You can find documentation on Git at <ulink url='http://git-scm.com/documentation'></ulink>. 289 You can find documentation on Git at <ulink url='http://git-scm.com/documentation'></ulink>.
290 You can also get an introduction to Git as it applies to the Yocto Project in the 290 You can also get an introduction to Git as it applies to the Yocto Project in the
291 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#git'>Git</ulink>" 291 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#git'>Git</ulink>"
292 section in <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The 292 section in <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The
293 Yocto Project Development Manual</ulink>. 293 Yocto Project Development Manual</ulink>.
294 This section overviews Git and describes a minimal set of commands that allow you to be 294 This section overviews Git and describes a minimal set of commands that allow you to be
295 functional using Git. 295 functional using Git.
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index a9e51725da..9a3022e75c 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -45,10 +45,10 @@
45 45
46 <para> 46 <para>
47 For more discussion on the Yocto Project kernel, you can also see the 47 For more discussion on the Yocto Project kernel, you can also see the
48 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>", 48 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>",
49 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and 49 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and
50 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in 50 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in
51 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>. 51 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>.
52 </para> 52 </para>
53 53
54 <para> 54 <para>
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index df8605ed6f..9d15db44ab 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -50,8 +50,8 @@
50 </literallayout> 50 </literallayout>
51 For another example of how to set up a local Git repository of the Linux Yocto 51 For another example of how to set up a local Git repository of the Linux Yocto
52 kernel files, see the 52 kernel files, see the
53 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#local-kernel-files'>Linux Yocto Kernel</ulink>" bulleted item in 53 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#local-kernel-files'>Linux Yocto Kernel</ulink>" bulleted item in
54 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>. 54 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>.
55 </para> 55 </para>
56 <para> 56 <para>
57 Once the Git repository is set up on your local machine, you can switch to the 57 Once the Git repository is set up on your local machine, you can switch to the
@@ -226,9 +226,9 @@
226 You can find Git documentation at 226 You can find Git documentation at
227 <ulink url='http://git-scm.com/documentation'></ulink>. 227 <ulink url='http://git-scm.com/documentation'></ulink>.
228 You can find a simple overview of using Git with the Yocto Project in the 228 You can find a simple overview of using Git with the Yocto Project in the
229 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#git'>Git</ulink>" 229 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#git'>Git</ulink>"
230 section of 230 section of
231 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto 231 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The Yocto
232 Project Development Manual</ulink>. 232 Project Development Manual</ulink>.
233 </para> 233 </para>
234 234
@@ -354,9 +354,9 @@
354 The Yocto Project provides scripts that help you work in a collaborative development 354 The Yocto Project provides scripts that help you work in a collaborative development
355 environment. 355 environment.
356 For information on these scripts, see the 356 For information on these scripts, see the
357 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#pushing-a-change-upstream'>Pushing a Change Upstream and Requesting a Pull</ulink>" and 357 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#pushing-a-change-upstream'>Pushing a Change Upstream and Requesting a Pull</ulink>" and
358 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#submitting-a-patch'>Submitting a Patch Through Email</ulink>" sections in 358 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#submitting-a-patch'>Submitting a Patch Through Email</ulink>" sections in
359 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The 359 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The
360 Yocto Project Development Manual</ulink>". 360 Yocto Project Development Manual</ulink>".
361 </para> 361 </para>
362 362
@@ -637,8 +637,8 @@
637 The messages used to commit changes are a large part of these standards. 637 The messages used to commit changes are a large part of these standards.
638 Consequently, be sure that the headers for each commit have the required information. 638 Consequently, be sure that the headers for each commit have the required information.
639 For information on how to follow the Yocto Project commit message standards, see the 639 For information on how to follow the Yocto Project commit message standards, see the
640 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#how-to-submit-a-change'>How to Submit a Change</ulink>" section in 640 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#how-to-submit-a-change'>How to Submit a Change</ulink>" section in
641 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The 641 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The
642 Yocto Project Development Manual</ulink>". 642 Yocto Project Development Manual</ulink>".
643 </para> 643 </para>
644 644
@@ -772,8 +772,8 @@
772 existing similar BSP. 772 existing similar BSP.
773 The information is introductory in nature and does not provide step-by-step examples. 773 The information is introductory in nature and does not provide step-by-step examples.
774 For detailed information on how to create a BSP given an existing similar BSP, see 774 For detailed information on how to create a BSP given an existing similar BSP, see
775 the "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>BSP Development Example</ulink>" appendix in 775 the "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>BSP Development Example</ulink>" appendix in
776 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The 776 <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The
777 Yocto Project Development Manual</ulink>, or see the 777 Yocto Project Development Manual</ulink>, or see the
778 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink> 778 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink>
779 wiki page. 779 wiki page.
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml
index 3bc773ac6a..bdbaf91791 100644
--- a/documentation/kernel-manual/kernel-manual.xml
+++ b/documentation/kernel-manual/kernel-manual.xml
@@ -68,7 +68,7 @@
68 <note> 68 <note>
69 Due to production processes, there could be differences between the Yocto Project 69 Due to production processes, there could be differences between the Yocto Project
70 documentation bundled in the release tarball and 70 documentation bundled in the release tarball and
71 <ulink url='http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> 71 <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'>
72 The Yocto Project Kernel Architecture and Use Manual</ulink> on 72 The Yocto Project Kernel Architecture and Use Manual</ulink> on
73 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 73 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website.
74 For the latest version of this manual, see the manual on the website. 74 For the latest version of this manual, see the manual on the website.