diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-19 19:50:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:25:39 +0000 |
commit | 2b3f9445929def052f9a0bb7d94cc6ef678d85c9 (patch) | |
tree | d364c7fe2cd7bdeeecb908844f45c9dcdff73816 /bitbake | |
parent | a34060c956a0ae0d11dd0bd1f8909a229eaf3492 (diff) | |
download | poky-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')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | 2 |
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 | |||
435 | executes the script. The generated shell script contains all the | 435 | executes the script. The generated shell script contains all the |
436 | exported variables, and the shell functions with all variables expanded. | 436 | exported variables, and the shell functions with all variables expanded. |
437 | Output from the shell script goes to the file | 437 | Output 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 |
439 | the run file and the output in the log files is a useful debugging | 439 | the run file and the output in the log files is a useful debugging |
440 | technique. | 440 | technique. |
441 | 441 | ||