diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 16 |
1 files changed, 13 insertions, 3 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 7248a0bf4e..5bbfc67f7b 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -504,9 +504,19 @@ | |||
504 | Read the specified file before bitbake.conf. | 504 | Read the specified file before bitbake.conf. |
505 | -R POSTFILE, --postread=POSTFILE | 505 | -R POSTFILE, --postread=POSTFILE |
506 | Read the specified file after bitbake.conf. | 506 | Read the specified file after bitbake.conf. |
507 | -v, --verbose Output more log message data to the terminal. | 507 | -v, --verbose Enable tracing of shell tasks (with 'set -x'). |
508 | -D, --debug Increase the debug level. You can specify this more | 508 | Also print bb.note(...) messages to stdout (in |
509 | than once. | 509 | addition to writing them to ${T}/log.do_<task>). |
510 | -D, --debug Increase the debug level. You can specify this | ||
511 | more than once. -D sets the debug level to 1, | ||
512 | where only bb.debug(1, ...) messages are printed | ||
513 | to stdout; -DD sets the debug level to 2, where | ||
514 | both bb.debug(1, ...) and bb.debug(2, ...) | ||
515 | messages are printed; etc. Without -D, no debug | ||
516 | messages are printed. Note that -D only affects | ||
517 | output to stdout. All debug messages are written | ||
518 | to ${T}/log.do_taskname, regardless of the debug | ||
519 | level. | ||
510 | -n, --dry-run Don't execute, just go through the motions. | 520 | -n, --dry-run Don't execute, just go through the motions. |
511 | -S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER | 521 | -S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER |
512 | Dump out the signature construction information, with | 522 | Dump out the signature construction information, with |