Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def do_configure_partition(cls, part, source_params, cr, cr_workdir,
@classmethod
def do_prepare_partition(cls, part, source_params, cr, cr_workdir,
oe_builddir, bootimg_dir, kernel_dir,
rootfs_dir, native_sysroot):
rootfs_dir, native_sysroot, sector_size):
"""
Called to do the actual content population for a partition i.e. it
'prepares' the partition to be incorporated into the image.
Expand Down