diff options
-rw-r--r-- | meta/lib/oe/image.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oe/image.py b/meta/lib/oe/image.py index 95c62dca44..5b77306065 100644 --- a/meta/lib/oe/image.py +++ b/meta/lib/oe/image.py | |||
@@ -326,7 +326,7 @@ class Image(ImageDepGraph): | |||
326 | 326 | ||
327 | return image_cmd_groups | 327 | return image_cmd_groups |
328 | 328 | ||
329 | def _write_env(self): | 329 | def _write_wic_env(self): |
330 | """ | 330 | """ |
331 | Write environment variables used by wic | 331 | Write environment variables used by wic |
332 | to tmp/sysroots/<machine>/imgdata/<image>.env | 332 | to tmp/sysroots/<machine>/imgdata/<image>.env |
@@ -353,7 +353,7 @@ class Image(ImageDepGraph): | |||
353 | 353 | ||
354 | image_cmd_groups = self._get_imagecmds() | 354 | image_cmd_groups = self._get_imagecmds() |
355 | 355 | ||
356 | self._write_env() | 356 | self._write_wic_env() |
357 | 357 | ||
358 | for image_cmds in image_cmd_groups: | 358 | for image_cmds in image_cmd_groups: |
359 | # create the images in parallel | 359 | # create the images in parallel |