diff options
Diffstat (limited to 'scripts/lib/wic/engine.py')
-rw-r--r-- | scripts/lib/wic/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index 685bc8898f..592ef77bba 100644 --- a/scripts/lib/wic/engine.py +++ b/scripts/lib/wic/engine.py | |||
@@ -190,7 +190,7 @@ def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, | |||
190 | crobj = creator.Creator() | 190 | crobj = creator.Creator() |
191 | 191 | ||
192 | cmdline = ["direct", native_sysroot, kernel_dir, bootimg_dir, rootfs_dir, | 192 | cmdline = ["direct", native_sysroot, kernel_dir, bootimg_dir, rootfs_dir, |
193 | wks_file, image_output_dir, oe_builddir, compressor or ""] | 193 | wks_file, image_output_dir, oe_builddir, compressor or ""] |
194 | if bmap: | 194 | if bmap: |
195 | cmdline.append('--bmap') | 195 | cmdline.append('--bmap') |
196 | 196 | ||