diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
| -rw-r--r-- | bitbake/lib/bb/tinfoil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index fb0da62243..303ce02b00 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
| @@ -243,7 +243,7 @@ class Tinfoil: | |||
| 243 | cookerconfig = CookerConfiguration() | 243 | cookerconfig = CookerConfiguration() |
| 244 | cookerconfig.setConfigParameters(config_params) | 244 | cookerconfig.setConfigParameters(config_params) |
| 245 | 245 | ||
| 246 | server, self.server_connection, ui_module = setup_bitbake(config_params, | 246 | self.server_connection, ui_module = setup_bitbake(config_params, |
| 247 | cookerconfig, | 247 | cookerconfig, |
| 248 | extrafeatures, | 248 | extrafeatures, |
| 249 | setup_logging=False) | 249 | setup_logging=False) |
