summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-13 14:57:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:10 +0100
commitc20cdf677f2e8cf918426a91774b7bc972c8af0b (patch)
treeba037e8a63815f59badfd777ee1e3ccb3c12d9a1 /documentation/dev-manual
parent3a87636f7460edf603f9a6f8f798065d49063ac6 (diff)
downloadpoky-c20cdf677f2e8cf918426a91774b7bc972c8af0b.tar.gz
documentation: Fixed the links to the BitBake Documentation page.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ddee80872afc567b9381387980f257b337f29ea1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml2
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
-rw-r--r--documentation/dev-manual/dev-manual-start.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 7caa6eb720..460603b1f6 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -174,7 +174,7 @@
174 BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build systm 174 BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build systm
175 to process project metadata.</para></listitem> 175 to process project metadata.</para></listitem>
176 <listitem><para><emphasis> 176 <listitem><para><emphasis>
177 <ulink url='http://bitbake.berlios.de/manual/'> 177 <ulink url='&BITBAKE_DOCS_URL;'>
178 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. 178 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.
179 </para></listitem> 179 </para></listitem>
180 <listitem><para><emphasis> 180 <listitem><para><emphasis>
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index ef5c64b678..c70aba313e 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -194,7 +194,7 @@
194 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system 194 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system
195 uses the BitBake tool to build images based on the type of image you want to create. 195 uses the BitBake tool to build images based on the type of image you want to create.
196 You can find more information on BitBake 196 You can find more information on BitBake
197 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> 197 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
198 <para>The build process supports several types of images to satisfy different needs. 198 <para>The build process supports several types of images to satisfy different needs.
199 See the 199 See the
200 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix 200 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix
@@ -499,7 +499,7 @@
499 build system uses the BitBake 499 build system uses the BitBake
500 tool to build images based on the type of image you want to create. 500 tool to build images based on the type of image you want to create.
501 You can find more information on BitBake 501 You can find more information on BitBake
502 <ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> 502 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
503 <para>The build process supports several types of images to satisfy different needs. 503 <para>The build process supports several types of images to satisfy different needs.
504 See the appendix 504 See the appendix
505 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" in 505 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" in
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 0ebc01fe40..bf343b4605 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -213,7 +213,7 @@
213 sections.</para></listitem> 213 sections.</para></listitem>
214 <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by 214 <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by
215 the OpenEmbedded build system to build images. 215 the OpenEmbedded build system to build images.
216 For more information on BitBake, see the <ulink url='http://bitbake.berlios.de/manual/'> 216 For more information on BitBake, see the <ulink url='&BITBAKE_DOCS_URL;'>
217 BitBake documentation</ulink>.</para></listitem> 217 BitBake documentation</ulink>.</para></listitem>
218 <listitem> 218 <listitem>
219 <para id='build-directory'><emphasis>Build Directory:</emphasis> 219 <para id='build-directory'><emphasis>Build Directory:</emphasis>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index f644ed004f..5ba7b0bf3b 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -33,7 +33,7 @@
33 33
34 <para> 34 <para>
35 You can use the OpenEmbedded build system, which uses 35 You can use the OpenEmbedded build system, which uses
36 <ulink url='http://bitbake.berlios.de/manual/'>BitBake</ulink>, to develop complete Linux 36 <ulink url='&BITBAKE_DOCS_URL;'>BitBake</ulink>, to develop complete Linux
37 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, 37 images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
38 x86 and x86-64. 38 x86 and x86-64.
39 While the Yocto Project does not provide a strict testing framework, 39 While the Yocto Project does not provide a strict testing framework,