summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index f463603d5a..c6c69c30ea 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -371,6 +371,10 @@ class BBCooker:
371 371
372 self.handleCollections( self.data.getVar("BBFILE_COLLECTIONS", True) ) 372 self.handleCollections( self.data.getVar("BBFILE_COLLECTIONS", True) )
373 373
374 def updateConfigOpts(self,options):
375 for o in options:
376 setattr(self.configuration, o, options[o])
377
374 def runCommands(self, server, data, abort): 378 def runCommands(self, server, data, abort):
375 """ 379 """
376 Run any queued asynchronous command 380 Run any queued asynchronous command