diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 12 |
1 files changed, 9 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 2188655de3..7a37edd509 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -471,7 +471,7 @@ | |||
471 | Following is the usage and syntax for BitBake: | 471 | Following is the usage and syntax for BitBake: |
472 | <literallayout class='monospaced'> | 472 | <literallayout class='monospaced'> |
473 | $ bitbake -h | 473 | $ bitbake -h |
474 | Usage: bitbake [options] [recipename/target ...] | 474 | Usage: bitbake [options] [recipename/target recipe:do_task ...] |
475 | 475 | ||
476 | Executes the specified task (default is 'build') for a given set of target recipes (.bb files). | 476 | Executes the specified task (default is 'build') for a given set of target recipes (.bb files). |
477 | It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which | 477 | It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which |
@@ -529,9 +529,11 @@ | |||
529 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS | 529 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS |
530 | Show debug logging for the specified logging domains | 530 | Show debug logging for the specified logging domains |
531 | -P, --profile Profile the command and save reports. | 531 | -P, --profile Profile the command and save reports. |
532 | -u UI, --ui=UI The user interface to use (e.g. knotty, hob, depexp). | 532 | -u UI, --ui=UI The user interface to use (depexp, goggle, hob, knotty |
533 | or ncurses - default knotty). | ||
533 | -t SERVERTYPE, --servertype=SERVERTYPE | 534 | -t SERVERTYPE, --servertype=SERVERTYPE |
534 | Choose which server to use, process or xmlrpc. | 535 | Choose which server type to use (process or xmlrpc - |
536 | default process). | ||
535 | --token=XMLRPCTOKEN Specify the connection token to be used when | 537 | --token=XMLRPCTOKEN Specify the connection token to be used when |
536 | connecting to a remote server. | 538 | connecting to a remote server. |
537 | --revisions-changed Set the exit code depending on whether upstream | 539 | --revisions-changed Set the exit code depending on whether upstream |
@@ -546,6 +548,10 @@ | |||
546 | -m, --kill-server Terminate the remote server. | 548 | -m, --kill-server Terminate the remote server. |
547 | --observe-only Connect to a server as an observing-only client. | 549 | --observe-only Connect to a server as an observing-only client. |
548 | --status-only Check the status of the remote bitbake server. | 550 | --status-only Check the status of the remote bitbake server. |
551 | -w WRITEEVENTLOG, --write-log=WRITEEVENTLOG | ||
552 | Writes the event log of the build to a bitbake event | ||
553 | json file. Use '' (empty string) to assign the name | ||
554 | automatically. | ||
549 | </literallayout> | 555 | </literallayout> |
550 | </para> | 556 | </para> |
551 | </section> | 557 | </section> |