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/plugins/source/bootimg-partition.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/plugins/source/bootimg-partition.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-partition.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg-partition.py index f94dfabb6a..e0d9a50585 100644 --- a/scripts/lib/wic/plugins/source/bootimg-partition.py +++ b/scripts/lib/wic/plugins/source/bootimg-partition.py | |||
| @@ -26,10 +26,11 @@ | |||
| 26 | import os | 26 | import os |
| 27 | import re | 27 | import re |
| 28 | 28 | ||
| 29 | from glob import glob | ||
| 30 | |||
| 29 | from wic import msger | 31 | from wic import msger |
| 30 | from wic.pluginbase import SourcePlugin | 32 | from wic.pluginbase import SourcePlugin |
| 31 | from wic.utils.misc import exec_cmd, get_bitbake_var | 33 | from wic.utils.misc import exec_cmd, get_bitbake_var |
| 32 | from glob import glob | ||
| 33 | 34 | ||
| 34 | class BootimgPartitionPlugin(SourcePlugin): | 35 | class BootimgPartitionPlugin(SourcePlugin): |
| 35 | """ | 36 | """ |
| @@ -137,4 +138,3 @@ class BootimgPartitionPlugin(SourcePlugin): | |||
| 137 | msger.debug('Prepare boot partition using rootfs in %s' % (hdddir)) | 138 | msger.debug('Prepare boot partition using rootfs in %s' % (hdddir)) |
| 138 | part.prepare_rootfs(cr_workdir, oe_builddir, hdddir, | 139 | part.prepare_rootfs(cr_workdir, oe_builddir, hdddir, |
| 139 | native_sysroot) | 140 | native_sysroot) |
| 140 | |||
