diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-28 07:35:34 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:18:38 +0100 |
commit | 09e01be88a500fa03d0810fbce3cc6d1d4c51ff1 (patch) | |
tree | 53f517e028b2ec02bfb7b4b334df9156c65e9514 /documentation | |
parent | 338b500fa872ded0053bb78080d9c9ffdc232b19 (diff) | |
download | poky-09e01be88a500fa03d0810fbce3cc6d1d4c51ff1.tar.gz |
ref-manual: Removed the BitBake chapter.
This information now exists in the separate BitBake User Manual.
To remove this information, the ref-bitbake.xml file was taken
out of the ref-manual.xml build, an overview bullet describing
BitBake chapter was removed from the "Introduction" chapter,
and one cross-reference link to a sub-section of the old BitBake
chapter had to be re-routed into the similar section of the BitBake
Manaul.
(From yocto-docs rev: 3828291699b5997c28a782600c9d472b8449ecd3)
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/ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 2f5147270b..29ce2321e6 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -51,10 +51,6 @@ | |||
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository. | 51 | <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository. |
52 | </para></listitem> | 52 | </para></listitem> |
53 | <listitem><para><emphasis> | 53 | <listitem><para><emphasis> |
54 | <link linkend='ref-bitbake'>BitBake</link>:</emphasis> | ||
55 | Provides an overview of the BitBake tool and its role within | ||
56 | the Yocto Project.</para></listitem> | ||
57 | <listitem><para><emphasis> | ||
58 | <link linkend='ref-classes'>Classes</link>:</emphasis> | 54 | <link linkend='ref-classes'>Classes</link>:</emphasis> |
59 | Describes the classes used in the Yocto Project.</para></listitem> | 55 | Describes the classes used in the Yocto Project.</para></listitem> |
60 | <listitem><para><emphasis> | 56 | <listitem><para><emphasis> |
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index 3590191043..0f58847e1e 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -116,8 +116,6 @@ | |||
116 | 116 | ||
117 | <xi:include href="ref-structure.xml"/> | 117 | <xi:include href="ref-structure.xml"/> |
118 | 118 | ||
119 | <xi:include href="ref-bitbake.xml"/> | ||
120 | |||
121 | <xi:include href="ref-classes.xml"/> | 119 | <xi:include href="ref-classes.xml"/> |
122 | 120 | ||
123 | <xi:include href="ref-images.xml"/> | 121 | <xi:include href="ref-images.xml"/> |
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 3485ee3506..72fa42c507 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -82,7 +82,8 @@ | |||
82 | BitBake chooses the one selected by the distribution configuration. | 82 | BitBake chooses the one selected by the distribution configuration. |
83 | You can get more details about how BitBake chooses between different | 83 | You can get more details about how BitBake chooses between different |
84 | target versions and providers in the | 84 | target versions and providers in the |
85 | "<link linkend='ref-bitbake-providers'>Preferences and Providers</link>" section. | 85 | "<ulink url='&YOCTO_DOCS_BB_URL;#bb-bitbake-providers'>Preferences and Providers</ulink>" |
86 | section of the BitBake User Manual. | ||
86 | </para> | 87 | </para> |
87 | 88 | ||
88 | <para> | 89 | <para> |