summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-06 15:29:08 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:52 -0800
commit9dc84b77ecfbb69b1dce93ccce7140cfa54eee66 (patch)
tree72730be45ccc3592eb22df8665e0e261570a7ff7 /documentation/bsp-guide
parente8a6970b0cef11ed80596c214506859e21b65668 (diff)
downloadpoky-9dc84b77ecfbb69b1dce93ccce7140cfa54eee66.tar.gz
documentation: Cross-referencing section fixed for consistency.
(From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 329bf87b63..e75f9ecdac 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -30,10 +30,8 @@
30 <note> 30 <note>
31 The information here does not provide an example of how to create a BSP. 31 The information here does not provide an example of how to create a BSP.
32 For examples on how to create a BSP, see the 32 For examples on how to create a BSP, see the
33 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> 33 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>BSP Development Example</ulink>"
34 BSP Development Example</ulink> in 34 section in The Yocto Project Development Manual.
35 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
36 The Yocto Project Development Manual</ulink>.
37 You can also see the 35 You can also see the
38 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> 36 <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>
39 wiki page</ulink>. 37 wiki page</ulink>.
@@ -100,7 +98,8 @@
100 " 98 "
101 </literallayout> 99 </literallayout>
102 For more detailed information on layers, see the 100 For more detailed information on layers, see the
103 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Reference Manual. 101 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>"
102 section of the Yocto Project Reference Manual.
104 You can also see the detailed examples in the appendices of 103 You can also see the detailed examples in the appendices of
105 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> 104 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
106 The Yocto Project Development Manual</ulink>. 105 The Yocto Project Development Manual</ulink>.