mbox series

[v2,0/4] Update WIC to the latest revision

Message ID 20240517114434.778656-1-amikan@ilbers.de
Headers show
Series Update WIC to the latest revision | expand

Message

Anton Mikanovich May 17, 2024, 11:44 a.m. UTC
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.

---
Changes since v1:
 - Add missing signed-offs

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

Comments

Anton Mikanovich May 17, 2024, 12:49 p.m. UTC | #1
17/05/2024 14:44, Anton Mikanovich wrote:
> 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.

We are going to merge this series 'as-is' (including the revert of
'/' exclusion fix revert) soon. We see [1];

Felix, are you planning to address the issue upstream?

[1] 
https://patchwork.yoctoproject.org/project/oe-core/cover/20230105125223.398216-1-felix.moessbauer@siemens.com/
Anton Mikanovich May 21, 2024, 11:07 a.m. UTC | #2
17/05/2024 14:44, Anton Mikanovich wrote:
> 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.

Applied to next.