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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#177838): https://lists.openembedded.org/g/openembedded-core/message/177838 Mute This Topic: https://lists.openembedded.org/mt/97291695/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
