[bitbake-devel] [PATCH] help: reword "runall" entries to refer to a TASK

Robert P. J. Day rpjday at crashcourse.ca
Sat May 4 20:21:09 UTC 2019


On Sat, 4 May 2019, Peter Kjellerstedt wrote:

> > -----Original Message-----
> > From: bitbake-devel-bounces at lists.openembedded.org <bitbake-devel-
> > bounces at lists.openembedded.org> On Behalf Of Robert P. J. Day
> > Sent: den 3 maj 2019 20:27
> > To: BitBake developer list <bitbake-devel at lists.openembedded.org>
> > Subject: [bitbake-devel] [PATCH] help: reword "runall" entries to refer
> > to a TASK
> >
> > Rewording argument to the word "TASK" should be self-evident.
> >
> > Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
> >
> > ---
> >
> > diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
> > b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
> > index 02058a6f..74b74bff 100644
> > --- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
> > +++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
> > @@ -573,10 +573,10 @@
> >                               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 any recipe in the taskgraph
> > +       --runall=TASK         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
> > +       --runonly=TASK        Run only the specified task within the taskgraph of
> >                               the specified targets (and any task dependencies those
> >                               tasks may have).
> >                  </literallayout>
>
> The above information is taken directly from `bitbake -h`. I.e., if you
> want to change it, you should start by updating the bitbake code.

  ah, quite so, will fix.

rday


More information about the bitbake-devel mailing list