From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6626610426828292096 X-Received: by 2002:a2e:8199:: with SMTP id e25-v6mr949438ljg.15.1542878124423; Thu, 22 Nov 2018 01:15:24 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8910:: with SMTP id d16-v6ls1143371lji.14.gmail; Thu, 22 Nov 2018 01:15:23 -0800 (PST) X-Google-Smtp-Source: AFSGD/X2g0jXQCiGcFvWA9U8kUmfjmfe6l8h4u9Pv0Y1aCGWDch9aq6ENssr7drprAb5KZuq4C+r X-Received: by 2002:a2e:6c0c:: with SMTP id h12-v6mr950895ljc.9.1542878123978; Thu, 22 Nov 2018 01:15:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542878123; cv=none; d=google.com; s=arc-20160816; b=zj45VgJDS4dd/kh7vCp3wvonZzY2QdWdgFlCXDHarTjQ4364V/qFoqbnnKyd1olJ1f SAVFu5/PliO0SR4Gf6o9cP2/87uMaWVW/Un36CAFjotQMAGn9tN8v3bt+S30MYl5n1+T tpLK784FlzR12LQEuOViqLLbB5+75ZQR2BxMHWo1JQyD7AgY//HdPMpT/+hL/U0Gjgsg 5lET62/EP4gLbNmkdpQQECEHcDSvOVaTMfHdTkGubsR8B7JZwLdVYDzfFmrHqAUyN+bf eysBfWY07MIqmaXmrRT8gkoQgfbZ1bEzi4yyNH3yS8zszIwkkSr+sZKm++EqrtvoZD77 W++w== 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; bh=lkVkNVqbvE1tddLFBc0HTXvwvC5adgRWB2laM+h2tFQ=; b=pfqTZP7W7MZxcvHOUPMIpK/kONOA8JzEZbLQ8T/WGhGfwSZQtFT1PJWJb5qwkKdTyf aLcM/DXxiXEdbwpG1C6G/GmE8ryNjXwTSmfqa1IGWqynX2VAiJ3bnOjtm6ydUZ5PmmWh KyrxY6/eZ9dbuz2vm56t3vMzEc5ip8EaFzvC3H0yvVojXHrCnvndlJVeje1TM/IH85bN KwFJ3XsoR4tYEsLqg5ZhfkDHFjmANiuOqLX37j9L5K9Ae6HQipO8wGkpOJIi/RGnJ278 wIrEWNGiRcKgoSuIsq3VPOXaEAWCjHs6w5jONfrhsPq6eP7XfcgN7c63surHxYYQtmjJ goxg== 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 y18si1673601lfe.3.2018.11.22.01.15.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Nov 2018 01:15:23 -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.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id wAM9FMVG028871 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 22 Nov 2018 10:15:23 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.187]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id wAM9FM2l003259 for ; Thu, 22 Nov 2018 10:15:22 +0100 Date: Thu, 22 Nov 2018 10:15:22 +0100 From: Henning Schild To: Subject: Re: [PATCH] scripts/ci: rebuild recipes based on dpkg-base Message-ID: <20181122101522.40d3cf82@md1za8fc.ad001.siemens.net> In-Reply-To: <20181122091245.20694-1-henning.schild@siemens.com> References: <20181122091245.20694-1-henning.schild@siemens.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: BjuWRZGpMYKV This will fail on current next. It depends on "meta/dpkg-raw: build raw packages like all others" or "[PATCH v2] meta/dpkg-raw: do_install into a fresh directory every time" but the second should probably not be used. Henning Am Thu, 22 Nov 2018 10:12:45 +0100 schrieb Henning Schild : > This commit adds rebuilding to CI and shows the current rebuilding > issues in Isar. After they are fixed it will be a general improvement > to CI to make sure we do not run into similar problems again. > > Signed-off-by: Henning Schild > --- > scripts/ci_build.sh | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh > index d2ed6fe..dc093ec 100755 > --- a/scripts/ci_build.sh > +++ b/scripts/ci_build.sh > @@ -102,3 +102,7 @@ else > # qemu-user-static of <= buster too old to build that > #multiconfig:qemuarm64-buster:isar-image-base > fi > + > +echo -e "do_fetch_append() {\n\n}" >> > ${ISARROOT}/meta/classes/dpkg-base.bbclass + > +bitbake $BB_ARGS multiconfig:qemuamd64-buster:isar-image-base