From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449326914083487744 X-Received: by 10.25.25.83 with SMTP id 80mr2151965lfz.21.1501661352087; Wed, 02 Aug 2017 01:09:12 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.211.200 with SMTP id k191ls408712lfg.38.gmail; Wed, 02 Aug 2017 01:09:11 -0700 (PDT) X-Received: by 10.25.217.74 with SMTP id q71mr2159450lfg.27.1501661351633; Wed, 02 Aug 2017 01:09:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501661351; cv=none; d=google.com; s=arc-20160816; b=0014tHBlPEFye4Sd2KBlQdl035XcyFaUYYOfd6IxLekNZWCNlJtJeZwE8frh1TjmJT WDNXKppkyMBruTL/zm7XqFLsJgogev+47/USQGmediGv8Jx5uyGwgzFVbkLDq3hZE3GI cleeQwkx+wz5vynKS33kVIgr2HCN29/iQ7oiHLhVs7FHn84eoeSxhUONwwLXSYarSB3/ NeidgQ1PZetOOhtcm3qqaYQ5NEdlsWa/aRrRnhsjgeaUgxncakTe4+9iOy1smX/lQObm 9M166QHq8ZuAzuqjsBrYoPC5p8u1Gi/8QAbR+3qb31PFun+bAbO/jitjkpVcbwBZZr1F /vIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=P2Zeb7gCHbjDeQ9AfguPi5Z7Dk9ZYw/aOXu4w4OjaFU=; b=deyTNWr7x1f1TlR1bmkZyoelLKtiCcnvl4a8nW7E8jTzII/o2HZsUMk36HDPvA2Sln 8MieF3aylvTEqHhcW7Q83yWIInGJcG7YBitJo+kTBSh00TzGfxZHIIuTPZsiGSu5rtjo jCNqoo7MzYnsjmCwzPkdCZiURoFYKV4cXOug/fXHsd7d56TVcbn2Jdw9RHOkukR5qGxi GBvWC5VaTigXWCPrS0gjNgnIWbL6J7fmExQRVxSr/Tmbkoa9Pv5cTCmq4Kn6qZ1E+N2j 5tatsP4mr+sipZHNZ0JigwFBv5av+HHd/Mnu6o3ZvsV7YAQP6qRmdU+aUkFC9Bq6ktce F/3g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id h133si952861wmg.2.2017.08.02.01.09.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Aug 2017 01:09:11 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id v7289BdX012725 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Aug 2017 10:09:11 +0200 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v7289Bk4032496; Wed, 2 Aug 2017 10:09:11 +0200 Date: Wed, 2 Aug 2017 10:11:05 +0200 From: Henning Schild To: Jan Kiszka Cc: Subject: Re: [PATCH 0/3] use local repo for multistrap and drop "dpkg -i" Message-ID: <20170802101105.57e4ae84@md1em3qc> In-Reply-To: <1829ce20-c5b8-ec3c-f36b-fda83fc516ee@siemens.com> References: <1829ce20-c5b8-ec3c-f36b-fda83fc516ee@siemens.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: iQicq1GLpTKj Am Wed, 2 Aug 2017 08:16:46 +0200 schrieb Jan Kiszka : > On 2017-08-01 17:24, [ext] Henning Schild wrote: > > This series introduces support for a local repository to be used > > instead of "dpkg -i" after bootstrap. The do_populate task was > > dropped. > > I think this also provides a nice path to extract all packages for > archiving purposes and replay installations from them. Something like that could be done on top. After multistrap is done we probably have all the used debs lying around somewhere. > What would be a strategy to enable multiple Debian repo sources on top > of that? That would require adding sections to multistrap.conf and enabling them in the global section. Splitting multistrap into a configure_multistrap and multistrap is heading in this direction where one could hook in and manipulate the config before the run. > Jan > > > It is based on the previous series i sent but it should not be too > > hard to rebase it. Please let me know if it should be rebased. > > > > Henning Schild (3): > > classes: images: remove cyclic "inherit" > > classes: move rootfs into image class and split into tasks > > classes: image: remove populate and replace it with a custom repo > > > > .../recipes-core/images/files/multistrap.conf.in | 10 ++- > > meta-isar/recipes-core/images/isar-image-base.bb | 43 > > +----------- meta/classes/ext4-img.bbclass | > > 4 +- meta/classes/image.bbclass | 76 > > +++++++++++++++++----- 4 files changed, 75 insertions(+), 58 > > deletions(-) >