public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Pierre-loup GOSSE" <pierre-loup.gosse@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 5/6] wic: extra-partitions: Make extra-files optional
Date: Tue, 13 Jan 2026 07:13:06 -0800	[thread overview]
Message-ID: <575011.1768317186376112526@lists.openembedded.org> (raw)
In-Reply-To: <20260113144314.3563680-5-adam.duskett@amarulasolutions.com>

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

Hi Adam,

Thanks for your contribution to the plugin.

> 
> There are many use cases where a user may need a blank partition of a
> given
> size and format with no extra files added. Such as an empty data
> partition.
> 

A blank partition can already be created without the extra-partition plugin.

Personally, I use the following example line in my WKS file:

part --fstype=ext4 --label data --fixed-size 500M

This command creates a blank 500MB partition with an ext4 filesystem.

In my opinion, the extra plugin should always requires files, similar to the bootimg partition plugin (on which the extra partition plugin is based).

Pierre-Loup,

[-- Attachment #2: Type: text/html, Size: 1004 bytes --]

  reply	other threads:[~2026-01-13 15:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-13 14:43 [PATCH 1/6] wic: extra-partition: Small code cleanup Adam Duskett
2026-01-13 14:43 ` [PATCH 2/6] wic: extra-partition: Move extra file parsing to a dedicated method Adam Duskett
2026-01-13 14:43 ` [PATCH 3/6] wic: extra-partition: Move extra var handling " Adam Duskett
2026-01-13 14:43 ` [PATCH 4/6] wic: extra-partition: Rename install_task to extra_files_task Adam Duskett
2026-01-13 14:43 ` [PATCH 5/6] wic: extra-partitions: Make extra-files optional Adam Duskett
2026-01-13 15:13   ` Pierre-loup GOSSE [this message]
2026-01-14  9:26     ` [OE-core] " Adam Duskett
2026-01-14 10:25       ` Pierre-loup GOSSE
2026-01-14 10:56         ` Adam Duskett
2026-01-14 17:13           ` Pierre-loup GOSSE
2026-01-15 13:21             ` Adam Duskett
2026-01-13 14:43 ` [PATCH 6/6] wic: extra-partitions: extend to support extra directories Adam Duskett
2026-01-13 16:18   ` Pierre-loup GOSSE
2026-01-14  9:28     ` [OE-core] " Adam Duskett

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=575011.1768317186376112526@lists.openembedded.org \
    --to=pierre-loup.gosse@smile.fr \
    --cc=openembedded-core@lists.openembedded.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