summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index eb1406652a..65e032ead2 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -417,8 +417,8 @@ Following is the usage and syntax for BitBake::
417 -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS 417 -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS
418 Show debug logging for the specified logging domains 418 Show debug logging for the specified logging domains
419 -P, --profile Profile the command and save reports. 419 -P, --profile Profile the command and save reports.
420 -u UI, --ui=UI The user interface to use (knotty, ncurses or taskexp 420 -u UI, --ui=UI The user interface to use (knotty, ncurses, taskexp or
421 - default knotty). 421 teamcity - default knotty).
422 --token=XMLRPCTOKEN Specify the connection token to be used when 422 --token=XMLRPCTOKEN Specify the connection token to be used when
423 connecting to a remote server. 423 connecting to a remote server.
424 --revisions-changed Set the exit code depending on whether upstream 424 --revisions-changed Set the exit code depending on whether upstream
@@ -433,6 +433,9 @@ Following is the usage and syntax for BitBake::
433 Environment variable BB_SERVER_TIMEOUT. 433 Environment variable BB_SERVER_TIMEOUT.
434 --no-setscene Do not run any setscene tasks. sstate will be ignored 434 --no-setscene Do not run any setscene tasks. sstate will be ignored
435 and everything needed, built. 435 and everything needed, built.
436 --skip-setscene Skip setscene tasks if they would be executed. Tasks
437 previously restored from sstate will be kept, unlike
438 --no-setscene
436 --setscene-only Only run setscene tasks, don't run any real tasks. 439 --setscene-only Only run setscene tasks, don't run any real tasks.
437 --remote-server=REMOTE_SERVER 440 --remote-server=REMOTE_SERVER
438 Connect to the specified server. 441 Connect to the specified server.