diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-25 10:53:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:40:49 +0100 |
commit | b2ec781bd9d658d1b2c80421c68df180e59bee5e (patch) | |
tree | ad0d9ce0a99c51d59825044edc9a4e681f13cb90 /documentation/poky-ref-manual | |
parent | a496b3a4c7570bfa0060639f701e8fea40779596 (diff) | |
download | poky-b2ec781bd9d658d1b2c80421c68df180e59bee5e.tar.gz |
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>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index a95203f221..825ea8b1c6 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -393,7 +393,7 @@ | |||
393 | <answer> | 393 | <answer> |
394 | <para> | 394 | <para> |
395 | You need to create a form factor file as described in the | 395 | You need to create a form factor file as described in the |
396 | "<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>" | 396 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>" |
397 | section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows: | 397 | section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows: |
398 | <literallayout class='monospaced'> | 398 | <literallayout class='monospaced'> |
399 | HAVE_TOUCHSCREEN=1 | 399 | HAVE_TOUCHSCREEN=1 |
@@ -414,7 +414,7 @@ | |||
414 | automatically bring up network interfaces. | 414 | automatically bring up network interfaces. |
415 | Therefore, you will need to add a BSP-specific netbase that includes an interfaces | 415 | Therefore, you will need to add a BSP-specific netbase that includes an interfaces |
416 | file. | 416 | file. |
417 | See the "<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>" | 417 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</ulink>" |
418 | section for information on creating these types of miscellaneous recipe files. | 418 | section for information on creating these types of miscellaneous recipe files. |
419 | </para> | 419 | </para> |
420 | <para> | 420 | <para> |
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 7a15d12125..bd0afb019a 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -42,10 +42,6 @@ | |||
42 | behind how the Yocto Project uses shared state (sstate) cache to speed build time. | 42 | behind how the Yocto Project uses shared state (sstate) cache to speed build time. |
43 | </para></listitem> | 43 | </para></listitem> |
44 | <listitem><para><emphasis> | 44 | <listitem><para><emphasis> |
45 | <link linkend='bsp'>Board Support Packages (BSP) - Developer's Guide</link>:</emphasis> | ||
46 | This chapter describes the example filesystem layout for BSP development and | ||
47 | the click-through licensing scheme.</para></listitem> | ||
48 | <listitem><para><emphasis> | ||
49 | <link linkend='ref-structure'>Directory Structure</link>:</emphasis> | 45 | <link linkend='ref-structure'>Directory Structure</link>:</emphasis> |
50 | This chapter describes the | 46 | This chapter describes the |
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created | 47 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created |
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index 5c4ae917c5..4aa67f78d6 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml | |||
@@ -90,8 +90,6 @@ | |||
90 | 90 | ||
91 | <xi:include href="technical-details.xml"/> | 91 | <xi:include href="technical-details.xml"/> |
92 | 92 | ||
93 | <xi:include href="../bsp-guide/bsp.xml"/> | ||
94 | |||
95 | <xi:include href="ref-structure.xml"/> | 93 | <xi:include href="ref-structure.xml"/> |
96 | 94 | ||
97 | <xi:include href="ref-bitbake.xml"/> | 95 | <xi:include href="ref-bitbake.xml"/> |