summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-appendix.xml
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/dev-manual-bsp-appendix.xml
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/dev-manual-bsp-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml6
1 files changed, 3 insertions, 3 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>