diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-31 19:31:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-02 17:37:44 +0000 |
commit | 653aaea3ccd4b671a6753bc9aecceb08f9eb0e41 (patch) | |
tree | 0eb9d944309e79eae732c76eb483533625aec22f /scripts/lib/wic/engine.py | |
parent | 1f7ce90af6e2e3ae23e11eae85d13f7c93b032cd (diff) | |
download | poky-653aaea3ccd4b671a6753bc9aecceb08f9eb0e41.tar.gz |
wic: code cleanup
Fixed indentation, unused imports, trailing lines etc.
[YOCTO #10619]
(From OE-Core rev: 5fa7768bfb4b6d464c6a812822b0665f52e7bea4)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||