From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652665106569101312 X-Received: by 2002:a1c:b4c1:: with SMTP id d184mr41817wmf.9.1549301637739; Mon, 04 Feb 2019 09:33:57 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:6812:: with SMTP id w18ls3549392wru.1.gmail; Mon, 04 Feb 2019 09:33:57 -0800 (PST) X-Google-Smtp-Source: AHgI3IYXEXLRvXA7V+M9ZXPl0k4lkj9gQ0muAComZ3UYtMLnFw8kWS/ZVCFZN7qttwmRTSCZ1oq2 X-Received: by 2002:adf:e507:: with SMTP id j7mr37716wrm.12.1549301637355; Mon, 04 Feb 2019 09:33:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549301637; cv=none; d=google.com; s=arc-20160816; b=BsFpjh4Wzw1gfJZikUGntbZKZozNZd59lhkdefOEO6Ud+IV/J0Sf0duntwX1sP88+i 26SI6gqzdw6YGl+oBg9pr7q9r6TSjVofKYxfZdV/yGwlEorbgIxCC21vRPxPScaPln7k aYfvp/Hy2C6uwRqgCYUZlhs/PfboIAXxxdASTbmb4qL3Ypws8MhTjoYR0Uy4TVhA3NO5 iqG5SG33CrmDOGe8OW+/VApF7pEqbaBD0mOP30c6kPl2JCmsk5EbTXdYuCGeuQFlvbBM Vg8oSXd+z2jgP9owlKGOSY1JxtFF+03qYI6IdX7t7yCIIP17vdYby7BNtvz3dOd7Xpl/ SzXA== 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:organization:from:references:to:subject; bh=+Tqs8zJgYvl35XgPb+IvoFx6EHn8F/lIOFnUdskJFPo=; b=ZjrIGvk90FhS9wadvff1iKHwSz5HtyB0hMFISCkkVYFJVef1uJDeMaP7oRvwCBddt/ OiA2e2r3if9r6Olj93BFv4Z/BtGiTimnQu++8DU39wn6kC3rJ1u4Ob/G2FrJt7KHv4Py BSGM/2S52N2O5MouVl8WECh1UbYBEiy7gLaOB7Nagd2/PzDfd6sz4ECXJ9fhUR2SzJXT hHSaxqDWQSnDa04SvtEUErtLh/JyeY2P/OENRnBBa1HLCfkWubAvpd/C0F9/wa6eo9Lm JzFbFeLC7Jqx31uKQ38pG69VPS8dtGPlzeGfkog4rea6u3aayZG9zU7HCkzChg4HUMgh qx4g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id q63si525891wme.2.2019.02.04.09.33.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Feb 2019 09:33:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of mosipov@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 mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.163] (d51A48A80.access.telenet.be [81.164.138.128]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id x14HXsnu002495 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 4 Feb 2019 18:33:56 +0100 Subject: Re: [PATCHv4 9/9] ci: remove "hello" from the offline build, it fails To: Henning Schild , isar-users@googlegroups.com References: <20190131164244.9169-1-henning.schild@siemens.com> <20190131164244.9169-10-henning.schild@siemens.com> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: <6014d4ad-3594-050d-4753-74ea7dd21633@ilbers.de> Date: Mon, 4 Feb 2019 18:33:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190131164244.9169-10-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: zx/KLhy4afA4 Hi Henning, I'm OK with your approach/series except this patch as this patch just hides the problem from CI build and will immediately pop up in any own user's offline build. So I suggest to drop from the series patch "local.conf: enable rebuilding "hello" for all distros" until limitation with offline builds will gone. Thanks, Maxim. On 1/31/19 5:42 PM, Henning Schild wrote: > From: Henning Schild > > The recipe uses "apt://" fetching which is not yet supported in the > cache. This patch should be reverted once we cache sources as well. > > Signed-off-by: Henning Schild > --- > scripts/ci_build.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh > index f3523e8..63e3d21 100755 > --- a/scripts/ci_build.sh > +++ b/scripts/ci_build.sh > @@ -97,6 +97,8 @@ if [ -n "$FAST_BUILD" ]; then > while [ -e bitbake.sock ]; do sleep 1; done > sudo rm -rf tmp > sed -i -e 's/#ISAR_USE_CACHED_BASE_REPO ?= "1"/ISAR_USE_CACHED_BASE_REPO ?= "1"/g' conf/local.conf > + # this packages uses a feature that does not yet work in cached mode > + sed -i -e 's/ hello//g' conf/local.conf > bitbake $BB_ARGS \ > multiconfig:qemuarm-stretch:isar-image-base \ > multiconfig:qemuarm64-stretch:isar-image-base \ > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov