diff options
Diffstat (limited to 'bitbake-dev/bin/bitbake')
-rwxr-xr-x | bitbake-dev/bin/bitbake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake-dev/bin/bitbake b/bitbake-dev/bin/bitbake index 067cc274f9..c994edb84b 100755 --- a/bitbake-dev/bin/bitbake +++ b/bitbake-dev/bin/bitbake | |||
@@ -140,6 +140,7 @@ Default BBFILES are the .bb files in the current directory.""" ) | |||
140 | 140 | ||
141 | 141 | ||
142 | cooker = bb.cooker.BBCooker(configuration) | 142 | cooker = bb.cooker.BBCooker(configuration) |
143 | cooker.parseConfiguration() | ||
143 | host = cooker.server.host | 144 | host = cooker.server.host |
144 | port = cooker.server.port | 145 | port = cooker.server.port |
145 | 146 | ||