diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 5dec6a9d09..701b286187 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -157,6 +157,12 @@ class CommandsSync: | |||
| 157 | value = params[1] | 157 | value = params[1] |
| 158 | command.cooker.configuration.data.setVar(varname, value) | 158 | command.cooker.configuration.data.setVar(varname, value) |
| 159 | 159 | ||
| 160 | def initCooker(self, command, params): | ||
| 161 | """ | ||
| 162 | Init the cooker to initial state with nothing parsed | ||
| 163 | """ | ||
| 164 | command.cooker.initialize() | ||
| 165 | |||
| 160 | def resetCooker(self, command, params): | 166 | def resetCooker(self, command, params): |
| 161 | """ | 167 | """ |
| 162 | Reset the cooker to its initial state, thus forcing a reparse for | 168 | Reset the cooker to its initial state, thus forcing a reparse for |
