aboutsummaryrefslogtreecommitdiffstats
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:50:54 +0000
commit80de8c2369da5856b68458774ea63730063fcfa3 (patch)
tree4d03e402ec28caf40f7ccc1904b852e9ec21d4c9
parent1cf084cee506574b7bb6ed03344597b3b2f2fe08 (diff)
downloadbitbake-contrib-80de8c2369da5856b68458774ea63730063fcfa3.tar.gz
bitbake-user-manual: Updated BitBake help output due to runall command-line options.
Fixed [YOCTO #12547] Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-intro.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index eb45809f8..4cf0ed9d1 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -564,8 +564,12 @@
Writes the event log of the build to a bitbake event
json file. Use '' (empty string) to assign the name
automatically.
- --runall=RUNALL Run the specified task for all build targets and their
- dependencies.
+ --runall=RUNALL Run the specified task for any recipe in the taskgraph
+ of the specified target (even if it wouldn't otherwise
+ have run).
+ --runonly=RUNONLY Run only the specified task within the taskgraph of
+ the specified targets (and any task dependencies those
+ tasks may have).
</literallayout>
</para>
</section>