summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2011-11-09 07:28:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 15:24:15 +0000
commit8c230114ddd161f046985e761b92d8eff01c3c15 (patch)
tree68c1ed37e311b0b89a1e46aba99c1eef11fa10b5 /documentation/dev-manual/dev-manual-start.xml
parentc80e8dd3a5aea663ff2cd10ac5b44af8c9388af6 (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml2
1 files changed, 1 insertions, 1 deletions
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>