public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wic: extra-partitions: new variable to be combined with sourceparams
@ 2026-01-12  8:29 Louis Rannou via B4 Relay
  2026-01-12  8:29 ` [PATCH v2 1/2] oeqa/selftest: wic: improve extra-partition plugin tests Louis Rannou via B4 Relay
  2026-01-12  8:29 ` [PATCH v2 2/2] wic: extra-partition: introduce variable matching sourceparams Louis Rannou via B4 Relay
  0 siblings, 2 replies; 4+ messages in thread
From: Louis Rannou via B4 Relay @ 2026-01-12  8:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Louis Rannou, pierre-loup.gosse

The current extra_partition plugin uses predictable variable names (the
configuration must predict the image partition label or uuid). This has two
inconveniences:

- an extra partition that has a specific label (or uuid) is doomed with the
  associated variable. The partition cannot be configured unless the label
  (or uuid) is changed.
- two partitions with same label from distincts .wks cannot have different
  content.

The first commit increases the tests. It now tests several files can be included
and that the file system type can be specified. It also simplifies the 'wic ls'
command by removing unneeded pipes.

The second commit allows the new suffix _name-%s to be appended to
IMAGE_EXTRA_PARTITION_FILES. This variable will be preferred whenever the
.wks specifies a name in the --sourceparams option.

For example:
  an image may define:
    IMAGE_EXTRA_PARTITION_FILES_name-foo = "bar.conf"
  and the .wks line have line:
    part --source extra_partition --sourceparams "name=foo"

Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
---
Changes in v2:
- change suuffix _sourceparam-%s to _name-%s
- Link to v1: https://lore.kernel.org/r/20260107-extrafiles-v1-0-a4ddd07df231@non.se.com

---
Louis Rannou (2):
      oeqa/selftest: wic: improve extra-partition plugin tests
      wic: extra-partition: introduce variable matching sourceparams

 meta/lib/oeqa/selftest/cases/wic.py               | 55 ++++++++++++++++-------
 scripts/lib/wic/plugins/source/extra_partition.py | 24 +++++++---
 2 files changed, 57 insertions(+), 22 deletions(-)
---
base-commit: 0ed4776533145c901611d7f4f942490e33481335
change-id: 20260107-extrafiles-ad9a25529b20

Best regards,
-- 
Louis Rannou <louis.rannou@non.se.com>




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

end of thread, other threads:[~2026-01-12 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12  8:29 [PATCH v2 0/2] wic: extra-partitions: new variable to be combined with sourceparams Louis Rannou via B4 Relay
2026-01-12  8:29 ` [PATCH v2 1/2] oeqa/selftest: wic: improve extra-partition plugin tests Louis Rannou via B4 Relay
2026-01-12  8:29 ` [PATCH v2 2/2] wic: extra-partition: introduce variable matching sourceparams Louis Rannou via B4 Relay
2026-01-12 16:20   ` Pierre-loup GOSSE

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