summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/user-manual/user-manual-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/user-manual/user-manual-intro.xml')
-rw-r--r--bitbake/doc/user-manual/user-manual-intro.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/bitbake/doc/user-manual/user-manual-intro.xml b/bitbake/doc/user-manual/user-manual-intro.xml
index d46e823c72..c7f01ad726 100644
--- a/bitbake/doc/user-manual/user-manual-intro.xml
+++ b/bitbake/doc/user-manual/user-manual-intro.xml
@@ -421,8 +421,8 @@
421 <title>The BitBake Command</title> 421 <title>The BitBake Command</title>
422 422
423 <para> 423 <para>
424 The BitBake command is the primary interface to the BitBake 424 The <filename>bitbake</filename> command is the primary interface
425 tool. 425 to the BitBake tool.
426 This section presents the BitBake command syntax and provides 426 This section presents the BitBake command syntax and provides
427 several execution examples. 427 several execution examples.
428 </para> 428 </para>
@@ -536,13 +536,16 @@ Options:
536 $ bitbake -b foo_1.0.bb 536 $ bitbake -b foo_1.0.bb
537 </literallayout> 537 </literallayout>
538 The following command runs the clean task on the 538 The following command runs the clean task on the
539 <filename>foo_1.0.bb</filename> recipe file: 539 <filename>foo.bb</filename> recipe file:
540 <literallayout class='monospaced'> 540 <literallayout class='monospaced'>
541 $ bitbake -b foo.bb -c clean 541 $ bitbake -b foo.bb -c clean
542 </literallayout> 542 </literallayout>
543 <note> 543 <note>
544 The "-b" option explicitly does not handle recipe 544 The "-b" option explicitly does not handle recipe
545 dependencies. 545 dependencies.
546 Other than for debugging purposes, it is instead
547 recommended that you use the syntax presented in the
548 next section.
546 </note> 549 </note>
547 </para> 550 </para>
548 </section> 551 </section>
@@ -570,9 +573,7 @@ Options:
570 "--buildfile" or "-b" only accepts a "PROVIDES". 573 "--buildfile" or "-b" only accepts a "PROVIDES".
571 You cannot provide anything else. 574 You cannot provide anything else.
572 By default, a recipe file generally "PROVIDES" its 575 By default, a recipe file generally "PROVIDES" its
573 "packagename", "packagename-version", and 576 "packagename" as shown in the following example:
574 "packagename-version-revision" as shown in the following
575 example:
576 <literallayout class='monospaced'> 577 <literallayout class='monospaced'>
577 $ bitbake foo 578 $ bitbake foo
578 </literallayout> 579 </literallayout>
@@ -628,7 +629,8 @@ Options:
628 629
629 <para> 630 <para>
630 Here are two examples that create dependency graphs. 631 Here are two examples that create dependency graphs.
631 The second example omits common depends from the graph: 632 The second example omits depends common in OpenEmbedded from
633 the graph:
632 <literallayout class='monospaced'> 634 <literallayout class='monospaced'>
633 $ bitbake -g foo 635 $ bitbake -g foo
634 636