diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 730cdc56ff..000faf82f5 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -411,11 +411,6 @@ class BBCooker: | |||
| 411 | self.data.disableTracking() | 411 | self.data.disableTracking() |
| 412 | 412 | ||
| 413 | def parseConfiguration(self): | 413 | def parseConfiguration(self): |
| 414 | # Set log file verbosity | ||
| 415 | verboselogs = bb.utils.to_boolean(self.data.getVar("BB_VERBOSE_LOGS", False)) | ||
| 416 | if verboselogs: | ||
| 417 | bb.msg.loggerVerboseLogs = True | ||
| 418 | |||
| 419 | # Change nice level if we're asked to | 414 | # Change nice level if we're asked to |
| 420 | nice = self.data.getVar("BB_NICE_LEVEL") | 415 | nice = self.data.getVar("BB_NICE_LEVEL") |
| 421 | if nice: | 416 | if nice: |
