documentation: Standardized on spelling of BitBake

Robert found five instances where I missed the correct usage of
"BitBake."

(From yocto-docs rev: 0819076e8677accd157497ed4fa33ebab2528044)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2011-11-09 07:28:18 -08:00 committed by Richard Purdie
parent c80e8dd3a5
commit 8c230114dd
5 changed files with 6 additions and 6 deletions

View File

@ -161,7 +161,7 @@
from and to which it contributes.</para></listitem> from and to which it contributes.</para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>
<ulink url='http://developer.berlios.de/projects/bitbake/'> <ulink url='http://developer.berlios.de/projects/bitbake/'>
Bitbake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem> BitBake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem>
<listitem><para><emphasis> <listitem><para><emphasis>
<ulink url='http://bitbake.berlios.de/manual/'> <ulink url='http://bitbake.berlios.de/manual/'>
BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool.

View File

@ -241,7 +241,7 @@
up how you want it. up how you want it.
This file defines the target machine architecture and other build options.</para></listitem> This file defines the target machine architecture and other build options.</para></listitem>
<listitem><para>Build the image using the <command>bitbake</command> command. <listitem><para>Build the image using the <command>bitbake</command> command.
If you want information on Bitbake, see the user manual at If you want information on BitBake, see the user manual at
<ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem> <ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem>
<listitem><para>Run the image either on the actual hardware or using the QEMU <listitem><para>Run the image either on the actual hardware or using the QEMU
emulator.</para></listitem> emulator.</para></listitem>

View File

@ -284,7 +284,7 @@
<para> <para>
Because an external shell is launched rather than opening directly into the Because an external shell is launched rather than opening directly into the
original terminal window, it allows easier interaction with Bitbake's multiple original terminal window, it allows easier interaction with BitBake's multiple
threads as well as accomodates a future client/server split. threads as well as accomodates a future client/server split.
</para> </para>

View File

@ -139,7 +139,7 @@
</para> </para>
<para> <para>
During staging, Bitbake installs such scripts into the During staging, BitBake installs such scripts into the
<filename>sysroots/</filename> directory. <filename>sysroots/</filename> directory.
BitBake also changes all paths to point into the <filename>sysroots/</filename> BitBake also changes all paths to point into the <filename>sysroots/</filename>
directory so all builds that use the script will use the correct directory so all builds that use the script will use the correct
@ -166,7 +166,7 @@
</para> </para>
<para> <para>
During staging, Bitbake installs <filename>pkg-config</filename> data into the During staging, BitBake installs <filename>pkg-config</filename> data into the
<filename>sysroots/</filename> directory. <filename>sysroots/</filename> directory.
By making use of sysroot functionality within <filename>pkg-config</filename>, By making use of sysroot functionality within <filename>pkg-config</filename>,
this class no longer has to manipulate the files. this class no longer has to manipulate the files.

View File

@ -76,7 +76,7 @@
The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives
from and to which it contributes.</para></listitem> from and to which it contributes.</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 Yocto Project metadata.</para></listitem> BitBake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem>
<listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'> <listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'>
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>