diff options
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 | |||
