diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2011-11-09 07:28:18 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:24:15 +0000 |
| commit | 8c230114ddd161f046985e761b92d8eff01c3c15 (patch) | |
| tree | 68c1ed37e311b0b89a1e46aba99c1eef11fa10b5 | |
| parent | c80e8dd3a5aea663ff2cd10ac5b44af8c9388af6 (diff) | |
| download | poky-8c230114ddd161f046985e761b92d8eff01c3c15.tar.gz | |
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>
| -rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 2 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/development.xml | 2 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 4 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/resources.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 91c98df023..3d1b76a004 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
| @@ -161,7 +161,7 @@ | |||
| 161 | from and to which it contributes.</para></listitem> | 161 | from and to which it contributes.</para></listitem> |
| 162 | <listitem><para><emphasis> | 162 | <listitem><para><emphasis> |
| 163 | <ulink url='http://developer.berlios.de/projects/bitbake/'> | 163 | <ulink url='http://developer.berlios.de/projects/bitbake/'> |
| 164 | Bitbake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem> | 164 | BitBake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem> |
| 165 | <listitem><para><emphasis> | 165 | <listitem><para><emphasis> |
| 166 | <ulink url='http://bitbake.berlios.de/manual/'> | 166 | <ulink url='http://bitbake.berlios.de/manual/'> |
| 167 | BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. | 167 | BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. |
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index b05babba49..a1f2e65442 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
| @@ -241,7 +241,7 @@ | |||
| 241 | up how you want it. | 241 | up how you want it. |
| 242 | This file defines the target machine architecture and other build options.</para></listitem> | 242 | This file defines the target machine architecture and other build options.</para></listitem> |
| 243 | <listitem><para>Build the image using the <command>bitbake</command> command. | 243 | <listitem><para>Build the image using the <command>bitbake</command> command. |
| 244 | If you want information on Bitbake, see the user manual at | 244 | If you want information on BitBake, see the user manual at |
| 245 | <ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem> | 245 | <ulink url='http://docs.openembedded.org/bitbake/html'></ulink>.</para></listitem> |
| 246 | <listitem><para>Run the image either on the actual hardware or using the QEMU | 246 | <listitem><para>Run the image either on the actual hardware or using the QEMU |
| 247 | emulator.</para></listitem> | 247 | emulator.</para></listitem> |
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index f18c055652..5a11179916 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
| @@ -284,7 +284,7 @@ | |||
| 284 | 284 | ||
| 285 | <para> | 285 | <para> |
| 286 | Because an external shell is launched rather than opening directly into the | 286 | Because an external shell is launched rather than opening directly into the |
| 287 | original terminal window, it allows easier interaction with Bitbake's multiple | 287 | original terminal window, it allows easier interaction with BitBake's multiple |
| 288 | threads as well as accomodates a future client/server split. | 288 | threads as well as accomodates a future client/server split. |
| 289 | </para> | 289 | </para> |
| 290 | 290 | ||
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 1532ccc917..d62ac5b095 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
| @@ -139,7 +139,7 @@ | |||
| 139 | </para> | 139 | </para> |
| 140 | 140 | ||
| 141 | <para> | 141 | <para> |
| 142 | During staging, Bitbake installs such scripts into the | 142 | During staging, BitBake installs such scripts into the |
| 143 | <filename>sysroots/</filename> directory. | 143 | <filename>sysroots/</filename> directory. |
| 144 | BitBake also changes all paths to point into the <filename>sysroots/</filename> | 144 | BitBake also changes all paths to point into the <filename>sysroots/</filename> |
| 145 | directory so all builds that use the script will use the correct | 145 | directory so all builds that use the script will use the correct |
| @@ -166,7 +166,7 @@ | |||
| 166 | </para> | 166 | </para> |
| 167 | 167 | ||
| 168 | <para> | 168 | <para> |
| 169 | During staging, Bitbake installs <filename>pkg-config</filename> data into the | 169 | During staging, BitBake installs <filename>pkg-config</filename> data into the |
| 170 | <filename>sysroots/</filename> directory. | 170 | <filename>sysroots/</filename> directory. |
| 171 | By making use of sysroot functionality within <filename>pkg-config</filename>, | 171 | By making use of sysroot functionality within <filename>pkg-config</filename>, |
| 172 | this class no longer has to manipulate the files. | 172 | this class no longer has to manipulate the files. |
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml index 7c9d71c6eb..c35f12c667 100644 --- a/documentation/poky-ref-manual/resources.xml +++ b/documentation/poky-ref-manual/resources.xml | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives | 76 | The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives |
| 77 | from and to which it contributes.</para></listitem> | 77 | from and to which it contributes.</para></listitem> |
| 78 | <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'> | 78 | <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'> |
| 79 | Bitbake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem> | 79 | BitBake</ulink>:</emphasis> The tool used to process Yocto Project metadata.</para></listitem> |
| 80 | <listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'> | 80 | <listitem><para><emphasis><ulink url='http://bitbake.berlios.de/manual/'> |
| 81 | BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. | 81 | BitBake User Manual</ulink>:</emphasis> A comprehensive guide to the BitBake tool. |
| 82 | </para></listitem> | 82 | </para></listitem> |
