summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-02-19 13:07:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-20 17:51:10 +0000
commite5946b39c16244f351b0254a6c4278369a8da18b (patch)
tree9a96cb5a27a6d8ce2990af94363cf4de32767673 /bitbake
parent68512b7416d58c2498b2317f85f85b7045f902c4 (diff)
downloadpoky-e5946b39c16244f351b0254a6c4278369a8da18b.tar.gz
bitbake: bitbake-user-manual: Updated BitBake help output due to runall command-line options.
Fixed [YOCTO #12547] (Bitbake rev: 80de8c2369da5856b68458774ea63730063fcfa3) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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>