summaryrefslogtreecommitdiffstats
path: root/documentation
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
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')
-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
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml4
-rw-r--r--documentation/poky-ref-manual/resources.xml2
-rw-r--r--documentation/poky.ent2
7 files changed, 9 insertions, 9 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,
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 6c24452d54..46dc8a73d4 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -186,7 +186,7 @@
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
189 <ulink url='http://bitbake.berlios.de/manual/'>BitBake manual</ulink>. 189 <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>.
190 At a basic level, it is sufficient to know that BitBake uses the 190 At a basic level, it is sufficient to know that BitBake uses the
191 <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and 191 <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and
192 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when 192 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when
@@ -393,7 +393,7 @@ Options:
393 Fetchers are usually triggered by entries in 393 Fetchers are usually triggered by entries in
394 <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>. 394 <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>.
395 You can find information about the options and formats of entries for specific 395 You can find information about the options and formats of entries for specific
396 fetchers in the <ulink url='http://bitbake.berlios.de/manual/'>BitBake manual</ulink>. 396 fetchers in the <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>.
397 </para> 397 </para>
398 398
399 <para> 399 <para>
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index 9e1ae69a0a..98f3ec9dcb 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -83,7 +83,7 @@
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='http://bitbake.berlios.de/manual/'> 86 <listitem><para><emphasis><ulink url='&BITBAKE_DOCS_URL;'>
87 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. 87 BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.
88 </para></listitem> 88 </para></listitem>
89 <listitem><para><emphasis><ulink url='http://pimlico-project.org/'>Pimlico</ulink>:</emphasis> 89 <listitem><para><emphasis><ulink url='http://pimlico-project.org/'>Pimlico</ulink>:</emphasis>
diff --git a/documentation/poky.ent b/documentation/poky.ent
index e342da6e79..f37370dc79 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -17,7 +17,7 @@
17<!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> 17<!ENTITY OE_DOCS_URL "http://docs.openembedded.org">
18<!ENTITY OH_HOME_URL "http://o-hand.com"> 18<!ENTITY OH_HOME_URL "http://o-hand.com">
19<!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/"> 19<!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/">
20<!ENTITY BITBAKE_DOCS_URL "http://docs.openembedded/bitbake/html/"> 20<!ENTITY BITBAKE_DOCS_URL "http://docs.openembedded.org/bitbake/html/">
21<!ENTITY ECLIPSE_MAIN_URL "http://www.eclipse.org/downloads"> 21<!ENTITY ECLIPSE_MAIN_URL "http://www.eclipse.org/downloads">
22<!ENTITY ECLIPSE_DL_URL "http://download.eclipse.org"> 22<!ENTITY ECLIPSE_DL_URL "http://download.eclipse.org">
23<!ENTITY ECLIPSE_DL_PLUGIN_URL "&YOCTO_DL_URL;/releases/eclipse-plugin/&DISTRO;"> 23<!ENTITY ECLIPSE_DL_PLUGIN_URL "&YOCTO_DL_URL;/releases/eclipse-plugin/&DISTRO;">