From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6519007876157014016 X-Received: by 10.202.61.134 with SMTP id k128mr6676222oia.114.1517824799848; Mon, 05 Feb 2018 01:59:59 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.202.242.85 with SMTP id q82ls189848oih.19.gmail; Mon, 05 Feb 2018 01:59:59 -0800 (PST) X-Google-Smtp-Source: AH8x227WSaJFjEHnj5O0gtCIjGAo8XNxwQMh4kFhvIiOljilpRBn9Vs0vvtOVwsEJ6xUy7tbwQXe X-Received: by 10.202.188.11 with SMTP id m11mr8912319oif.108.1517824799534; Mon, 05 Feb 2018 01:59:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517824799; cv=none; d=google.com; s=arc-20160816; b=g4r+0Xd5bZhWmUlbNp1CI+A63vYpXlV0YbCQMAlj/bTTldl2EAh+lMAbr0BYvds3AS kTARh7ULrMiGqEDCuPVI0RKOYjYc/wKVYYNznPzcoYLmLpY9KiqCxUOISp+aUH+0sblX cOypaY6F7cECIWXzf8gRGmQXvpUgakgyiHkxwvJhtTELMO21jpDTZEVDomHSHVVr9w+7 WVC25oly2R8I/hXzlPdWKHjFThHGjmsMk9t3EX/xrzdBG9Y0wFqQ4te2TrMiauiD56Id pNTXfu1oVFug+7pLUy5Yf72oj6ylWRRWoLuu0+PLNltmGyCL2gS/ghyEP5lJ5niyFHGP cT2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=xYfI7TARwMKWnkas7EZmUKYescG4FSsjCCjk4XX2ydc=; b=K6dJ7Tr1ZB29O3H8g6GWQ7zRN1+bBHUdsUo0SN7uVznsM5yWMNvNi8Jw9ebAzfG5eA 8C6oxfmpW5n6Rt9xra1GT+1VZSUl7N6q9V/7t3K1bgVcCbfYUD24i9hZf38wUaTqMBuq 7xu3lay/tPUOz9ayc9aFQyXm6n+2ftbEbVPjc1g2pS6dCxVTP5Hj+FC0br6MjPcbS0R0 HkN6bfMoNOPn7wWb8aMb17SoJmoljA4/ZJzvC1krOWOvvB8WlOGT+XpWC3J+crSIEbeL bQIwCOASp0j4U6I1G1USbxpfjj9me49aA1Ua+owhLdSGi1Rj3+O8z48MlrbkwyUvzg0D YPCg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id b8si412160otb.3.2018.02.05.01.59.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Feb 2018 01:59:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w159xeC8024415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 5 Feb 2018 10:59:46 +0100 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 0/5] Rework isar-apt v2 Date: Mon, 5 Feb 2018 12:59:26 +0300 Message-Id: <20180205095931.23903-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: JF01u3C4bXGo 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 -- 2.1.4