public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v8 0/1] re-implement sector-size  [was: standalone wic]
@ 2026-03-26  0:11 Trevor Woerner
  2026-03-26  0:11 ` [PATCH v8 1/1] wic: re-implement sector-size support Trevor Woerner
  0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2026-03-26  0:11 UTC (permalink / raw)
  To: openembedded-core

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(-)

-- 
2.51.0



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

end of thread, other threads:[~2026-04-13 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26  0:11 [PATCH v8 0/1] re-implement sector-size [was: standalone wic] Trevor Woerner
2026-03-26  0:11 ` [PATCH v8 1/1] wic: re-implement sector-size support Trevor Woerner
2026-04-13  9:32   ` [OE-core] " Antonin Godard
2026-04-13 14:31     ` Trevor Woerner

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