summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-19 19:50:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:25:39 +0000
commit2b3f9445929def052f9a0bb7d94cc6ef678d85c9 (patch)
treed364c7fe2cd7bdeeecb908844f45c9dcdff73816 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
parenta34060c956a0ae0d11dd0bd1f8909a229eaf3492 (diff)
downloadpoky-2b3f9445929def052f9a0bb7d94cc6ef678d85c9.tar.gz
bitbake: bitbake-user-manual: add missing reference
(Bitbake rev: d05529cc322ba9198edc12954b982729fc628fa0) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
index a4b1efbe8b..7b37f6615a 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -435,7 +435,7 @@ BitBake writes a shell script to
435executes the script. The generated shell script contains all the 435executes the script. The generated shell script contains all the
436exported variables, and the shell functions with all variables expanded. 436exported variables, and the shell functions with all variables expanded.
437Output from the shell script goes to the file 437Output from the shell script goes to the file
438``${T}/log.do_taskname.pid``. Looking at the expanded shell functions in 438``${``\ :term:`T`\ ``}/log.do_taskname.pid``. Looking at the expanded shell functions in
439the run file and the output in the log files is a useful debugging 439the run file and the output in the log files is a useful debugging
440technique. 440technique.
441 441