summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index ed2ff06309..8c46024258 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -174,6 +174,8 @@ Default BBFILES are the .bb files in the current directory.""")
174 174
175 parser.add_option("-B", "--bind", help = "The name/address for the bitbake server to bind to", 175 parser.add_option("-B", "--bind", help = "The name/address for the bitbake server to bind to",
176 action = "store", dest = "bind", default = False) 176 action = "store", dest = "bind", default = False)
177 parser.add_option("", "--no-setscene", help = "Do not run any setscene tasks, forces builds",
178 action = "store_true", dest = "nosetscene", default = False)
177 options, args = parser.parse_args(sys.argv) 179 options, args = parser.parse_args(sys.argv)
178 180
179 configuration = BBConfiguration(options) 181 configuration = BBConfiguration(options)