From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH v2 0/3] wic: Update to the latest revision
Date: Tue, 29 Jun 2021 11:22:22 +0200 [thread overview]
Message-ID: <20210629092225.18415-1-ubely@ilbers.de> (raw)
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
next reply other threads:[~2021-06-29 9:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-29 9:22 Uladzimir Bely [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210629092225.18415-1-ubely@ilbers.de \
--to=ubely@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox