public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/9] Update wic
@ 2022-08-05 18:51 Jan Kiszka
  2022-08-05 18:51 ` [PATCH 1/9] wic: added fspassno parameter to partition Jan Kiszka
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jan Kiszka @ 2022-08-05 18:51 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Brings wic to latest oe-core, adding support for --fspassno, allowing
changes in fstab on rootfs, and permitting DTB update via grub and
systemd-boot. Also some smaller fixes come in this way.

I've picked all wic-related patches from OE-core since the last update
and then re-sync'ed the only affected plugin fork, bootimg-efi-isar.py.

Jan

Claudius Heine (1):
  wic: added fspassno parameter to partition

Jan Kiszka (3):
  wic/bootimg-efi: Factor out some common bits
  wic/bootimg-efi: Add support for loading devicetree files
  wic: bootimg-efi-isar: Sync with latest upstream changes

Martin Jansa (1):
  wic: fix WicError message

Mihai Lindner (1):
  wic/plugins/rootfs: Fix NameError for 'orig_path'

Ross Burton (2):
  wic: add target tools to PATH when executing native commands
  wic/bootimg-efi: use cross objcopy when building unified kernel image

Tobias Schmidl (1):
  wic/plugins/images/direct: Allow changes in fstab on rootfs

 .../wic/plugins/source/bootimg-efi-isar.py    | 97 +++++++++++--------
 scripts/lib/wic/help.py                       |  6 ++
 scripts/lib/wic/ksparser.py                   |  1 +
 scripts/lib/wic/misc.py                       |  7 +-
 scripts/lib/wic/partition.py                  |  1 +
 scripts/lib/wic/plugins/imager/direct.py      |  5 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py | 95 ++++++++++--------
 scripts/lib/wic/plugins/source/rootfs.py      |  2 +-
 scripts/wic                                   |  2 +-
 9 files changed, 133 insertions(+), 83 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-08-15  8:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 18:51 [PATCH 0/9] Update wic Jan Kiszka
2022-08-05 18:51 ` [PATCH 1/9] wic: added fspassno parameter to partition Jan Kiszka
2022-08-05 18:51 ` [PATCH 2/9] wic/plugins/images/direct: Allow changes in fstab on rootfs Jan Kiszka
2022-08-05 18:51 ` [PATCH 3/9] wic: fix WicError message Jan Kiszka
2022-08-05 18:51 ` [PATCH 4/9] wic/plugins/rootfs: Fix NameError for 'orig_path' Jan Kiszka
2022-08-05 18:51 ` [PATCH 5/9] wic: add target tools to PATH when executing native commands Jan Kiszka
2022-08-05 18:51 ` [PATCH 6/9] wic/bootimg-efi: use cross objcopy when building unified kernel image Jan Kiszka
2022-08-05 18:51 ` [PATCH 7/9] wic/bootimg-efi: Factor out some common bits Jan Kiszka
2022-08-05 18:51 ` [PATCH 8/9] wic/bootimg-efi: Add support for loading devicetree files Jan Kiszka
2022-08-05 18:51 ` [PATCH 9/9] wic: bootimg-efi-isar: Sync with latest upstream changes Jan Kiszka
2022-08-15  8:23 ` [PATCH 0/9] Update wic Anton Mikanovich

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