[oe-commits] [bitbake] branch master updated: bitbake-user-manual: Updated BitBake help output due to runall command-line options.

git at git.openembedded.org git at git.openembedded.org
Tue Feb 20 17:51:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
     new 80de8c2  bitbake-user-manual: Updated BitBake help output due to runall command-line options.
80de8c2 is described below

commit 80de8c2369da5856b68458774ea63730063fcfa3
Author: Kristi Rifenbark <kristi at buzzcollectivemarketing.com>
AuthorDate: Mon Feb 19 13:07:01 2018 -0800

    bitbake-user-manual: Updated BitBake help output due to runall command-line options.
    
    Fixed [YOCTO #12547]
    
    Signed-off-by: Kristi Rifenbark <kristi at buzzcollectivemarketing.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 8 ++++++--
 1 file 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 eb45809..4cf0ed9 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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list