summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 7087d2d94b..c87e5b3984 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -238,7 +238,6 @@ def main():
238 try: 238 try:
239 configuration.setServerRegIdleCallback(server.getServerIdleCB()) 239 configuration.setServerRegIdleCallback(server.getServerIdleCB())
240 cooker = bb.cooker.BBCooker(configuration) 240 cooker = bb.cooker.BBCooker(configuration)
241 cooker.parseCommandLine()
242 241
243 server.addcooker(cooker) 242 server.addcooker(cooker)
244 server.saveConnectionDetails() 243 server.saveConnectionDetails()
@@ -272,7 +271,7 @@ def main():
272 os.environ[k] = cleanedvars[k] 271 os.environ[k] = cleanedvars[k]
273 272
274 try: 273 try:
275 return server.launchUI(ui_main, server_connection.connection, server_connection.events) 274 return server.launchUI(ui_main, server_connection.connection, server_connection.events, configParams)
276 finally: 275 finally:
277 bb.event.ui_queue = [] 276 bb.event.ui_queue = []
278 server_connection.terminate() 277 server_connection.terminate()