public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: "Bezdeka, Florian" <florian.bezdeka@siemens.com>,
	"amikan@ilbers.de" <amikan@ilbers.de>,
	"Schmidt, Adriaan" <adriaan.schmidt@siemens.com>,
	"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Subject: Re: [PATCH v4 0/8] imagetypes
Date: Wed, 4 May 2022 13:32:59 +0200	[thread overview]
Message-ID: <080d979d-5baf-1619-f0c5-12d96724551e@siemens.com> (raw)
In-Reply-To: <3f4999c4ecc2c35ffc34ac19d78b9183f96e40b3.camel@siemens.com>

On 04.05.22 10:09, Bezdeka, Florian wrote:
> On Wed, 2022-05-04 at 10:51 +0300, Anton Mikanovich wrote:
>> 28.04.2022 09:06, Adriaan Schmidt wrote:
>>> 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.
>>>
>>> This only has a bare minimum of conversions (gz, xz), 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
>>> - 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).
>>> - p7 documents
>>> - p8 adapts start_vm tests
>>>
>>> changes since v3:
>>> - better handling of xz compression options (taken from OE)
>>> - fix IMAGE_FSTYPES append in qemuamd64-bullseye.conf
>>> - add patch to adapt start_vm to new image type and file names
>>>
>>> changes since v2:
>>> - fix bug where construction of IMAGE_BASETYPES was not recursive
>>> - add comment explaining IMAGE_BASETYPES
>>> - fix ISAR_CROSS_COMPILE exception for ubifs+armhf
>>> - use "IMAGE_CLASSES +=" instead of "INHERIT +=" in machine configs
>>> - fix whitespace errors in documentation
>>>
>>> changes since v1:
>>> - rebase
>>> - fixed naming issue in wic.bmap files
>>> - more reasonable default settings for xz
>>> - add documentation to user manual
>>>
>>> Adriaan Schmidt (7):
>>>    image: remove IMAGE_SUFFIX
>>>    image: refactor SDK
>>>    meta: introduce IMAGE_CMD_*
>>>    imagetypes: restructure files
>>>    imagetypes: switch meta-isar to the new scheme
>>>    meta-isar: remove IMAGE_FSTYPES from multiconfig definitions
>>>    docs: add new imagetypes to user manual
>>>
>>> Anton Mikanovich (1):
>>>    start_vm: update image types checking
>>>
> 
> [snip]
> 
>>>
>>>
>> Applied to next, thanks.
>>
> 
> My understanding is that all downstream layers have to update
> IMAGE_FSTYPES (mainly remove "-img"). Isn't that something that should
> make it into a changelog? Maybe into the "recipe API changelog"?
> 

Yes, please, that will help downstream a lot.

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux

  reply	other threads:[~2022-05-04 11:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28  6:06 Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 1/8] image: remove IMAGE_SUFFIX Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 2/8] image: refactor SDK Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 3/8] meta: introduce IMAGE_CMD_* Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 4/8] imagetypes: restructure files Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 5/8] imagetypes: switch meta-isar to the new scheme Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 6/8] meta-isar: remove IMAGE_FSTYPES from multiconfig definitions Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 7/8] docs: add new imagetypes to user manual Adriaan Schmidt
2022-04-28  6:06 ` [PATCH v4 8/8] start_vm: update image types checking Adriaan Schmidt
2022-05-04  7:51 ` [PATCH v4 0/8] imagetypes Anton Mikanovich
2022-05-04  8:09   ` Bezdeka, Florian
2022-05-04 11:32     ` Jan Kiszka [this message]
2022-05-04 12:19       ` Schmidt, Adriaan

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=080d979d-5baf-1619-f0c5-12d96724551e@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=adriaan.schmidt@siemens.com \
    --cc=amikan@ilbers.de \
    --cc=florian.bezdeka@siemens.com \
    --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