mbox series

[0/1] wic: Add support for F2FS in WIC rootfs plugin

Message ID cover.1677593618.git.anna-lena.marx@inovex.de
Headers show
Series wic: Add support for F2FS in WIC rootfs plugin | expand

Message

Anna-Lena Marx Feb. 28, 2023, 3 p.m. UTC
Hi there,

Yocto/OpenEmbedded supports generating F2FS rootfs in general 
for years but WIC does not, yet.
The patch adds support to do so in the "rootfs" WIC plugin.

Generating the F2FS rootfs follows mostly the way it is implemented
in meta/classes-recipe/image_types.bbclass.
Thereby, F2FS needs a minimum size in order to work correctly 
as it uses an overprovision functionality.

-- Anna

Anna-Lena Marx (1):
  wic: Add support for F2FS in WIC rootfs plugin

 meta/classes-recipe/image_types_wic.bbclass |  2 +-
 meta/lib/oeqa/selftest/cases/wic.py         |  2 ++
 meta/recipes-core/meta/wic-tools.bb         |  2 +-
 scripts/lib/wic/help.py                     |  1 +
 scripts/lib/wic/ksparser.py                 |  2 +-
 scripts/lib/wic/misc.py                     |  1 +
 scripts/lib/wic/partition.py                | 32 ++++++++++++++++++++-
 7 files changed, 38 insertions(+), 4 deletions(-)