diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-03 14:05:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:21:40 +0100 |
commit | 703eadc55f26572f1cea7b1558831d92f9d457d1 (patch) | |
tree | eb061d62a3ad1e4c1d44fde88421cf35bfaf6c4e /documentation/kernel-manual | |
parent | e7134d50f3b47849e62bb47618e3a4349721346c (diff) | |
download | poky-703eadc55f26572f1cea7b1558831d92f9d457d1.tar.gz |
documentation: bsp-guide, dev-manual, kernel-manual - Removed links
Removing the Appendix A (BSP) example had some rippling affects
throughout the doc set. There were several links into the appendix.
All these links had to either be modified (if possible) or simply
removed since the appendix will be removed.
(From yocto-docs rev: fff35abd87e945de1806eef63a56a956d104bf92)
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-how-to.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index f470d3e7d2..3689b01876 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -784,9 +784,9 @@ | |||
784 | This section overviews the process of creating a BSP based on an | 784 | This section overviews the process of creating a BSP based on an |
785 | existing similar BSP. | 785 | existing similar BSP. |
786 | The information is introductory in nature and does not provide step-by-step examples. | 786 | The information is introductory in nature and does not provide step-by-step examples. |
787 | For detailed information on how to create a BSP given an existing similar BSP, see | 787 | For detailed information on how to create a new BSP, see |
788 | the "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development | 788 | the "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" section in the |
789 | Example</ulink>" appendix in the Yocto Project Development Manual, or see the | 789 | Yocto Project Board Support Package (BSP) Developer's Guide, or see the |
790 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink> | 790 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink> |
791 | wiki page. | 791 | wiki page. |
792 | </para> | 792 | </para> |