diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/rawcopy.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/rawcopy.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py index 431afce7c4..e1c4f5e7db 100644 --- a/scripts/lib/wic/plugins/source/rawcopy.py +++ b/scripts/lib/wic/plugins/source/rawcopy.py | |||
| @@ -33,25 +33,6 @@ class RawCopyPlugin(SourcePlugin): | |||
| 33 | name = 'rawcopy' | 33 | name = 'rawcopy' |
| 34 | 34 | ||
| 35 | @classmethod | 35 | @classmethod |
| 36 | def do_install_disk(cls, disk, disk_name, cr, workdir, oe_builddir, | ||
| 37 | bootimg_dir, kernel_dir, native_sysroot): | ||
| 38 | """ | ||
| 39 | Called after all partitions have been prepared and assembled into a | ||
| 40 | disk image. Do nothing. | ||
| 41 | """ | ||
| 42 | pass | ||
| 43 | |||
| 44 | @classmethod | ||
| 45 | def do_configure_partition(cls, part, source_params, cr, cr_workdir, | ||
| 46 | oe_builddir, bootimg_dir, kernel_dir, | ||
| 47 | native_sysroot): | ||
| 48 | """ | ||
| 49 | Called before do_prepare_partition(). Possibly prepare | ||
| 50 | configuration files of some sort. | ||
| 51 | """ | ||
| 52 | pass | ||
| 53 | |||
| 54 | @classmethod | ||
| 55 | def do_prepare_partition(cls, part, source_params, cr, cr_workdir, | 36 | def do_prepare_partition(cls, part, source_params, cr, cr_workdir, |
| 56 | oe_builddir, bootimg_dir, kernel_dir, | 37 | oe_builddir, bootimg_dir, kernel_dir, |
| 57 | rootfs_dir, native_sysroot): | 38 | rootfs_dir, native_sysroot): |
