diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-04-03 14:24:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-03 22:32:02 +0100 |
commit | eff56e4f0d59b1d965a68e4f009b7f07717b7edd (patch) | |
tree | b01dc850cd5814c5b2f16e5d92f0f08ed5d0eb55 /bitbake/doc | |
parent | 4077dcb565153340bb01f1794db6a7ff4415ca5d (diff) | |
download | poky-eff56e4f0d59b1d965a68e4f009b7f07717b7edd.tar.gz |
bitbake: bitbake-user-manual: Fixed special character in -D output
Fixes [YOCTO #9962]
The new output for -D was copied into the manual and merged by
the engineering team before checking to see if the manual
would make properly. The next output for -D introduced an
error through the string "<task>". The angled bracket
characters are illegal in docbook and must be replaced by
"<" and ">", respectively. I made this fix.
(Bitbake rev: 0476ec4605c94b9e0208cfd3fa48ecf3e3f04181)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
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-intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 5bbfc67f7b..ca7f7246c4 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -506,7 +506,7 @@ | |||
506 | Read the specified file after bitbake.conf. | 506 | Read the specified file after bitbake.conf. |
507 | -v, --verbose Enable tracing of shell tasks (with 'set -x'). | 507 | -v, --verbose Enable tracing of shell tasks (with 'set -x'). |
508 | Also print bb.note(...) messages to stdout (in | 508 | Also print bb.note(...) messages to stdout (in |
509 | addition to writing them to ${T}/log.do_<task>). | 509 | addition to writing them to ${T}/log.do_<task>). |
510 | -D, --debug Increase the debug level. You can specify this | 510 | -D, --debug Increase the debug level. You can specify this |
511 | more than once. -D sets the debug level to 1, | 511 | more than once. -D sets the debug level to 1, |
512 | where only bb.debug(1, ...) messages are printed | 512 | where only bb.debug(1, ...) messages are printed |