summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-21 19:36:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 16:09:19 +0100
commit35c14eb918304967afea997d061299045a0616f8 (patch)
treeee8fdb4d075942fdffc1aa49bed77c319db160c4 /bitbake/doc
parent2789c74ff323e1b057c05ea981124ca463029cca (diff)
downloadpoky-35c14eb918304967afea997d061299045a0616f8.tar.gz
bitbake: doc: bitbake-user-manual: update bitbake option help
(Bitbake rev: 214d11867ea5dd9f1d7e50e128d45d7cc4eaf7ea) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-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.