summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-18 15:52:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-22 16:26:45 +0000
commit98d09d41fa153a1a017e03dcc8e161aa357e8025 (patch)
treee3e8abb26c9dd848685109265b5ac80ff9427674 /bitbake/lib/bb/main.py
parent1b15f9e78aed93df6f825505844a877846fead93 (diff)
downloadpoky-98d09d41fa153a1a017e03dcc8e161aa357e8025.tar.gz
bitbake: bitbake: improve descriptions of '-S printdiff'
(Bitbake rev: becf88c2250a47102c8d36ad8b40839e0bfa9137) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-xbitbake/lib/bb/main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index 92d8dc0293..bca8ebfa09 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -217,7 +217,9 @@ def create_bitbake_parser():
217 "execution. The SIGNATURE_HANDLER parameter is passed to the " 217 "execution. The SIGNATURE_HANDLER parameter is passed to the "
218 "handler. Two common values are none and printdiff but the handler " 218 "handler. Two common values are none and printdiff but the handler "
219 "may define more/less. none means only dump the signature, printdiff" 219 "may define more/less. none means only dump the signature, printdiff"
220 " means compare the dumped signature with the cached one.") 220 " means recursively compare the dumped signature with the most recent"
221 " one in a local build or sstate cache (can be used to find out why tasks re-run"
222 " when that is not expected)")
221 223
222 exec_group.add_argument("--revisions-changed", action="store_true", 224 exec_group.add_argument("--revisions-changed", action="store_true",
223 help="Set the exit code depending on whether upstream floating " 225 help="Set the exit code depending on whether upstream floating "