From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449326914083487744 X-Received: by 10.25.208.195 with SMTP id h186mr2318168lfg.22.1501661592310; Wed, 02 Aug 2017 01:13:12 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.27.71 with SMTP id b68ls330072lfb.25.gmail; Wed, 02 Aug 2017 01:13:12 -0700 (PDT) X-Received: by 10.46.88.26 with SMTP id m26mr1184299ljb.32.1501661592065; Wed, 02 Aug 2017 01:13:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501661591; cv=none; d=google.com; s=arc-20160816; b=UMb/aUs6/UA4r/btm/lpoPbPx7szjXsivFtgRj/KZwotZGvYHUHNAnEztWDOCayEi7 GwTpJ/jvzQJFGfpFwimmNUnu7VGKBYhRNeuTdlKVQqrSUYdCPNTvxwoCG1eFHmWI6BQ/ Am6UbHXH2g8xZ0xNtSiLs3qXwAtucHbaWAEhc9Pk5OnGhF1gTCCusIMdLnxiKlE3qkYv Grjk2EjPkmbv7I7tr6GswBAkZjFZS/OWuttYVvhs5K3TbyppiPly+qmxX+VvsLx2exPV tfRGuDLR84CKByX145ChMOg6nRNnPLgFPfEDp65xk/mGtJ+BwtuMqiY1gY/IE3RG/v8t zlTw== 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=rXC1+pTHRdurXWX2H1fdFrHCvGqQEYOvVmwbpThliTw=; b=kqC3Y7OU1a0NOBMuhmc978rgG517aYe+WlKNYvjbAYQT9zd5LzCb804A6Fbh1/IY5W ZiN4vnGWRUk/bjkWuX43DzBzcs90o1Q8rg2SHEOdohXU2ywdCk9hvq2kBu7+d2kfnPN3 mPbe2/XvHpqlOoaXpRs0ITzBf5v1GBP/p15z7lMxXZZs0WsgRVupicft53Jeq1NZ8IBh SEFqd2IrklzQCgxYfurR9ax2BHHZFgSa7wuUZWOwZMC16YFtZc9qHkNv5NJImABjh4CA Dq/KfNLzm885E713q+UENecdgraEWzZ24JWT+MG0RS/qyu5WQKF6bBrNPabJr0OCvrij 7jUg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 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 goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id j203si780484wmg.1.2017.08.02.01.13.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Aug 2017 01:13:11 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v728DBEZ026282 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Aug 2017 10:13:11 +0200 Received: from md1em3qc ([139.25.68.40]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v728DBcF032610; Wed, 2 Aug 2017 10:13:11 +0200 Date: Wed, 2 Aug 2017 10:15:06 +0200 From: Henning Schild To: Claudius Heine Cc: "Jan Kiszka" , Subject: Re: [PATCH 0/3] use local repo for multistrap and drop "dpkg -i" Message-ID: <20170802101506.776d4b34@md1em3qc> In-Reply-To: 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: yNFO0+p2/07Z Am Wed, 2 Aug 2017 09:04:36 +0200 schrieb Claudius Heine : > On 08/02/2017 08:16 AM, [ext] Jan Kiszka wrote: > > 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. > > That would just archive your own packages though. > As we discussed offline, it would be nice to fetch all required > packages into an local repo first and then use just this repo to > install everything to the rootfs/buildchroot. This way you would not > depend on the package archiving from upstream. But I currently don't > know how to do that. Maybe we should look into what is possible with > [1] and integrate it into isar. Multistrap has something called retainsources i am hoping that will help once we do everything with multistrap and drop any rootfs-changes after it. Henning > Cheers, > Claudius > > [1] https://launchpad.net/python-apt/ > > > > > What would be a strategy to enable multiple Debian repo sources on > > top of that? > > > > 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(-) > >