public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/4] Update WIC to the latest revision
@ 2024-05-08 14:37 Anton Mikanovich
  2024-05-08 14:37 ` [PATCH 1/4] Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs" Anton Mikanovich
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Anton Mikanovich @ 2024-05-08 14:37 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

This patchset updates WIC libs to the latest OE-core revision (version
5.0.0, codename Scarthgap).
Commit a4237f08 ("wic/plugins/images/direct: Allow changes in fstab on rootfs")
was reapplied because it is needed for some Isar targets.
There is also a new fix to keep compatibility with Debian Buster and
Ubuntu Focal which prevent those distros from having full identifier
reproducibility during image prepare in WIC.

Anton Mikanovich (4):
  Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs"
  wic: Update to the latest revision
  Revert "Revert "wic/plugins/images/direct: Allow changes in fstab on
    rootfs""
  wic: Restore compatibility with old distros

 .../lib/wic/canned-wks/efi-bootdisk.wks.in    |   2 +-
 .../lib/wic/canned-wks/qemux86-directdisk.wks |   2 +-
 scripts/lib/wic/filemap.py                    |   7 +
 scripts/lib/wic/help.py                       |   2 +-
 scripts/lib/wic/ksparser.py                   |   6 +-
 scripts/lib/wic/misc.py                       |   2 +-
 scripts/lib/wic/partition.py                  |  47 +++++-
 scripts/lib/wic/plugins/imager/direct.py      | 134 ++++++++++++++----
 scripts/lib/wic/plugins/source/bootimg-efi.py | 108 +++++++++++---
 .../wic/plugins/source/bootimg-partition.py   |   9 +-
 .../lib/wic/plugins/source/bootimg-pcbios.py  |   6 +-
 scripts/lib/wic/plugins/source/empty.py       |  59 +++++++-
 scripts/lib/wic/plugins/source/rawcopy.py     |   9 +-
 scripts/lib/wic/plugins/source/rootfs.py      |   4 +-
 14 files changed, 336 insertions(+), 61 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-05-08 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08 14:37 [PATCH 0/4] Update WIC to the latest revision Anton Mikanovich
2024-05-08 14:37 ` [PATCH 1/4] Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs" Anton Mikanovich
2024-05-08 14:37 ` [PATCH 2/4] wic: Update to the latest revision Anton Mikanovich
2024-05-08 14:38 ` [PATCH 3/4] Revert "Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs"" Anton Mikanovich
2024-05-08 14:46   ` Anton Mikanovich
2024-05-08 14:38 ` [PATCH 4/4] wic: Restore compatibility with old distros Anton Mikanovich

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