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 33452e7b93..57caf38c2a 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -413,11 +413,6 @@ class BBCooker: | |||
| 413 | self.data.disableTracking() | 413 | self.data.disableTracking() |
| 414 | 414 | ||
| 415 | def parseConfiguration(self): | 415 | def parseConfiguration(self): |
| 416 | # Set log file verbosity | ||
| 417 | verboselogs = bb.utils.to_boolean(self.data.getVar("BB_VERBOSE_LOGS", False)) | ||
| 418 | if verboselogs: | ||
| 419 | bb.msg.loggerVerboseLogs = True | ||
| 420 | |||
| 421 | # Change nice level if we're asked to | 416 | # Change nice level if we're asked to |
| 422 | nice = self.data.getVar("BB_NICE_LEVEL") | 417 | nice = self.data.getVar("BB_NICE_LEVEL") |
| 423 | if nice: | 418 | if nice: |
