summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/introduction.xml4
-rw-r--r--documentation/ref-manual/ref-manual.xml2
-rw-r--r--documentation/ref-manual/technical-details.xml3
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>