diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-05-06 18:30:20 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-21 12:40:23 +0100 |
| commit | f5cc698a890c1a314218184697f634c70a9b0475 (patch) | |
| tree | fc623abf775fd85e9f6b2ac0dfa29d8ebe095d6a /bitbake/doc | |
| parent | 1f9ebcf8afe11484181a5591a31d4550df49292a (diff) | |
| download | poky-f5cc698a890c1a314218184697f634c70a9b0475.tar.gz | |
bitbake: user manual: properly tag content as <replaceable>
Tag a couple fields as replaceable to be consistent with rest of
manual.
(Bitbake rev: 647c13d4ae746a1bb9bd76ff318477dadb4d292f)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index 6c5234ed99..e4251dff56 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | |||
| @@ -618,12 +618,12 @@ | |||
| 618 | <para> | 618 | <para> |
| 619 | Tasks can be either a shell task or a Python task. | 619 | Tasks can be either a shell task or a Python task. |
| 620 | For shell tasks, BitBake writes a shell script to | 620 | For shell tasks, BitBake writes a shell script to |
| 621 | <filename>${</filename><link linkend='var-bb-T'><filename>T</filename></link><filename>}/run.do_taskname.pid</filename> | 621 | <filename>${</filename><link linkend='var-bb-T'><filename>T</filename></link><filename>}/run.do_taskname.<replaceable>pid</replaceable></filename> |
| 622 | and then executes the script. | 622 | and then executes the script. |
| 623 | The generated shell script contains all the exported variables, | 623 | The generated shell script contains all the exported variables, |
| 624 | and the shell functions with all variables expanded. | 624 | and the shell functions with all variables expanded. |
| 625 | Output from the shell script goes to the file | 625 | Output from the shell script goes to the file |
| 626 | <filename>${T}/log.do_taskname.pid</filename>. | 626 | <filename>${T}/log.do_taskname.<replaceable>pid</replaceable></filename>. |
| 627 | Looking at the expanded shell functions in the run file and | 627 | Looking at the expanded shell functions in the run file and |
| 628 | the output in the log files is a useful debugging technique. | 628 | the output in the log files is a useful debugging technique. |
| 629 | </para> | 629 | </para> |
