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