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>
This commit is contained in:
Scott Rifenbark 2012-07-13 14:57:18 -07:00 committed by Richard Purdie
parent 3a87636f74
commit c20cdf677f
7 changed files with 9 additions and 9 deletions

View File

@ -174,7 +174,7 @@
BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build systm BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build systm
to process project metadata.</para></listitem> to process project metadata.</para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>
<ulink url='http://bitbake.berlios.de/manual/'> <ulink url='&BITBAKE_DOCS_URL;'>
BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.
</para></listitem> </para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>

View File

@ -194,7 +194,7 @@
<listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system
uses the BitBake tool to build images based on the type of image you want to create. uses the BitBake tool to build images based on the type of image you want to create.
You can find more information on BitBake You can find more information on BitBake
<ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
<para>The build process supports several types of images to satisfy different needs. <para>The build process supports several types of images to satisfy different needs.
See the See the
"<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix
@ -499,7 +499,7 @@
build system uses the BitBake build system uses the BitBake
tool to build images based on the type of image you want to create. tool to build images based on the type of image you want to create.
You can find more information on BitBake You can find more information on BitBake
<ulink url='http://bitbake.berlios.de/manual/'>here</ulink>.</para> <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para>
<para>The build process supports several types of images to satisfy different needs. <para>The build process supports several types of images to satisfy different needs.
See the appendix See the appendix
"<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" in "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" in

View File

@ -213,7 +213,7 @@
sections.</para></listitem> sections.</para></listitem>
<listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by
the OpenEmbedded build system to build images. the OpenEmbedded build system to build images.
For more information on BitBake, see the <ulink url='http://bitbake.berlios.de/manual/'> For more information on BitBake, see the <ulink url='&BITBAKE_DOCS_URL;'>
BitBake documentation</ulink>.</para></listitem> BitBake documentation</ulink>.</para></listitem>
<listitem> <listitem>
<para id='build-directory'><emphasis>Build Directory:</emphasis> <para id='build-directory'><emphasis>Build Directory:</emphasis>

View File

@ -33,7 +33,7 @@
<para> <para>
You can use the OpenEmbedded build system, which uses You can use the OpenEmbedded build system, which uses
<ulink url='http://bitbake.berlios.de/manual/'>BitBake</ulink>, to develop complete Linux <ulink url='&BITBAKE_DOCS_URL;'>BitBake</ulink>, to develop complete Linux
images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, images and associated user-space applications for architectures based on ARM, MIPS, PowerPC,
x86 and x86-64. x86 and x86-64.
While the Yocto Project does not provide a strict testing framework, While the Yocto Project does not provide a strict testing framework,

View File

@ -186,7 +186,7 @@
<para> <para>
Dependencies are defined through several variables. Dependencies are defined through several variables.
You can find information about variables BitBake uses in the You can find information about variables BitBake uses in the
<ulink url='http://bitbake.berlios.de/manual/'>BitBake manual</ulink>. <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>.
At a basic level, it is sufficient to know that BitBake uses the At a basic level, it is sufficient to know that BitBake uses the
<filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and <filename><link linkend='var-DEPENDS'>DEPENDS</link></filename> and
<filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variables when
@ -393,7 +393,7 @@ Options:
Fetchers are usually triggered by entries in Fetchers are usually triggered by entries in
<filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>. <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename>.
You can find information about the options and formats of entries for specific You can find information about the options and formats of entries for specific
fetchers in the <ulink url='http://bitbake.berlios.de/manual/'>BitBake manual</ulink>. fetchers in the <ulink url='&BITBAKE_DOCS_URL;'>BitBake manual</ulink>.
</para> </para>
<para> <para>

View File

@ -83,7 +83,7 @@
Poky derives from and contributes back to the OpenEmbedded project.</para></listitem> Poky derives from and contributes back to the OpenEmbedded project.</para></listitem>
<listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'> <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'>
BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem> BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem>
<listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'> <listitem><para><emphasis><ulink url='&BITBAKE_DOCS_URL;'>
BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.
</para></listitem> </para></listitem>
<listitem><para><emphasis><ulink url='http://pimlico-project.org/'>Pimlico</ulink>:</emphasis> <listitem><para><emphasis><ulink url='http://pimlico-project.org/'>Pimlico</ulink>:</emphasis>

View File

@ -17,7 +17,7 @@
<!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> <!ENTITY OE_DOCS_URL "http://docs.openembedded.org">
<!ENTITY OH_HOME_URL "http://o-hand.com"> <!ENTITY OH_HOME_URL "http://o-hand.com">
<!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/"> <!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/">
<!ENTITY BITBAKE_DOCS_URL "http://docs.openembedded/bitbake/html/"> <!ENTITY BITBAKE_DOCS_URL "http://docs.openembedded.org/bitbake/html/">
<!ENTITY ECLIPSE_MAIN_URL "http://www.eclipse.org/downloads"> <!ENTITY ECLIPSE_MAIN_URL "http://www.eclipse.org/downloads">
<!ENTITY ECLIPSE_DL_URL "http://download.eclipse.org"> <!ENTITY ECLIPSE_DL_URL "http://download.eclipse.org">
<!ENTITY ECLIPSE_DL_PLUGIN_URL "&YOCTO_DL_URL;/releases/eclipse-plugin/&DISTRO;"> <!ENTITY ECLIPSE_DL_PLUGIN_URL "&YOCTO_DL_URL;/releases/eclipse-plugin/&DISTRO;">