public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Schmidt, Adriaan" <adriaan.schmidt@siemens.com>
To: "Moessbauer, Felix" <felix.moessbauer@siemens.com>
Cc: "isar-users@googlegroups.com" <isar-users@googlegroups.com>,
	"Schild, Henning" <henning.schild@siemens.com>,
	"jan.kiszka@siemens.com" <jan.kiszka@siemens.com>
Subject: RE: [PATCH 0/6] imagetypes
Date: Thu, 31 Mar 2022 05:57:07 +0000	[thread overview]
Message-ID: <AS4PR10MB53183E220C0A326C04ADF103EDE19@AS4PR10MB5318.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <AM9PR10MB48694157DCFF4486DCE2091B89099@AM9PR10MB4869.EURPRD10.PROD.OUTLOOK.COM>

Moessbauer, Felix (T CED SES-DE), 8. März 2022 15:10:
> Hi Adriaan,
> 
> > -----Original Message-----
> > From: isar-users@googlegroups.com <isar-users@googlegroups.com> On
> > Behalf Of Adriaan Schmidt
> > Sent: Thursday, February 10, 2022 7:25 AM
> > To: isar-users@googlegroups.com
> > Cc: Schmidt, Adriaan (T CED SES-DE) <adriaan.schmidt@siemens.com>
> > Subject: [PATCH 0/6] imagetypes
> >
> > This series introduces image types and conversions as known from OE.
> > The main motivation is to provide a more flexible way of generating and
> > processing images, without the need to insert custom tasks (e.g., currently
> > we have custom classes adding tasks for things like bz2 or xz compression
> of
> > images in several downstream layers).
> >
> > These patches have been tested on some of our layers, and also work with
> > some more "challenging" use cases like image-in-image recipes and custom
> > image types brought by layers.
> >
> > It's not perfect (e.g., documentation is still missing). Also I added just
> the
> > bare minimum of conversions, so there should probably be follow-ups for
> > additional compressions, or things like checksums, which can also be nicely
> > done with this.
> >
> > - p1 prepares by removing image-type-suffix from image build directories,
> >   which enables sharing of the completed rootfs across image types
> > - p2 refactors the SDK, and makes it an image feature instead of
> >   a separate recipe (has been discussed here a while ago)
> > - p3 does the actual work, but keeps all original files
> 
> At least for wic images, the bmap files are now written to
> `<image>.bmap.wic`, instead of `<image>.wic.bmap`.
> This is at least an API change and breaks some CI and flashing workflows.
> Don't know if that is intentional, but I prefer to have it like before.

That was not intentional, and will be corrected in the next update.
Adriaan

> Best regards,
> Felix
> 
> > - p4 moves code to different files
> > - p5 adapts meta-isar
> > - p6 removes IMAGE_FSTYPES as a dimension in multiconfig. Now that
> >   we can build multiple types from one rootfs, multconfig is
> >   just the wrong way of doing this (also been discussed here).


      reply	other threads:[~2022-03-31  5:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10  6:24 Adriaan Schmidt
2022-02-10  6:24 ` [PATCH 1/6] image: remove IMAGE_SUFFIX Adriaan Schmidt
2022-02-10  6:24 ` [PATCH 2/6] image: refactor SDK Adriaan Schmidt
2022-02-10  6:24 ` [PATCH 3/6] meta: introduce IMAGE_CMD_* Adriaan Schmidt
2022-02-18 14:55   ` Anton Mikanovich
2022-02-10  6:24 ` [PATCH 4/6] imagetypes: restructure files Adriaan Schmidt
2022-02-10  6:24 ` [PATCH 5/6] imagetypes: switch meta-isar to the new scheme Adriaan Schmidt
2022-02-18 14:56   ` Anton Mikanovich
2022-02-10  6:24 ` [PATCH 6/6] meta-isar: remove IMAGE_FSTYPES from multiconfig definitions Adriaan Schmidt
2022-03-03 18:35 ` [PATCH 0/6] imagetypes Anton Mikanovich
2022-03-03 18:55   ` Henning Schild
2022-03-03 19:04     ` Schmidt, Adriaan
2022-03-03 20:46       ` Henning Schild
2022-03-04 17:54     ` Anton Mikanovich
2022-03-07  6:41       ` Jan Kiszka
2022-03-08 13:50 ` Moessbauer, Felix
2022-03-31  5:56   ` Schmidt, Adriaan
2022-03-08 14:10 ` Moessbauer, Felix
2022-03-31  5:57   ` Schmidt, Adriaan [this message]

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=AS4PR10MB53183E220C0A326C04ADF103EDE19@AS4PR10MB5318.EURPRD10.PROD.OUTLOOK.COM \
    --to=adriaan.schmidt@siemens.com \
    --cc=felix.moessbauer@siemens.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