diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/rootfs.py')
-rw-r--r-- | scripts/lib/wic/plugins/source/rootfs.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source/rootfs.py index 919e97e6b6..a432a18705 100644 --- a/scripts/lib/wic/plugins/source/rootfs.py +++ b/scripts/lib/wic/plugins/source/rootfs.py | |||
@@ -62,8 +62,9 @@ class RootfsPlugin(SourcePlugin): | |||
62 | return image_rootfs_dir | 62 | return image_rootfs_dir |
63 | 63 | ||
64 | @classmethod | 64 | @classmethod |
65 | def do_prepare_partition(self, part, cr, cr_workdir, oe_builddir, bootimg_dir, | 65 | def do_prepare_partition(self, part, source_params, cr, cr_workdir, |
66 | kernel_dir, krootfs_dir, native_sysroot): | 66 | oe_builddir, bootimg_dir, kernel_dir, |
67 | krootfs_dir, native_sysroot): | ||
67 | """ | 68 | """ |
68 | Called to do the actual content population for a partition i.e. it | 69 | Called to do the actual content population for a partition i.e. it |
69 | 'prepares' the partition to be incorporated into the image. | 70 | 'prepares' the partition to be incorporated into the image. |