summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-04 06:00:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 23:12:06 +0100
commit42f6bc47c725cc7612ea0a88d3e43ecd8aa8db0c (patch)
tree602dec4c5cf658a9d5ea1c6079090fdb23e3a3d9
parentaddab8aa4cb0cf51031acc0ea6ee0f3365d06d91 (diff)
downloadpoky-42f6bc47c725cc7612ea0a88d3e43ecd8aa8db0c.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: changes to references
More changes to the internal section references. Using <link> rather than <xref> to get rid of the section number in the reference. (From yocto-docs rev: 4351fd4898c517e25235611893b1cd059cbcc2f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 11770fb5ec..485064daf9 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -63,7 +63,7 @@
63 63
64 <para> 64 <para>
65 For information on how to choose a base BSP, see 65 For information on how to choose a base BSP, see
66 "<xref linkend='developing-a-board-support-package-bsp'>Developing a Board Support Package (BSP)</xref>". 66 "<link linkend='developing-a-board-support-package-bsp'>Developing a Board Support Package (BSP)</link>".
67 </para> 67 </para>
68</section> 68</section>
69 69
@@ -77,7 +77,7 @@
77 download the BSP tarball and extract it, or set up a local Git repository that 77 download the BSP tarball and extract it, or set up a local Git repository that
78 has the Yocto Project BSP layers. 78 has the Yocto Project BSP layers.
79 You should use the same method that you used to get the local Yocto Project files earlier. 79 You should use the same method that you used to get the local Yocto Project files earlier.
80 See "<xref linkend='getting-setup'>Getting Setup</xref>" for information on how to get 80 See "<link linkend='getting-setup'>Getting Setup</link>" for information on how to get
81 the BSP files. 81 the BSP files.
82 </para> 82 </para>
83 83