From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6519007876157014016 X-Received: by 10.80.202.11 with SMTP id d11mr486267edi.9.1518101966586; Thu, 08 Feb 2018 06:59:26 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.204.215 with SMTP id b23ls2384782edj.8.gmail; Thu, 08 Feb 2018 06:59:25 -0800 (PST) X-Google-Smtp-Source: AH8x226MS/aDbErFsBDvN3A48zAsFDIG3FISdSJzw4Q02AqJqZfws7Slq1z/NHrocbJW2x/cmpwW X-Received: by 10.80.186.135 with SMTP id x7mr489963ede.0.1518101965980; Thu, 08 Feb 2018 06:59:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518101965; cv=none; d=google.com; s=arc-20160816; b=tqSfvTheIKeGw7p6vEH5Xt1NOnmTAQHTyUffXfbfKHK/uxjd6AAhmIEONHknbXfrVC /HMnG84kNH6717XHWnj/NWi1opJ2DPB+5+RpBVaj/arC2AXsKBldj3TG+d0UaV3JM+kT IYT+pfToh6HR3zVjMCN/MRr5Dholf6gzuhb+tWii0UNxGrXaMtNGQs3MaVVRYKkUOlPz guwHVRsVNrF+Tzsa+NU0TKRoS8XMMuY6b4LMmZYneN1qcde4i8dsfANB3LKsVJ94k295 FzlxfU6VeGXDFOg4GbN73XSkZnAmjTvXBLyG6IblRyTBAXqQuTd1QjACIO6uF5/Uf/4m 5Ppg== 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=RCrvcIgt2rWPc3pNGi1ub4c/N+BOXz9P47+o2FUSwEc=; b=i151LDsimI7asUqXTvNiZomvaj1S9IbjPay9ND2rBDtmJ/+4Bpwa5j7snRMeiUPCVV OP/xSdig0B38QQgV0dKWg/UEs0DdwagaYKX882rcs3KMHlX9sKi2WOXsfgoB0POiIrO2 PDamHH6NDoUeUAweC3dZFqy6PUaO+Dz+3SmiLIiqeJIB5WMiOgfq0ey7RRGAOVCD7akY o8rv8b1sXhvnDDijg4oewJD0Vmsk7xJxpzEBHYW823RxDcIBUHXWRLYRCRqZGEp9UQYH rQiAPwuXV8z/nBzG3sv03f8m5NctF5l7+OyGLS2ICQ87FAOrByix1F4iigzqLeiFH1Na IVxQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) 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 z17si9363edz.1.2018.02.08.06.59.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 06:59:25 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) 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 w18ExP89017915 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 8 Feb 2018 15:59:25 +0100 Received: from mmd1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40] (may be forged)) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id w18ExPmU010434; Thu, 8 Feb 2018 15:59:25 +0100 Date: Thu, 8 Feb 2018 15:59:24 +0100 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH 0/5] Rework isar-apt v2 Message-ID: <20180208155924.6a22ec98@mmd1pvb1c.ad001.siemens.net> In-Reply-To: <20180205095931.23903-1-asmirnov@ilbers.de> References: <20180205095931.23903-1-asmirnov@ilbers.de> X-Mailer: Claws Mail 3.15.0-dirty (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: EVYSkVbfK5Nj Hi, if that is the series that went into next already, it can not deal with IMAGE_INSTALL not containing any recipes. In that case we do not built a buildchroot and at install time we do not have a repo for the image-rootfs. > W: Failed to fetch > copy://builder/build/tmp/deploy/apt/debian-stretch/dists/isar/main/binary-amd64/Packages > Failed to stat - stat (2: No such file or directory) The easiest solution is probably to call do_cache_config independant of whether we will actually fill it with packages later. Henning Am Mon, 5 Feb 2018 12:59:26 +0300 schrieb Alexander Smirnov : > Hi all, > > this series intended to make buildchroot able to work with isar-apt. > I've tried to add extended comments to each patch. > > Impact: with this series I'm able to build 'example-hello' <-> > 'libhello' without any hacks. So the deps are installed automatically. > > Changes since v1: > - The bitbake was updated to the latest upstream version > - In build.sh the only isar-apt is updated > > > Alexander Smirnov (5): > Update isar-bitbake.conf according to the changes in bitbake related > to multiconfig support. > isar-apt: Introduce separate recipe > buildchroot: Enable isar-apt > build.sh: Update apt sources > build.sh: Force 'yes' for apt > > meta-isar/conf/local.conf.sample | 5 +- > .../recipes-core/images/files/distributions.in | 3 - > meta/classes/dpkg-base.bbclass | 12 +++- > meta/classes/image.bbclass | 67 > +--------------------- > meta/classes/isar-events.bbclass | 20 +++++++ > meta/conf/isar-bitbake.conf | 1 + > meta/recipes-devtools/buildchroot/buildchroot.bb | 7 +++ > meta/recipes-devtools/buildchroot/files/build.sh | 13 > ++++- .../buildchroot/files/multistrap.conf.in | 8 > ++- .../isar-apt/files/distributions.in | 3 + > meta/recipes-devtools/isar-apt/isar-apt.bb | 29 ++++++++++ 11 > files changed, 92 insertions(+), 76 deletions(-) delete mode 100644 > meta-isar/recipes-core/images/files/distributions.in create mode > 100644 meta/classes/isar-events.bbclass create mode 100644 > meta/recipes-devtools/isar-apt/files/distributions.in create mode > 100644 meta/recipes-devtools/isar-apt/isar-apt.bb >