mbox series

[v8,0/1] re-implement sector-size [was: standalone wic]

Message ID 20260326001150.203099-1-twoerner@gmail.com
Headers show
Series re-implement sector-size [was: standalone wic] | expand

Message

Trevor Woerner March 26, 2026, 12:11 a.m. UTC
Seven revisions of a patch set have been sent to split wic out from
oe-core. As part of that patch set two other pieces have tagged along
for the ride:
- fix a wic bug found with python 3.14 in Fedora 43
- re-implement sector-size handling support

The wic bug fix has already been sent and merged, therefore, in an
attempt to make the splitting-out of wic more palatable, here is the
re-implement sector-size support on its own.

The previous patch set can be references for all the (non-relevant)
details:
	https://lists.openembedded.org/g/openembedded-core/topic/patch_v7_0_9_standalone_wic/118086344

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

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