diff options
Diffstat (limited to 'scripts/lib/mic/pluginbase.py')
-rw-r--r-- | scripts/lib/mic/pluginbase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/mic/pluginbase.py b/scripts/lib/mic/pluginbase.py index e26b525dc3..9cf4c628d1 100644 --- a/scripts/lib/mic/pluginbase.py +++ b/scripts/lib/mic/pluginbase.py | |||
@@ -126,7 +126,7 @@ class SourcePlugin(_Plugin): | |||
126 | 126 | ||
127 | @classmethod | 127 | @classmethod |
128 | def do_prepare_partition(self, part, cr, cr_workdir, oe_builddir, bootimg_dir, | 128 | def do_prepare_partition(self, part, cr, cr_workdir, oe_builddir, bootimg_dir, |
129 | kernel_dir, native_sysroot): | 129 | kernel_dir, rootfs_dir, native_sysroot): |
130 | """ | 130 | """ |
131 | Called to do the actual content population for a partition i.e. it | 131 | Called to do the actual content population for a partition i.e. it |
132 | 'prepares' the partition to be incorporated into the image. | 132 | 'prepares' the partition to be incorporated into the image. |