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>
This commit is contained in:
Scott Rifenbark 2012-10-03 14:05:17 -07:00 committed by Richard Purdie
parent 48d3b058d9
commit 20a2dda2c2
5 changed files with 12 additions and 22 deletions

View File

@ -618,9 +618,6 @@
<filename>meta</filename> branch for your BSP. <filename>meta</filename> branch for your BSP.
The configuration options will likely end up in that location anyway if the BSP gets The configuration options will likely end up in that location anyway if the BSP gets
added to the Yocto Project. added to the Yocto Project.
For an example showing how to change the BSP configuration, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#changing-the-bsp-configuration'>Changing the BSP Configuration</ulink>"
section in the Yocto Project Development Manual.
For a better understanding of working with a local clone of the kernel repository For a better understanding of working with a local clone of the kernel repository
and a local bare clone of the kernel, see the and a local bare clone of the kernel, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#modifying-the-kernel-source-code'>Modifying the Kernel "<ulink url='&YOCTO_DOCS_DEV_URL;#modifying-the-kernel-source-code'>Modifying the Kernel

View File

@ -338,12 +338,6 @@
paths in the final list. paths in the final list.
</note> </note>
</para> </para>
<para>
For another example on how to use a <filename>.bbappend</filename> file, see the
"<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>"
section.
</para>
</section> </section>
<section id='prioritizing-your-layer'> <section id='prioritizing-your-layer'>
@ -1036,8 +1030,8 @@
<para> <para>
For a complete example that shows how to add a new machine, For a complete example that shows how to add a new machine,
see the see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development Example</ulink>" "<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>"
in Appendix A. in the Yocto Project Board Support Package (BSP) Developer's Guide.
</para> </para>
<section id="platdev-newmachine-conffile"> <section id="platdev-newmachine-conffile">

View File

@ -23,9 +23,9 @@
</para> </para>
<para> <para>
The Yocto Project Development Manual, however, does provide detailed examples on how to create a The Yocto Project Development Manual, however, does provide detailed examples
Board Support Package (BSP), change the kernel source code, and reconfigure the kernel. on how to change the kernel source code, reconfigure the kernel, and develop
You can find this information in the appendices of the manual. an application using the popular <trademark class='trade'>Eclipse</trademark> IDE.
</para> </para>
</section> </section>
@ -44,7 +44,7 @@
<listitem><para>Development case overviews for both system development and user-space <listitem><para>Development case overviews for both system development and user-space
applications.</para></listitem> applications.</para></listitem>
<listitem><para>An overview and understanding of the emulation environment used with <listitem><para>An overview and understanding of the emulation environment used with
the Yocto Project (QEMU).</para></listitem> the Yocto Project - the Quick EMUlator (QEMU).</para></listitem>
<listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem> <listitem><para>An understanding of basic kernel architecture and concepts.</para></listitem>
<listitem><para>Many references to other sources of related information.</para></listitem> <listitem><para>Many references to other sources of related information.</para></listitem>
</itemizedlist> </itemizedlist>

View File

@ -207,10 +207,9 @@
<filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>). <filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>).
</para> </para>
<para>Information in append files overrides the information in the similarly-named recipe file. <para>Information in append files overrides the information in the similarly-named recipe file.
For examples of <filename>.bbappend</filename> file in use, see the For an example of an append file in use, see the
"<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" section.
"<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" </para></listitem>
sections.</para></listitem>
<listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis> <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis>
The task executor and scheduler used by The task executor and scheduler used by
the OpenEmbedded build system to build images. the OpenEmbedded build system to build images.

View File

@ -784,9 +784,9 @@
This section overviews the process of creating a BSP based on an This section overviews the process of creating a BSP based on an
existing similar BSP. existing similar BSP.
The information is introductory in nature and does not provide step-by-step examples. The information is introductory in nature and does not provide step-by-step examples.
For detailed information on how to create a BSP given an existing similar BSP, see For detailed information on how to create a new BSP, see
the "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development 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
Example</ulink>" appendix in the Yocto Project Development Manual, or see the Yocto Project Board Support Package (BSP) Developer's Guide, or see the
<ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink> <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'>Transcript:_creating_one_generic_Atom_BSP_from_another</ulink>
wiki page. wiki page.
</para> </para>