diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 12 |
1 files changed, 8 insertions, 4 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 ade91e94f1..e68686cfb7 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -508,11 +508,13 @@ | |||
508 | -D, --debug Increase the debug level. You can specify this more | 508 | -D, --debug Increase the debug level. You can specify this more |
509 | than once. | 509 | than once. |
510 | -n, --dry-run Don't execute, just go through the motions. | 510 | -n, --dry-run Don't execute, just go through the motions. |
511 | -S DUMP_SIGNATURES, --dump-signatures=DUMP_SIGNATURES | 511 | -S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER |
512 | Dump out the signature construction information, with | 512 | Dump out the signature construction information, with |
513 | no task execution. Parameters are passed to the | 513 | no task execution. The SIGNATURE_HANDLER parameter is |
514 | signature handling code, use 'none' if no specific | 514 | passed to the handler. Two common values are none and |
515 | handler is required. | 515 | printdiff but the handler may define more/less. none |
516 | means only dump the signature, printdiff means compare | ||
517 | the dumped signature with the cached one. | ||
516 | -p, --parse-only Quit after parsing the BB recipes. | 518 | -p, --parse-only Quit after parsing the BB recipes. |
517 | -s, --show-versions Show current and preferred versions of all recipes. | 519 | -s, --show-versions Show current and preferred versions of all recipes. |
518 | -e, --environment Show the global or per-package environment complete | 520 | -e, --environment Show the global or per-package environment complete |
@@ -530,6 +532,8 @@ | |||
530 | -u UI, --ui=UI The user interface to use (e.g. knotty, hob, depexp). | 532 | -u UI, --ui=UI The user interface to use (e.g. knotty, hob, depexp). |
531 | -t SERVERTYPE, --servertype=SERVERTYPE | 533 | -t SERVERTYPE, --servertype=SERVERTYPE |
532 | Choose which server to use, process or xmlrpc. | 534 | Choose which server to use, process or xmlrpc. |
535 | --token=XMLRPCTOKEN Specify the connection token to be used when | ||
536 | connecting to a remote server. | ||
533 | --revisions-changed Set the exit code depending on whether upstream | 537 | --revisions-changed Set the exit code depending on whether upstream |
534 | floating revisions have changed or not. | 538 | floating revisions have changed or not. |
535 | --server-only Run bitbake without a UI, only starting a server | 539 | --server-only Run bitbake without a UI, only starting a server |