Message ID | 20230427130636.4028096-1-u.oelmann@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | bitbake-user-manual: fix BB_RUNFMT's default value | expand |
Hi Ulrich, Thanks for the patch! On 27.04.23 at 15:06, Ulrich Ölmann wrote: > According to the code the default value is slightly different (see [1] which > reflects the current tip commit at the time of writing). > > [1] https://git.openembedded.org/bitbake/tree/lib/bb/build.py?id=d97d62e2cbe4bae17f0886f3b4759e8f9ba6d38c#n237 > > Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> > --- > doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst > index 6ccf58b21234..01d4f8d14a35 100644 > --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst > +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst > @@ -563,7 +563,7 @@ overview of their function and contents. > :term:`BB_RUNFMT` variable is undefined and the run filenames get > created using the following form:: > > - run.{task}.{pid} > + run.{func}.{pid} > > If you want to force run files to take a specific name, you can set this > variable in a configuration file. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Cheers Michael.
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 6ccf58b21234..01d4f8d14a35 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst @@ -563,7 +563,7 @@ overview of their function and contents. :term:`BB_RUNFMT` variable is undefined and the run filenames get created using the following form:: - run.{task}.{pid} + run.{func}.{pid} If you want to force run files to take a specific name, you can set this variable in a configuration file.
According to the code the default value is slightly different (see [1] which reflects the current tip commit at the time of writing). [1] https://git.openembedded.org/bitbake/tree/lib/bb/build.py?id=d97d62e2cbe4bae17f0886f3b4759e8f9ba6d38c#n237 Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> --- doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)