From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6463052406736289792 X-Received: by 10.223.166.240 with SMTP id t103mr1525172wrc.31.1505463076187; Fri, 15 Sep 2017 01:11:16 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.216.78 with SMTP id p75ls180612wmg.15.canary-gmail; Fri, 15 Sep 2017 01:11:15 -0700 (PDT) X-Google-Smtp-Source: AOwi7QCNqUfjdiFOQL8ebQozJtPp/WioQIYRHklPyZgcnJaJyKFhrffnTEPZy5DGhb4sFmwO3klS X-Received: by 10.28.135.132 with SMTP id j126mr75821wmd.0.1505463075758; Fri, 15 Sep 2017 01:11:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505463075; cv=none; d=google.com; s=arc-20160816; b=WXHcifQ3t34gvRkDgejTletY6tqM74sJ1628rG6JtwD6v4u7nqQ46TXw3E77+xEoPC 6wq9SozCAslC7LfN1UnjovUrafjo6HEbhaLV+eVXSRnELlml7U8TDkjtU5fyXAr/Qnxv keqssiY1gb+eIz8fgrwN+mOi7pRCkSR2hdzOnKoGaPqSISRrot6+hv4JRQoWWyz12hrg 1JrD7jQUnWEwMMIq1G0kwilDi04PGjWW+BEaKYhNR32ljHFRkzvFQiwweAYyE02R2MfE SYGAQ/UR1ReX6ALGHRx9SLZJMtM8DHp7wiTQYHGMBwUbYgr7LbT/X0o6t3gijE7j/UEq fWiA== 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=IAzpj8Yzl9i2AdUL2D7eKzovKmB0i2x7mr43OQE/FrI=; b=qBb/lfvGfMXEJI1SHA5Dhq5tMtj3sWLTkkoc5NI8A8EL0NRtN/xcKfZ9cCaPYxtN8k YMM0KbAcn7Sn2H9q0EdJ9xtuSMP2rMU+v1QNtFZzwDigYLlHtUlX+vCUzW97Zxq15Z/e Q5b7Zo8QY1EMHiWx4fAVo8mPjs0w54NbkeInC5qMpLxOjux5XbKRw98yogZsMdqgl81x BuL8n2C2SRq49U7ZBtL5P09G03DEQJ9GkCLP5Eq/ge/Ndz6sexsw9VimYpFj990dF9hI z4eodAiy2N9niT32pZW2gbUX0Fe2UzVwiW7u5+UUvzh4/ntd3dikqP8z95KMZOD++tAL TBeg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 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 thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id s127si24607wme.8.2017.09.15.01.11.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Sep 2017 01:11:15 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) 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 v8F8BFXn002988 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 15 Sep 2017 10:11:15 +0200 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v8F8BFKk026693; Fri, 15 Sep 2017 10:11:15 +0200 Date: Fri, 15 Sep 2017 10:11:27 +0200 From: Henning Schild To: "[ext] Andreas J. Reichel" Cc: Subject: Re: [PATCH v2 0/1] Make do_rootfs work with proxy settings Message-ID: <20170915101127.4af3ab1d@md1em3qc> In-Reply-To: <20170911105558.7308-1-andreas.reichel.ext@siemens.com> References: <20170911105558.7308-1-andreas.reichel.ext@siemens.com> 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: onqhfIuTzv6E Am Mon, 11 Sep 2017 12:55:57 +0200 schrieb "[ext] Andreas J. Reichel" : > From: Andreas Reichel > > Regarding issue #19 on github: Consider testing with http_proxy > > Diff to 1st version: > * Remove comments before python inline code. > * Remove -E option from sudo in dev-tools/buildchroot at configure > step, since a configure step should not download things Sorry, my comment for the buildchroot was wrong. We do have an "apt-get update" in the configure.sh for buildchroot, and for that to work we need the proxies configured in there. In the image the configure.sh should not get access to the internet, in the buildchroot it is fine and currently required. So please add the -E back in. Henning > If isar is built behind a proxy, multistrap fails to communicate > with the repository. > > Usually, the user's environment has *_proxy variables set to configure > tools. However, these values are not passed correctly. With this > patch, multistrap is able to make use of the users proxy config. > > The fix is strongly oriented on how the internal fetcher deals with > this problem. > > Signed-off-by: Andreas Reichel > > Andreas Reichel (1): > Add proxy support to isar-image-*.bb and buildchroot.bb > > meta-isar/recipes-core/images/isar-image-base.bb | 5 ++++- > meta/recipes-devtools/buildchroot/buildchroot.bb | 4 +++- > scripts/isar-buildenv-internal | 2 +- > 3 files changed, 8 insertions(+), 3 deletions(-) >