diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 6ddd960860..ea09c5d68b 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -206,6 +206,10 @@ class BBCooker: | |||
| 206 | 206 | ||
| 207 | def parseConfiguration(self): | 207 | def parseConfiguration(self): |
| 208 | 208 | ||
| 209 | # Set log file verbosity | ||
| 210 | verboselogs = bb.utils.to_boolean(self.configuration.data.getVar("BB_VERBOSE_LOGS", "0")) | ||
| 211 | if verboselogs: | ||
| 212 | bb.msg.loggerVerboseLogs = True | ||
| 209 | 213 | ||
| 210 | # Change nice level if we're asked to | 214 | # Change nice level if we're asked to |
| 211 | nice = self.configuration.data.getVar("BB_NICE_LEVEL", True) | 215 | nice = self.configuration.data.getVar("BB_NICE_LEVEL", True) |
