public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/3] wic: Update to the latest revision
@ 2021-06-29  9:22 Uladzimir Bely
  2021-06-29  9:22 ` [PATCH v2 1/3] Revert "wic: Warn if an ext filesystem affected by the Y2038 problem is used" Uladzimir Bely
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Uladzimir Bely @ 2021-06-29  9:22 UTC (permalink / raw)
  To: isar-users

This patchset updates wic in isar to the OE-core revision b85a09e.
This is the latest revision that is compatible with bitbake
version in isar.
Before updating to even newer wic we need first to update bitbake.

Changes since v1:
 - Reverted Y2038 patch since it's already in the new wic
 - Updated isar wks files

Anton Mikanovich (1):
  wic: Update to the latest revision

Florian Bezdeka (1):
  Revert "wic: Warn if an ext filesystem affected by the Y2038 problem
    is used"

Uladzimir Bely (1):
  wic: Force mke2fs to use Y2038-compatible inode size

 .../scripts/lib/wic/canned-wks/bananapi.wks   |  2 +-
 .../lib/wic/canned-wks/common-isar.wks.inc    |  2 +-
 .../lib/wic/canned-wks/de0-nano-soc.wks.in    |  2 +-
 .../scripts/lib/wic/canned-wks/hikey.wks      |  2 +-
 .../lib/wic/canned-wks/nanopi-neo.wks.in      |  2 +-
 .../lib/wic/canned-wks/sdimage-efi.wks        |  2 +-
 .../lib/wic/canned-wks/sifive-fu540.wks       |  2 +-
 .../lib/wic/canned-wks/stm32mp15x.wks.in      |  2 +-
 scripts/lib/wic/canned-wks/common.wks.inc     |  2 +-
 scripts/lib/wic/canned-wks/directdisk-gpt.wks |  2 +-
 scripts/lib/wic/canned-wks/mkefidisk.wks      |  2 +-
 scripts/lib/wic/ksparser.py                   | 17 +++++
 scripts/lib/wic/misc.py                       |  8 +-
 scripts/lib/wic/partition.py                  | 74 +++++++++++++------
 scripts/lib/wic/plugins/imager/direct.py      | 61 ++++++++-------
 scripts/lib/wic/plugins/source/bootimg-efi.py |  8 +-
 scripts/lib/wic/plugins/source/empty.py       | 32 ++++++++
 .../wic/plugins/source/isoimage-isohybrid.py  | 14 ++++
 scripts/lib/wic/plugins/source/rootfs.py      | 33 +++++++--
 scripts/wic                                   |  2 +
 20 files changed, 195 insertions(+), 76 deletions(-)
 create mode 100644 scripts/lib/wic/plugins/source/empty.py

-- 
2.20.1


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

end of thread, other threads:[~2021-08-13 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  9:22 [PATCH v2 0/3] wic: Update to the latest revision Uladzimir Bely
2021-06-29  9:22 ` [PATCH v2 1/3] Revert "wic: Warn if an ext filesystem affected by the Y2038 problem is used" Uladzimir Bely
2021-06-29  9:22 ` [PATCH v2 2/3] wic: Update to the latest revision Uladzimir Bely
2021-08-09 13:53   ` Henning Schild
2021-08-13  9:35     ` Uladzimir Bely
2021-08-13 14:19       ` Henning Schild
2021-06-29  9:22 ` [PATCH v2 3/3] wic: Force mke2fs to use Y2038-compatible inode size Uladzimir Bely
2021-08-04 12:03 ` [PATCH v2 0/3] wic: Update to the latest revision Anton Mikanovich

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