summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-03 14:05:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:40 +0100
commit703eadc55f26572f1cea7b1558831d92f9d457d1 (patch)
treeeb061d62a3ad1e4c1d44fde88421cf35bfaf6c4e /documentation
parente7134d50f3b47849e62bb47618e3a4349721346c (diff)
downloadpoky-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')
-rw-r--r--documentation/bsp-guide/bsp.xml3
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml8
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml7
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml6
5 files changed, 12 insertions, 22 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 61714c8814..7c63e4f24d 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -618,9 +618,6 @@
618 <filename>meta</filename> branch for your BSP. 618 <filename>meta</filename> branch for your BSP.
619 The configuration options will likely end up in that location anyway if the BSP gets 619 The configuration options will likely end up in that location anyway if the BSP gets
620 added to the Yocto Project. 620 added to the Yocto Project.
621 For an example showing how to change the BSP configuration, see the
622 "<ulink url='&YOCTO_DOCS_DEV_URL;#changing-the-bsp-configuration'>Changing the BSP Configuration</ulink>"
623 section in the Yocto Project Development Manual.
624 For a better understanding of working with a local clone of the kernel repository 621 For a better understanding of working with a local clone of the kernel repository
625 and a local bare clone of the kernel, see the 622 and a local bare clone of the kernel, see the
626 "<ulink url='&YOCTO_DOCS_DEV_URL;#modifying-the-kernel-source-code'>Modifying the Kernel 623 "<ulink url='&YOCTO_DOCS_DEV_URL;#modifying-the-kernel-source-code'>Modifying the Kernel
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0383e5a2a8..824aac1236 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -338,12 +338,6 @@
338 paths in the final list. 338 paths in the final list.
339 </note> 339 </note>
340 </para> 340 </para>
341
342 <para>
343 For another example on how to use a <filename>.bbappend</filename> file, see the
344 "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>"
345 section.
346 </para>
347 </section> 341 </section>
348 342
349 <section id='prioritizing-your-layer'> 343 <section id='prioritizing-your-layer'>
@@ -1036,8 +1030,8 @@
1036 <para> 1030 <para>
1037 For a complete example that shows how to add a new machine, 1031 For a complete example that shows how to add a new machine,
1038 see the 1032 see the
1039 "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development Example</ulink>" 1033 "<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>"
1040 in Appendix A. 1034 in the Yocto Project Board Support Package (BSP) Developer's Guide.
1041 </para> 1035 </para>
1042 1036
1043 <section id="platdev-newmachine-conffile"> 1037 <section id="platdev-newmachine-conffile">
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index faa1f5ac92..99990c4466 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,9 +23,9 @@
23 </para> 23 </para>
24 24
25 <para> 25 <para>
26 The Yocto Project Development Manual, however, does provide detailed examples on how to create a 26 The Yocto Project Development Manual, however, does provide detailed examples
27 Board Support Package (BSP), change the kernel source code, and reconfigure the kernel. 27 on how to change the kernel source code, reconfigure the kernel, and develop
28 You can find this information in the appendices of the manual. 28 an application using the popular <trademark class='trade'>Eclipse</trademark> IDE.
29 </para> 29 </para>
30 </section> 30 </section>
31 31
@@ -44,7 +44,7 @@
44 <listitem><para>Development case overviews for both system development and user-space 44 <listitem><para>Development case overviews for both system development and user-space
45 applications.</para></listitem> 45 applications.</para></listitem>
46 <listitem><para>An overview and understanding of the emulation environment used with 46 <listitem><para>An overview and understanding of the emulation environment used with
47 the Yocto Project (QEMU).</para></listitem> 47 the Yocto Project - the Quick EMUlator (QEMU).</para></listitem>
48 <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem> 48 <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem>
49 <listitem><para>Many references to other sources of related information.</para></listitem> 49 <listitem><para>Many references to other sources of related information.</para></listitem>
50 </itemizedlist> 50 </itemizedlist>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index ccd29e246d..9b922b1f19 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -207,10 +207,9 @@
207 <filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>). 207 <filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>).
208 </para> 208 </para>
209 <para>Information in append files overrides the information in the similarly-named recipe file. 209 <para>Information in append files overrides the information in the similarly-named recipe file.
210 For examples of <filename>.bbappend</filename> file in use, see the 210 For an example of an append file in use, see the
211 "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and 211 "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" section.
212 "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" 212 </para></listitem>
213 sections.</para></listitem>
214 <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis> 213 <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis>
215 The task executor and scheduler used by 214 The task executor and scheduler used by
216 the OpenEmbedded build system to build images. 215 the OpenEmbedded build system to build images.
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>