summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-02-07 04:37:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-08 17:41:17 +0000
commit94208e7bf4b700dd71b7d528f604af5944126c0d (patch)
tree578c45aebb8f5bd6599baddb1af5392f8cf3032d /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
parent9f6a310002ad557a27b442322e91bc25bf096cb3 (diff)
downloadpoky-94208e7bf4b700dd71b7d528f604af5944126c0d.tar.gz
bitbake: doc: Standardize spelling on 'BitBake' throughout docs
Since the proper spelling is, in fact, 'BitBake', might as well make it consistent throughout the user manual. (Bitbake rev: 79ada807de0b202c3d568fc4365a1d3f17ba1bce) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
index 39066e4b15..11eb36aaf8 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -166,7 +166,7 @@
166 Having a project directory is a good way to isolate your 166 Having a project directory is a good way to isolate your
167 project. 167 project.
168 </para></listitem> 168 </para></listitem>
169 <listitem><para><emphasis>Run Bitbake:</emphasis> 169 <listitem><para><emphasis>Run BitBake:</emphasis>
170 At this point, you have nothing but a project directory. 170 At this point, you have nothing but a project directory.
171 Run the <filename>bitbake</filename> command and see what 171 Run the <filename>bitbake</filename> command and see what
172 it does: 172 it does:
@@ -197,7 +197,7 @@
197 <link linkend='var-bb-BBPATH'><filename>BBPATH</filename></link> 197 <link linkend='var-bb-BBPATH'><filename>BBPATH</filename></link>
198 variable is what tells BitBake where to look for those files. 198 variable is what tells BitBake where to look for those files.
199 <filename>BBPATH</filename> is not set and you need to set it. 199 <filename>BBPATH</filename> is not set and you need to set it.
200 Without <filename>BBPATH</filename>, Bitbake cannot 200 Without <filename>BBPATH</filename>, BitBake cannot
201 find any configuration files (<filename>.conf</filename>) 201 find any configuration files (<filename>.conf</filename>)
202 or recipe files (<filename>.bb</filename>) at all. 202 or recipe files (<filename>.bb</filename>) at all.
203 BitBake also cannot find the <filename>bitbake.conf</filename> 203 BitBake also cannot find the <filename>bitbake.conf</filename>
@@ -225,7 +225,7 @@
225 as the shell would. 225 as the shell would.
226 </note> 226 </note>
227 </para></listitem> 227 </para></listitem>
228 <listitem><para><emphasis>Run Bitbake:</emphasis> 228 <listitem><para><emphasis>Run BitBake:</emphasis>
229 Now that you have <filename>BBPATH</filename> defined, run 229 Now that you have <filename>BBPATH</filename> defined, run
230 the <filename>bitbake</filename> command again: 230 the <filename>bitbake</filename> command again:
231 <literallayout class='monospaced'> 231 <literallayout class='monospaced'>
@@ -313,7 +313,7 @@
313 example, click on the links to take you to the definitions in 313 example, click on the links to take you to the definitions in
314 the glossary. 314 the glossary.
315 </para></listitem> 315 </para></listitem>
316 <listitem><para><emphasis>Run Bitbake:</emphasis> 316 <listitem><para><emphasis>Run BitBake:</emphasis>
317 After making sure that the <filename>conf/bitbake.conf</filename> 317 After making sure that the <filename>conf/bitbake.conf</filename>
318 file exists, you can run the <filename>bitbake</filename> 318 file exists, you can run the <filename>bitbake</filename>
319 command again: 319 command again:
@@ -364,7 +364,7 @@
364 more depending on which build environments BitBake is 364 more depending on which build environments BitBake is
365 supporting. 365 supporting.
366 </para></listitem> 366 </para></listitem>
367 <listitem><para><emphasis>Run Bitbake:</emphasis> 367 <listitem><para><emphasis>Run BitBake:</emphasis>
368 After making sure that the <filename>classes/base.bbclass</filename> 368 After making sure that the <filename>classes/base.bbclass</filename>
369 file exists, you can run the <filename>bitbake</filename> 369 file exists, you can run the <filename>bitbake</filename>
370 command again: 370 command again:
@@ -434,7 +434,7 @@
434 For more information on these variables, follow the links 434 For more information on these variables, follow the links
435 to the glossary. 435 to the glossary.
436 </para></listitem> 436 </para></listitem>
437 <listitem><para><emphasis>Run Bitbake With a Target:</emphasis> 437 <listitem><para><emphasis>Run BitBake With a Target:</emphasis>
438 Now that a BitBake target exists, run the command and provide 438 Now that a BitBake target exists, run the command and provide
439 that target: 439 that target:
440 <literallayout class='monospaced'> 440 <literallayout class='monospaced'>
@@ -468,7 +468,7 @@
468 You need to provide your own information for 468 You need to provide your own information for
469 <filename>you</filename> in the file. 469 <filename>you</filename> in the file.
470 </para></listitem> 470 </para></listitem>
471 <listitem><para><emphasis>Run Bitbake With a Target:</emphasis> 471 <listitem><para><emphasis>Run BitBake With a Target:</emphasis>
472 Now that you have supplied the <filename>bblayers.conf</filename> 472 Now that you have supplied the <filename>bblayers.conf</filename>
473 file, run the <filename>bitbake</filename> command and provide 473 file, run the <filename>bitbake</filename> command and provide
474 the target: 474 the target: