aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-04-27 15:06:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-27 14:11:17 +0100
commitc9aaac79f62bb388ec87ca80b6ac119ef39c7c4a (patch)
tree6c1b6890ceee37492948e7afd4d23015cb8d1b49 /doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
parentd97d62e2cbe4bae17f0886f3b4759e8f9ba6d38c (diff)
downloadbitbake-c9aaac79f62bb388ec87ca80b6ac119ef39c7c4a.tar.gz
bitbake-user-manual: fix BB_RUNFMT's default value
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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
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 6ccf58b21..01d4f8d14 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.