diff options
Diffstat (limited to 'scripts/lib/wic/partition.py')
| -rw-r--r-- | scripts/lib/wic/partition.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 72f2e2708f..d4558621a9 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
| @@ -185,6 +185,9 @@ class Partition(): | |||
| 185 | plugin.do_prepare_partition(self, srcparams_dict, creator, | 185 | plugin.do_prepare_partition(self, srcparams_dict, creator, |
| 186 | cr_workdir, oe_builddir, bootimg_dir, | 186 | cr_workdir, oe_builddir, bootimg_dir, |
| 187 | kernel_dir, rootfs_dir, native_sysroot) | 187 | kernel_dir, rootfs_dir, native_sysroot) |
| 188 | plugin.do_post_partition(self, srcparams_dict, creator, | ||
| 189 | cr_workdir, oe_builddir, bootimg_dir, | ||
| 190 | kernel_dir, rootfs_dir, native_sysroot) | ||
| 188 | 191 | ||
| 189 | # further processing required Partition.size to be an integer, make | 192 | # further processing required Partition.size to be an integer, make |
| 190 | # sure that it is one | 193 | # sure that it is one |
