public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: Alexander Smirnov <asmirnov@ilbers.de>
Cc: <isar-users@googlegroups.com>,
	Claudius Heine <claudius.heine.ext@siemens.com>
Subject: Re: [PATCH v2 00/16] wic integration
Date: Fri, 4 May 2018 11:30:46 +0200	[thread overview]
Message-ID: <20180504113046.613854d0@md1pvb1c.ad001.siemens.net> (raw)
In-Reply-To: <cc8f7db3-4bab-36d4-8410-e524d6dec2e4@ilbers.de>

Am Fri, 4 May 2018 11:32:20 +0300
schrieb Alexander Smirnov <asmirnov@ilbers.de>:

> Hi,
> 
> On 05/04/2018 11:16 AM, Henning Schild wrote:
> > Am Thu, 3 May 2018 19:39:39 +0300
> > schrieb Alexander Smirnov <asmirnov@ilbers.de>:
> >   
> >> On 05/03/2018 07:32 PM, Henning Schild wrote:  
> >>> Am Tue, 1 May 2018 22:23:01 +0300
> >>> schrieb Alexander Smirnov <asmirnov@ilbers.de>:
> >>>      
> >>>> On 04/13/2018 05:18 PM, Henning Schild wrote:  
> >>>>> This series does the follow things:
> >>>>>
> >>>>> 1. revert all changes that where made to wic so Isar uses an
> >>>>> unmodified version of it
> >>>>> 2. Introdcue an image-class that will create wic images
> >>>>> automatically 3. enable testing that in CI
> >>>>> 4. update docs
> >>>>>
> >>>>> Patches 1 to 7 just deal with getting back to an unmodified
> >>>>> version of wic.
> >>>>> Patch 11 - the big one - provides the real functionality.
> >>>>>
> >>>>> I will provide some more information on what is going on here by
> >>>>> replying to p11.
> >>>>>
> >>>>> Major changes to the first series:
> >>>>>     - rebase on recent Isar
> >>>>>     - wic is now running in buildchroot, as root
> >>>>>     - calling wic manually not supported any longer
> >>>>>     - distros before stretch are not supported either (see p11
> >>>>> discussion for why)
> >>>>>     - CI can now test wic for the first time  
> >>>>
> >>>> Applied to next, thanks!  
> >>>
> >>> Thank you. I have one outstanding change i wanted to squash with
> >>> p11, originated from a review from Claudius. Should that get
> >>> squashed or go on top?
> >>> https://github.com/henning-schild-work/isar/commit/75bbea59fe2e4174f4eaf0f782792d208672fad6
> >>>      
> >>
> >> I'd prefer on top, could you please send this patch on the list?  
> > 
> > And now i remember another "open" point. Claudius suggested to split
> > the forking of the plugins into two steps. One that just copies
> > them, and a second to apply the Isar-specific changes.
> > That would make it easier to see what needed to change to make them
> > work under Isar, which could become increasingly interesting when we
> > version-bump our wic some day.
> > 
> > I could do that on top as well, sort of two no-op patches. But in
> > this case a rebase would probably be the better option. Or we do
> > not do that at all. How would you like to proceed?
> >   
> 
> If you specify the commit to drop and provide two patches, I could
> force the history.
> 
> But in general I'd prefer updates-on-top, because this way has lower 
> probability of mistake. I know that current head is fully functional
> and incrementally tested. If something is updated in the middle of
> history - I have to check that this doesn't corrupt patches above.

I just sent two patches on top. Applying both is a no-op and they might
help understand what is Isar-specific in the forked files.

Henning

> Alex


      reply	other threads:[~2018-05-04  9:51 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-13 14:18 Henning Schild
2018-04-13 14:18 ` [PATCH v2 01/17] Revert "wic: Make the bootimg-efi plugin generate usable images" Henning Schild
2018-04-13 14:18 ` [PATCH v2 02/17] Revert "wic: Introduce the `WicExecError` exception class" Henning Schild
2018-04-13 14:18 ` [PATCH v2 03/17] Revert "wic: Work around mcopy error" Henning Schild
2018-04-13 14:18 ` [PATCH v2 04/17] Revert "wic: Use sudo instead of pseudo" Henning Schild
2018-04-16 10:44   ` Andreas Reichel
2018-04-16 10:53     ` Andreas Reichel
2018-04-16 10:57     ` Henning Schild
2018-04-13 14:18 ` [PATCH v2 05/17] Revert "wic: Remove sysroot support" Henning Schild
2018-04-13 14:18 ` [PATCH v2 06/17] wic: now truly go for the wic version we claim to have Henning Schild
2018-04-13 14:18 ` [PATCH v2 07/17] Revert "isar-init-build-env: Add /sbin to PATH" Henning Schild
2018-04-13 14:18 ` [PATCH v2 08/17] classes: image: introduce size measuring function, for before do_*_image Henning Schild
2018-04-13 14:18 ` [PATCH v2 09/17] meta/image: Fix broken variables KERNEL_IMAGE and INITRD_IMAGE Henning Schild
2018-04-16 10:45   ` Andreas Reichel
2018-04-13 14:18 ` [PATCH v2 10/17] isar-init-build-env: make ISARROOT available in bitbake Henning Schild
2018-04-13 14:19 ` [PATCH v2 11/17] images: New class wic-img for wic intregration Henning Schild
2018-04-13 14:44   ` Henning Schild
2018-04-16 10:17     ` Claudius Heine
2018-04-16 10:25       ` Henning Schild
2018-04-16 10:31       ` Andreas Reichel
2018-04-13 14:19 ` [PATCH v2 12/17] wic: Add pcibios boot plugins and wks files Henning Schild
2018-04-16 10:52   ` Andreas Reichel
2018-04-16 11:48     ` Henning Schild
2018-04-13 14:19 ` [PATCH v2 13/17] scripts/start_vm: Enable booting of full disk images Henning Schild
2018-04-16 10:33   ` Andreas Reichel
2018-04-16 11:46     ` Henning Schild
2018-04-16 13:24       ` Andreas Reichel
2018-04-13 14:19 ` [PATCH v2 14/17] multiconfig: Switch qemuamd64-stretch to using wic by default Henning Schild
2018-04-16 10:25   ` Claudius Heine
2018-04-16 10:32     ` Henning Schild
2018-04-13 14:19 ` [PATCH v2 15/17] multiconfig: Switch qemui386-stretch " Henning Schild
2018-04-16 10:35   ` Andreas Reichel
2018-04-16 10:43     ` Henning Schild
2018-04-16 10:51       ` Henning Schild
2018-04-16 10:56         ` Claudius Heine
2018-04-13 14:19 ` [PATCH v2 16/17] docs: Change according to recent patches Henning Schild
2018-04-13 14:19 ` [PATCH v2 17/17] scripts/vm_smoke_test: double the timeout we wait for qemus Henning Schild
2018-04-16 10:47   ` Andreas Reichel
2018-04-16 11:45     ` Henning Schild
2018-04-25 15:53 ` [PATCH v2 00/16] wic integration Alexander Smirnov
2018-04-26 11:26   ` Henning Schild
2018-05-01 19:23 ` Alexander Smirnov
2018-05-03 16:32   ` Henning Schild
2018-05-03 16:39     ` Alexander Smirnov
2018-05-04  8:16       ` Henning Schild
2018-05-04  8:32         ` Alexander Smirnov
2018-05-04  9:30           ` Henning Schild [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=20180504113046.613854d0@md1pvb1c.ad001.siemens.net \
    --to=henning.schild@siemens.com \
    --cc=asmirnov@ilbers.de \
    --cc=claudius.heine.ext@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