From: "Kanagarajan, Vijaikumar" <Vijaikumar_Kanagarajan@mentor.com>
To: Jan Kiszka <jan.kiszka@siemens.com>,
"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Cc: "henning.schild@siemens.com" <henning.schild@siemens.com>
Subject: RE: [PATCH 0/2] Update wic to bring in fspassno feature
Date: Mon, 13 Jun 2022 07:32:13 +0000 [thread overview]
Message-ID: <30175797f3bf4d7095e7bc72bb4f3949@mentor.com> (raw)
In-Reply-To: <c6e71c6a-6779-2740-8196-c0b2a7cb7688@siemens.com>
> -----Original Message-----
> From: Jan Kiszka <jan.kiszka@siemens.com>
> Sent: 13 June 2022 12:45
> To: Kanagarajan, Vijaikumar <Vijaikumar_Kanagarajan@mentor.com>; isar-
> users@googlegroups.com
> Cc: henning.schild@siemens.com
> Subject: Re: [PATCH 0/2] Update wic to bring in fspassno feature
>
> On 10.06.22 13:39, Vijai Kumar K wrote:
> > The series has 2 patches.
> >
> > P1: updates isar wks files to handle the uprev without breakage
> > P2: Uprev of wic
> >
> > This uprevision is needed to bring in the fspassno feature from oe-core.
> >
> > https://github.com/openembedded/openembedded-
> core/commit/20d43a2599d76
> > 22b96e2fb0da87a886da1a3794a
> > https://github.com/openembedded/openembedded-
> core/commit/b9b9f71e6f37b
> > fbf954ade518391b242669481e3
> >
> > Note: Targeting for the 0.9 release.
> >
>
> Not being a fix, this is post 0.9 material.
Ah. I was really hoping this to get in. I missed the merge window for rc1.
That being said, it should be fine. I could still use the next branch.
>
> But wasn't there another wic update for that time pending already?
The one from Felix[1] was already merged and is part of rc1. This patch just pulls two patches on top of it. But not a fix and has potentially breaking change.
I should put an entry in Changelog. With these changes we can no longer assume "/" mount point to be ignored by wic. We have to explicitly drop them.
So any downstream wks files that runs on this assumption should be fixed like P1 of this patch. If not we could potentially end up with duplicate entries for "/".
[1] https://groups.google.com/g/isar-users/c/5D-64v5qhWY/m/UW7uZJrCAAAJ
- Vijai Kumar K
>
> Jan
>
> > Thanks,
> > Vijai Kumar K
> >
> > Vijai Kumar K (2):
> > meta-isar/wks: prepare wks for wic uprev
> > wic: Update to the latest revision
> >
> > meta-isar/scripts/lib/wic/canned-wks/common-isar.wks.inc | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/de0-nano-soc.wks.in | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/hikey.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/multipart-efi.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/nanopi-neo.wks.in | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/rpi-sdimg.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/sdimage-efi-sd.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/sdimage-efi.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/sifive-fu540.wks | 2 +-
> > meta-isar/scripts/lib/wic/canned-wks/stm32mp15x.wks.in | 2 +-
> > scripts/lib/wic/help.py | 6 ++++++
> > scripts/lib/wic/ksparser.py | 1 +
> > scripts/lib/wic/partition.py | 1 +
> > scripts/lib/wic/plugins/imager/direct.py | 5 +++--
> > 15 files changed, 22 insertions(+), 13 deletions(-)
> >
>
> --
> Siemens AG, Technology
> Competence Center Embedded Linux
next prev parent reply other threads:[~2022-06-13 7:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 11:39 Vijai Kumar K
2022-06-10 11:39 ` [PATCH 1/2] meta-isar/wks: prepare wks for wic uprev Vijai Kumar K
2022-06-13 7:16 ` Jan Kiszka
2022-06-13 7:36 ` Kanagarajan, Vijaikumar
2022-06-13 8:10 ` Henning Schild
2022-06-13 8:35 ` Kanagarajan, Vijaikumar
2022-06-13 9:26 ` Henning Schild
2022-06-10 11:39 ` [PATCH 2/2] wic: Update to the latest revision Vijai Kumar K
2022-06-13 7:15 ` [PATCH 0/2] Update wic to bring in fspassno feature Jan Kiszka
2022-06-13 7:21 ` Anton Mikanovich
2022-06-13 7:32 ` Kanagarajan, Vijaikumar [this message]
2022-06-13 8:31 ` Henning Schild
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=30175797f3bf4d7095e7bc72bb4f3949@mentor.com \
--to=vijaikumar_kanagarajan@mentor.com \
--cc=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.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