diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 1893cce71e..5eb34aff3d 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -215,8 +215,9 @@ class CommandsSync: | |||
| 215 | base_image = params[1] | 215 | base_image = params[1] |
| 216 | package_queue = params[2] | 216 | package_queue = params[2] |
| 217 | timestamp = params[3] | 217 | timestamp = params[3] |
| 218 | description = params[4] | ||
| 218 | return command.cooker.generateNewImage(image, base_image, | 219 | return command.cooker.generateNewImage(image, base_image, |
| 219 | package_queue, timestamp) | 220 | package_queue, timestamp, description) |
| 220 | 221 | ||
| 221 | def ensureDir(self, command, params): | 222 | def ensureDir(self, command, params): |
| 222 | directory = params[0] | 223 | directory = params[0] |
