diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index d1198d4496..15243f2194 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -135,9 +135,6 @@ class BBCooker: | |||
| 135 | self.configuration.data = None | 135 | self.configuration.data = None |
| 136 | self.loadConfigurationData() | 136 | self.loadConfigurationData() |
| 137 | 137 | ||
| 138 | if not self.configuration.cmd: | ||
| 139 | self.configuration.cmd = self.configuration.data.getVar("BB_DEFAULT_TASK", True) or "build" | ||
| 140 | |||
| 141 | # Take a lock so only one copy of bitbake can run against a given build | 138 | # Take a lock so only one copy of bitbake can run against a given build |
| 142 | # directory at a time | 139 | # directory at a time |
| 143 | lockfile = self.configuration.data.expand("${TOPDIR}/bitbake.lock") | 140 | lockfile = self.configuration.data.expand("${TOPDIR}/bitbake.lock") |
