diff options
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.xml | 14 |
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: |