mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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
@@ -198,7 +198,5 @@ class BootimgPcbiosPlugin(SourcePlugin):
|
||||
out = exec_cmd(du_cmd)
|
||||
bootimg_size = out.split()[0]
|
||||
|
||||
part.size = int(out.split()[0])
|
||||
part.size = int(bootimg_size)
|
||||
part.source_file = bootimg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user