diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 5 |
1 files changed, 3 insertions, 2 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 4d58dc456c..0e7c8041d4 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -529,8 +529,8 @@ | |||
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 (depexp, goggle, hob, knotty | 532 | -u UI, --ui=UI The user interface to use (depexp, goggle, knotty or |
533 | or ncurses - default knotty). | 533 | ncurses - default knotty). |
534 | -t SERVERTYPE, --servertype=SERVERTYPE | 534 | -t SERVERTYPE, --servertype=SERVERTYPE |
535 | Choose which server type to use (process or xmlrpc - | 535 | Choose which server type to use (process or xmlrpc - |
536 | default process). | 536 | default process). |
@@ -543,6 +543,7 @@ | |||
543 | -B BIND, --bind=BIND The name/address for the bitbake server to bind to. | 543 | -B BIND, --bind=BIND The name/address for the bitbake server to bind to. |
544 | --no-setscene Do not run any setscene tasks. sstate will be ignored | 544 | --no-setscene Do not run any setscene tasks. sstate will be ignored |
545 | and everything needed, built. | 545 | and everything needed, built. |
546 | --setscene-only Only run setscene tasks, don't run any real tasks. | ||
546 | --remote-server=REMOTE_SERVER | 547 | --remote-server=REMOTE_SERVER |
547 | Connect to the specified server. | 548 | Connect to the specified server. |
548 | -m, --kill-server Terminate the remote server. | 549 | -m, --kill-server Terminate the remote server. |