diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/rawcopy.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/rawcopy.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py index 444c0268fb..df07851751 100644 --- a/scripts/lib/wic/plugins/source/rawcopy.py +++ b/scripts/lib/wic/plugins/source/rawcopy.py | |||
| @@ -25,7 +25,7 @@ class RawCopyPlugin(SourcePlugin): | |||
| 25 | name = 'rawcopy' | 25 | name = 'rawcopy' |
| 26 | 26 | ||
| 27 | @classmethod | 27 | @classmethod |
| 28 | def do_install_disk(self, disk, disk_name, cr, workdir, oe_builddir, | 28 | def do_install_disk(cls, disk, disk_name, cr, workdir, oe_builddir, |
| 29 | bootimg_dir, kernel_dir, native_sysroot): | 29 | bootimg_dir, kernel_dir, native_sysroot): |
| 30 | """ | 30 | """ |
| 31 | Called after all partitions have been prepared and assembled into a | 31 | Called after all partitions have been prepared and assembled into a |
| @@ -34,7 +34,7 @@ class RawCopyPlugin(SourcePlugin): | |||
| 34 | pass | 34 | pass |
| 35 | 35 | ||
| 36 | @classmethod | 36 | @classmethod |
| 37 | def do_configure_partition(self, part, source_params, cr, cr_workdir, | 37 | def do_configure_partition(cls, part, source_params, cr, cr_workdir, |
| 38 | oe_builddir, bootimg_dir, kernel_dir, | 38 | oe_builddir, bootimg_dir, kernel_dir, |
| 39 | native_sysroot): | 39 | native_sysroot): |
| 40 | """ | 40 | """ |
| @@ -44,7 +44,7 @@ class RawCopyPlugin(SourcePlugin): | |||
| 44 | pass | 44 | pass |
| 45 | 45 | ||
| 46 | @classmethod | 46 | @classmethod |
| 47 | def do_prepare_partition(self, part, source_params, cr, cr_workdir, | 47 | def do_prepare_partition(cls, part, source_params, cr, cr_workdir, |
| 48 | oe_builddir, bootimg_dir, kernel_dir, | 48 | oe_builddir, bootimg_dir, kernel_dir, |
| 49 | rootfs_dir, native_sysroot): | 49 | rootfs_dir, native_sysroot): |
| 50 | """ | 50 | """ |
