poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Anna-Lena Marx" <anna-lena.marx@inovex.de>
To: poky@lists.yoctoproject.org
Cc: Anna-Lena Marx <anna-lena.marx@inovex.de>
Subject: [PULL][PATCH 0/1] wic: Add support for F2FS in WIC rootfs plugin
Date: Thu, 23 Feb 2023 13:11:53 +0100	[thread overview]
Message-ID: <cover.1677071966.git.anna-lena.marx@inovex.de> (raw)

Hi there,

Yocto 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.

Pull from https://git.yoctoproject.org/poky-contrib/log/?h=amarx/wic-f2fs

-- Anna

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

 meta/classes-recipe/image_types_wic.bbclass |  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 ++++++++++++++++++++-
 6 files changed, 36 insertions(+), 4 deletions(-)

-- 
2.39.2


             reply	other threads:[~2023-02-23 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 12:11 Anna-Lena Marx [this message]
2023-02-23 12:11 ` [PULL][PATCH 1/1] wic: Add support for F2FS in WIC rootfs plugin Anna-Lena Marx
2023-02-23 12:28   ` [poky] " Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1677071966.git.anna-lena.marx@inovex.de \
    --to=anna-lena.marx@inovex.de \
    --cc=poky@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).