summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 1a45ec4f79..0f4ff88171 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -152,6 +152,9 @@ Default BBFILES are the .bb files in the current directory.""" )
152 # server is daemonized this logfile will be truncated. 152 # server is daemonized this logfile will be truncated.
153 cooker_logfile = os.path.join (os.getcwd(), "cooker.log") 153 cooker_logfile = os.path.join (os.getcwd(), "cooker.log")
154 154
155 bb.utils.init_logger(bb.msg, configuration.verbose, configuration.debug,
156 configuration.debug_domains)
157
155 cooker = bb.cooker.BBCooker(configuration, server) 158 cooker = bb.cooker.BBCooker(configuration, server)
156 159
157 # Clear away any spurious environment variables. But don't wipe the 160 # Clear away any spurious environment variables. But don't wipe the