summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-xbitbake/lib/bb/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index 3ff43cf9ae..b3cd2cfe20 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -287,6 +287,9 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
287 help="Writes the event log of the build to a bitbake event json file. " 287 help="Writes the event log of the build to a bitbake event json file. "
288 "Use '' (empty string) to assign the name automatically.") 288 "Use '' (empty string) to assign the name automatically.")
289 289
290 parser.add_option("", "--runall", action="store", dest="runall",
291 help="Run the specified task for all build targets and their dependencies.")
292
290 options, targets = parser.parse_args(argv) 293 options, targets = parser.parse_args(argv)
291 294
292 if options.quiet and options.verbose: 295 if options.quiet and options.verbose: