From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543937367387930624 X-Received: by 2002:a50:f291:: with SMTP id f17-v6mr7750432edm.11.1525365589583; Thu, 03 May 2018 09:39:49 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:f4e5:: with SMTP id v34-v6ls8944965edm.8.gmail; Thu, 03 May 2018 09:39:49 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpVfBZc8+7CPUvcVbt4mdUCnra+A4GzXNJQfWGb7n4cBe/CqF+xynxBcjJxBwEtyAWa3Vjr X-Received: by 2002:a50:a5c8:: with SMTP id b8-v6mr7728464edc.1.1525365589047; Thu, 03 May 2018 09:39:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525365589; cv=none; d=google.com; s=arc-20160816; b=c71bQ6OdMGuIEPaVbiEa4qygd0d86aWYmFSk3G/Y3XXEc2G/SUhWlgrDcyAfTynumd pRRUtoIaTXlDk4H6wfK2z+YG31+WVrtCoYs2Jf6LfMVp/ZyjDqkEgLk5cIrRJRusWef5 nzPnqmV2OHpv6YQdAxB18DsJN+j+agKP7uuqzScgqeb7Qn1YpQGuF1QcZYTQhF4ryIYs hOG2kdn7rSrQlj17tTgSn5HQkGFGBjrnLQnZ2tQHLJq5SgmCPgnBjsM864PNcD/Hax3l ylIk5HZ8lKh9nqN56tP4ZKlUHCRcp6iyDBWGQg9V1gr71bsFGLPJMDeMZlEHNokVsfQ1 yujA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=26XlxjuJ97oAhJhp6VpsJhzbajEcagZp2Z4q48e3nuc=; b=PZaxTI053wcTJirED63HnBkKHYL5cBRoyadM9gyAI1Dtmt4wBF7BVOCxNHiPB0JTkf 768h+hpTghsosFYkK4maAvgHWcP66yjkudsrvR5K1k28NEriB/Nyf8KxGlx6EfZjPFg1 0Yud5MUuU9MT2Eo38qGR9MNCiT0x2J9Y8r7CiLuAQI8TILD1P/NmDTd5Sooh97znnIpB qqLFfbK16efj3GkY+xa1ROolrbcVJqlM486P1KFB1bX2ktHzceU4pFYhabnAcQlxKZAK X4ih2ACLbgdshu9Oo89cs4Sp+pAe00ul0BvX60dhqJIXi1/EnCYdv7xUbg67nyBiMZVn W+Fw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id r7-v6si524591edc.5.2018.05.03.09.39.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 May 2018 09:39:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w43GdiHk027639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 3 May 2018 18:39:47 +0200 Subject: Re: [PATCH v2 00/16] wic integration To: Henning Schild Cc: isar-users@googlegroups.com References: <87bf460d-034c-d3ec-3027-2698f728ca17@ilbers.de> <20180503183244.68403f81@md1pvb1c.ad001.siemens.net> From: Alexander Smirnov Message-ID: Date: Thu, 3 May 2018 19:39:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180503183244.68403f81@md1pvb1c.ad001.siemens.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: JKJKO6ruBWvN On 05/03/2018 07:32 PM, Henning Schild wrote: > Am Tue, 1 May 2018 22:23:01 +0300 > schrieb Alexander Smirnov : > >> 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? Alex