summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml9
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml5
-rw-r--r--documentation/poky-ref-manual/resources.xml7
3 files changed, 14 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index f230b54ba5..330d72ef91 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -185,8 +185,9 @@
185 185
186 <para> 186 <para>
187 Dependencies are defined through several variables. 187 Dependencies are defined through several variables.
188 You can find information about variables BitBake uses in the 188 You can find information about variables BitBake uses in the BitBake documentation,
189 <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>. 189 which is found in the <filename>bitbake/doc/manual</filename> directory within the
190 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
190 At a basic level, it is sufficient to know that BitBake uses the 191 At a basic level, it is sufficient to know that BitBake uses the
191 <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and 192 <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and
192 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when 193 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when
@@ -393,7 +394,9 @@ Options:
393 Fetchers are usually triggered by entries in 394 Fetchers are usually triggered by entries in
394 <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>. 395 <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>.
395 You can find information about the options and formats of entries for specific 396 You can find information about the options and formats of entries for specific
396 fetchers in the <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>. 397 fetchers in the BitBake manual located in the
398 <filename>bitbake/doc/manual</filename> directory of the
399 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
397 </para> 400 </para>
398 401
399 <para> 402 <para>
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 2db58ddaef..fcdf7b1c6c 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -46,8 +46,9 @@
46 </para> 46 </para>
47 47
48 <para> 48 <para>
49 For more information on BitBake, see the BitBake on-line manual at 49 For more information on BitBake, see the BitBake documentation
50 <ulink url="http://docs.openembedded.org/bitbake/html/"/>. 50 inculded in the <filename>bitbake/doc/manual</filename> directory of the
51 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
51 </para> 52 </para>
52 </section> 53 </section>
53 54
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index b314d9c948..8c47b18ec7 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -83,8 +83,11 @@
83 Poky derives from and contributes back to the OpenEmbedded project.</para></listitem> 83 Poky derives from and contributes back to the OpenEmbedded project.</para></listitem>
84 <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'> 84 <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'>
85 BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem> 85 BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem>
86 <listitem><para><emphasis><ulink url='&BITBAKE_DOCS_URL;'> 86 <listitem><para><emphasis>BitBake User Manual:</emphasis>
87 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. 87 A comprehensive guide to the BitBake tool.
88 You can find the BitBake User Manual in the <filename>bitbake/doc/manual</filename>
89 directory, which is found in the
90 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
88 </para></listitem> 91 </para></listitem>
89 <listitem><para><emphasis><ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>: 92 <listitem><para><emphasis><ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>:
90 </emphasis> An open source machine emulator and virtualizer.</para></listitem> 93 </emphasis> An open source machine emulator and virtualizer.</para></listitem>