documentation/poky-ref-manual: Removed included BSP Guide

With the decision to create a single HTML file that has all
individual YP manuals, the need for including the BSP guide as
part of the YP Reference Manual goes away.  I have removed this
guide as a chapter, removed the mention of it in the introduction,
and fixed the two links in the FAQ chapter to reference the external
manual.

(From yocto-docs rev: b0dbda9e09b73c2b26111bda118731dbb3090cae)

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-07-25 10:53:10 -07:00 committed by Richard Purdie
parent a496b3a4c7
commit b2ec781bd9
3 changed files with 2 additions and 8 deletions

View File

@ -393,7 +393,7 @@
<answer> <answer>
<para> <para>
You need to create a form factor file as described in the You need to create a form factor file as described in the
"<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>" "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>"
section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows: section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows:
<literallayout class='monospaced'> <literallayout class='monospaced'>
HAVE_TOUCHSCREEN=1 HAVE_TOUCHSCREEN=1
@ -414,7 +414,7 @@
automatically bring up network interfaces. automatically bring up network interfaces.
Therefore, you will need to add a BSP-specific netbase that includes an interfaces Therefore, you will need to add a BSP-specific netbase that includes an interfaces
file. file.
See the "<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>" See the "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>"
section for information on creating these types of miscellaneous recipe files. section for information on creating these types of miscellaneous recipe files.
</para> </para>
<para> <para>

View File

@ -41,10 +41,6 @@
This chapter describes fundamental Yocto Project components as well as an explanation This chapter describes fundamental Yocto Project components as well as an explanation
behind how the Yocto Project uses shared state (sstate) cache to speed build time. behind how the Yocto Project uses shared state (sstate) cache to speed build time.
</para></listitem> </para></listitem>
<listitem><para><emphasis>
<link linkend='bsp'>Board Support Packages (BSP) - Developer's Guide</link>:</emphasis>
This chapter describes the example filesystem layout for BSP development and
the click-through licensing scheme.</para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>
<link linkend='ref-structure'>Directory Structure</link>:</emphasis> <link linkend='ref-structure'>Directory Structure</link>:</emphasis>
This chapter describes the This chapter describes the

View File

@ -90,8 +90,6 @@
<xi:include href="technical-details.xml"/> <xi:include href="technical-details.xml"/>
<xi:include href="../bsp-guide/bsp.xml"/>
<xi:include href="ref-structure.xml"/> <xi:include href="ref-structure.xml"/>
<xi:include href="ref-bitbake.xml"/> <xi:include href="ref-bitbake.xml"/>