public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Rework WIC sector size
@ 2026-03-13  0:28 Mark Hatle
  2026-03-13  0:28 ` [PATCH 1/2] oeqa/selftest: wic: Add vfat to test_wic_sector_size Mark Hatle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Hatle @ 2026-03-13  0:28 UTC (permalink / raw)
  To: openembedded-core, twoerner; +Cc: mark.hatle

This work is effectively based on the 'v7' of the 'standalone wic'
submission.  It was requested that the submission be broken into
individual parts so we can review and get merge things individually.

Changes from v7:

Introduction of additional (previous implementation) vfat 4k tests.

Update the test suite to add a new cmdline argument test in addition
to (not replacing) the previous variable version of the test.

Update the test case to include fat partition tests.

Cleanup Deprecation message so it only displays once, if the older
style is used.  In v7 the message may have been displayed twice.

Mark Hatle (1):
  oeqa/selftest: wic: Add vfat to test_wic_sector_size

Trevor Woerner (1):
  wic: re-implement sector-size support

 meta/lib/oeqa/selftest/cases/wic.py                | 105 ++++++++++++++++++++-
 scripts/lib/wic/engine.py                          |  60 +++++++-----
 scripts/lib/wic/help.py                            |  23 +++--
 scripts/lib/wic/misc.py                            |   6 ++
 scripts/lib/wic/partition.py                       |  97 ++++++++++++++++++-
 scripts/lib/wic/plugins/imager/direct.py           |  18 +---
 scripts/lib/wic/plugins/source/bootimg_efi.py      |   5 +-
 scripts/lib/wic/plugins/source/bootimg_pcbios.py   |  11 ++-
 .../lib/wic/plugins/source/isoimage_isohybrid.py   |   5 +-
 scripts/wic                                        |  41 ++++++++
 10 files changed, 306 insertions(+), 65 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2026-03-13 11:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13  0:28 [PATCH 0/2] Rework WIC sector size Mark Hatle
2026-03-13  0:28 ` [PATCH 1/2] oeqa/selftest: wic: Add vfat to test_wic_sector_size Mark Hatle
2026-03-13  0:28 ` [PATCH 2/2] wic: re-implement sector-size support Mark Hatle
2026-03-13 11:23 ` [OE-core] [PATCH 0/2] Rework WIC sector size Richard Purdie

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