summaryrefslogtreecommitdiffstats
path: root/bitbake
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:19 +0100
commitde71f28d9f734800bd8f05b8d2055d33848fc968 (patch)
tree491f5fe07a252e546f528caaff94f51ce003a0df /bitbake
parent405feecef8f33b6c416205ae2229cf2dcab92a54 (diff)
downloadpoky-de71f28d9f734800bd8f05b8d2055d33848fc968.tar.gz
bitbake: 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 (Bitbake rev: c9aaac79f62bb388ec87ca80b6ac119ef39c7c4a) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 6ccf58b212..01d4f8d14a 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -563,7 +563,7 @@ overview of their function and contents.
563 :term:`BB_RUNFMT` variable is undefined and the run filenames get 563 :term:`BB_RUNFMT` variable is undefined and the run filenames get
564 created using the following form:: 564 created using the following form::
565 565
566 run.{task}.{pid} 566 run.{func}.{pid}
567 567
568 If you want to force run files to take a specific name, you can set this 568 If you want to force run files to take a specific name, you can set this
569 variable in a configuration file. 569 variable in a configuration file.