From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449326914083487744 X-Received: by 10.46.83.65 with SMTP id t1mr2061239ljd.44.1501654608148; Tue, 01 Aug 2017 23:16:48 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.15.229 with SMTP id 98ls402299lfp.4.gmail; Tue, 01 Aug 2017 23:16:47 -0700 (PDT) X-Received: by 10.25.225.216 with SMTP id l85mr2295665lfk.23.1501654607693; Tue, 01 Aug 2017 23:16:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501654607; cv=none; d=google.com; s=arc-20160816; b=s5FPzrz9JsOgBZ2KzgZgzJ5+cDqI5GqaPX/UkPaOb21tRzbVrLzIU8w07A2JMx4Yqa eGfLIwy5+mLHujI5MZp2ozFYwQXnBl1+MsCAWJjbonk6uRRaTkMj498ZX8hqlBHoJmm3 cnZgi4QAWHvHGnsw2iYy+pxaXV5x7o/3I4MMoPUNcCKoWbleaAahOSeAUorQmSVJUHVz FYukE3vwUIi9EimU+/LGr568v3k2WuK/hHUHRQcd9dg828a8mWPZg08CPwHyc9j88+Hg jWuxrI5Tb9eAJAC9vwQ0GlLVJi6Ij2O/3NEQo7UMUI/de4lScZHWF4aUWLCcF/ws7KYA jncQ== 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:to:subject :arc-authentication-results; bh=1gC7n2QAC2f/F5OmpyiqvsXMVftQyZ+CMOooMUiMlK8=; b=IRLvvrH2UvX11n/0b8A4DACf4N8ZiBhvuykerezDJ492+SptJLX0o0870pQK7HDsnR 4D6/3ehxNQRndIyUQyRLYwNADiYTz1J/nynepv+m1MCXNJQ/4XUI5wKLQordWmTIFK6l XWt4Ck7L6WRC4X7fa4z5rvOnf8c2x3isUr9bXjFbg/DJOXsRFm5/2p5PjX9t51s9r+CY g0fxT6V0P9Fjx8fC1zCSCfiCYokNH0AnvlwrEbW02qkySLgp0fwkYle6H1OS0LF7rC7t D5nZBaxPefUf14ze6A2O79gSnYgnj8ruJG8YqUOtBlvHmGxBAbzBZvwnxgq7+RfpZiJW n1Wg== 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 jan.kiszka@siemens.com) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id z137si575425wmc.2.2017.08.01.23.16.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Aug 2017 23:16:47 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of jan.kiszka@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 jan.kiszka@siemens.com) smtp.mailfrom=jan.kiszka@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 v726Glnn022510 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Aug 2017 08:16:47 +0200 Received: from md1f2u6c.ww002.siemens.net ([139.22.117.54]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v726Gkfx013536; Wed, 2 Aug 2017 08:16:47 +0200 Subject: Re: [PATCH 0/3] use local repo for multistrap and drop "dpkg -i" To: "[ext] Henning Schild" , isar-users@googlegroups.com References: From: Jan Kiszka Message-ID: <1829ce20-c5b8-ec3c-f36b-fda83fc516ee@siemens.com> Date: Wed, 2 Aug 2017 08:16:46 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 5xYw+wq46nNw 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. 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(-) > -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux