summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index eb45809f8d..4cf0ed9d1c 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -564,8 +564,12 @@
564 Writes the event log of the build to a bitbake event 564 Writes the event log of the build to a bitbake event
565 json file. Use '' (empty string) to assign the name 565 json file. Use '' (empty string) to assign the name
566 automatically. 566 automatically.
567 --runall=RUNALL Run the specified task for all build targets and their 567 --runall=RUNALL Run the specified task for any recipe in the taskgraph
568 dependencies. 568 of the specified target (even if it wouldn't otherwise
569 have run).
570 --runonly=RUNONLY Run only the specified task within the taskgraph of
571 the specified targets (and any task dependencies those
572 tasks may have).
569 </literallayout> 573 </literallayout>
570 </para> 574 </para>
571 </section> 575 </section>