From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449326914083487744 X-Received: by 10.28.12.129 with SMTP id 123mr257686wmm.31.1501661459502; Wed, 02 Aug 2017 01:10:59 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.23.94 with SMTP id n91ls416964lfi.9.gmail; Wed, 02 Aug 2017 01:10:59 -0700 (PDT) X-Received: by 10.46.80.84 with SMTP id v20mr2609561ljd.19.1501661459128; Wed, 02 Aug 2017 01:10:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501661459; cv=none; d=google.com; s=arc-20160816; b=ybG8cs2HkZOqbgiAaVCibyF80JYZf9aBua8yeV2yfygeE9/qEPy2dDeNkzwmGRi6XJ JNJmjFVrX0qV/IRebAKaTrwnGklpEnJpT8jRSlU9K+mM+d6MKqohX9J7xnQYf9A+fdQl UpbyL8SUprbqHx4Tg/dRID6tzCP14z5/6YtCVa2xna3C84SHkRXLvGTYDvgPn0D7ju1z L1xxW6CNvuz0wXrbkyQGb5zST0KqFy5ey8UMcp3KucKKXdrQfHfqIeA5FEASDu15Ir59 pukAlQuMv8ehBZHz50bT4NB9UEVbiVbAdm/CJxHN193s24uDF9yHKj0clp8ybBUVLRUH 4vdQ== 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:to:from:date:arc-authentication-results; bh=wbXMIto4MlxEX5h87Zi1vHi/lMZTf/+20Le+8GkXykE=; b=ztZCQLdhxR+9e+PrvwmfKgELx4dc+EpN1UXXIa6pk/copcl7XfuV1fErFZdR2/AEdM mgdsvgA/aoG0p6twCkkPpPkQFTpll89SzIPjgXkr7AQPWMuNeL4SE6bnXKDxIjEGtjsd sa+cl3WXSGShm42M9Jwwv//zv1u/BKnxujdJFHd6GqxLcIOWoeVb2m/ZqzxdPIR+XBnc fG9qtJHUUomlb1DaWQPaQjgDJ+ezZKS+zAeD8CMkQ3t+ATZOHL8vfJoj60VxVhE1ZYeN yyvJczkMW5hgsor065D/RFOejt8JNnCWvA+zhmyDeS7869TjK9LNlYlJG2NludSErQNW WuvA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 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 david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id k68si778475wmg.4.2017.08.02.01.10.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Aug 2017 01:10:59 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.14 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 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 david.siemens.de (8.15.2/8.15.2) with ESMTPS id v728AwSJ026061 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Aug 2017 10:10:58 +0200 Received: from md1em3qc ([139.25.68.40]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v728Awm6020861 for ; Wed, 2 Aug 2017 10:10:58 +0200 Date: Wed, 2 Aug 2017 10:12:53 +0200 From: Henning Schild To: Subject: Re: [PATCH 0/3] use local repo for multistrap and drop "dpkg -i" Message-ID: <20170802101253.0f2ba352@md1em3qc> In-Reply-To: References: 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: GplBlu1BZ3Cp This series breaks multiconfig, moving the pieces around results in the configs not beeing used anymore. I did not debug that yet, but just see this series as an idea where we could go. Henning Am Tue, 1 Aug 2017 17:24:05 +0200 schrieb Henning Schild : > This series introduces support for a local repository to be used > instead of "dpkg -i" after bootstrap. The do_populate task was > dropped. > > 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(-) >