Openembedded Core Discussions
 help / color / mirror / Atom feed
* [oe-core][PATCH 0/1] wic: Add support for F2FS in WIC rootfs plugin
@ 2023-02-28 15:00 Anna-Lena Marx
  2023-02-28 15:00 ` [oe-core][PATCH 1/1] " Anna-Lena Marx
  0 siblings, 1 reply; 8+ messages in thread
From: Anna-Lena Marx @ 2023-02-28 15:00 UTC (permalink / raw)
  To: openembedded-core; +Cc: Anna-Lena Marx

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(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-13 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28 15:00 [oe-core][PATCH 0/1] wic: Add support for F2FS in WIC rootfs plugin Anna-Lena Marx
2023-02-28 15:00 ` [oe-core][PATCH 1/1] " Anna-Lena Marx
2023-02-28 15:20   ` Alexandre Belloni
2023-03-01 14:36     ` Anna-Lena Marx
2023-03-01 16:24       ` Alexander Kanavin
2023-03-06 15:10         ` Anna-Lena Marx
2023-03-08 13:32           ` Ross Burton
2023-03-13 15:41             ` Anna-Lena Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox