mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1f7ce90af6
commit
653aaea3cc
@@ -190,7 +190,7 @@ def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
|
||||
crobj = creator.Creator()
|
||||
|
||||
cmdline = ["direct", native_sysroot, kernel_dir, bootimg_dir, rootfs_dir,
|
||||
wks_file, image_output_dir, oe_builddir, compressor or ""]
|
||||
wks_file, image_output_dir, oe_builddir, compressor or ""]
|
||||
if bmap:
|
||||
cmdline.append('--bmap')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user