From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6463052406736289792 X-Received: by 10.223.175.99 with SMTP id z90mr212849wrc.9.1504796651677; Thu, 07 Sep 2017 08:04:11 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.81.199 with SMTP id g68ls56565lfl.13.gmail; Thu, 07 Sep 2017 08:04:10 -0700 (PDT) X-Google-Smtp-Source: ADKCNb6F7my7Pm9wfsdItW/9H9/RVU2ZfabA2w5jkIog+CS4efPaOnok2bcFGSGfHkx3/L4zFWOA X-Received: by 10.46.0.222 with SMTP id e91mr266245lji.21.1504796650894; Thu, 07 Sep 2017 08:04:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504796650; cv=none; d=google.com; s=arc-20160816; b=srT8oNgwBaqfLs1WVQzmGGyq0xW1bMZj+g1r7U4YW12ffdJf9TBEJzuxafjR7+t5rW 0gkatyORLt/jgouSVicBOhpypmM/xHxE5GajBfz/qm++BGi5CEOZn4UUrJszcairp7k6 JO+bBGJqGKh+DQh6mojyJ5hFxmP3o+Ti1AIB7AxVuEGIsJP4ky0FitLWShcGPFcD4NKE kQ0Rw9/3hQ8UdgIUfbYj/NvenReBLvNZYXENF6hzFbVEO3vh1oCAJC19z2ZhKSMoekpv 2okxLVnOmHc0Uh2BMrTGb8Y09r7ar/WuogWwR9ERE71AThMKg/MRo/HwQ71R0I565hBi WBEg== 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=pHNITUt2lxPROoVsLXU6v5zOmkh46TePsy/meeubqLc=; b=ehUMNrEgKhT9VU6qWDEqqJ0sTGWlmOROzrn/FJzZvYwgsTmsip7buDE9HNcGt1VzeV pfXgUv+IfdeLmLbzcesYmV7/xKncPWN7RSxvANwKSs4o53McTh9cTBknaM14nNqH7Z1b 5j8rKaGOrdMOISPDH48vEHy/bOndxEVGjuzS8snXyGl8nePJ0dnrBTzY+mhc7w31d/7i shUeH5GIVSee/aZC5jFjtYyyVJ7+c6y/HH3JNVYUr0prvQumTX71DEp6Hxvqf8v7i8ZA h8yEOF4Fvze2IDMU++qD4APdNseUWRMAG/iWjQq/82hz92XG2FPjWh2fd8jP+TNDVCxx a+JA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of andreas.reichel.ext@siemens.com) smtp.mailfrom=andreas.reichel.ext@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id 136si48498wmy.1.2017.09.07.08.04.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Sep 2017 08:04:10 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of andreas.reichel.ext@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of andreas.reichel.ext@siemens.com) smtp.mailfrom=andreas.reichel.ext@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v87F4ABl023867 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 7 Sep 2017 17:04:10 +0200 Received: from localhost.localdomain (golem.ppmd.siemens.net [139.25.69.162]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v87F4ARn004962; Thu, 7 Sep 2017 17:04:10 +0200 From: "Andreas J. Reichel" To: isar-users@googlegroups.com Cc: Andreas Reichel Subject: [PATCH 0/1] Make do_rootfs work with proxy settings Date: Thu, 7 Sep 2017 17:03:34 +0200 Message-Id: <20170907150335.30970-1-andreas.reichel.ext@siemens.com> X-Mailer: git-send-email 2.14.1 X-TUID: q3gATMvCD9qc From: Andreas Reichel Regarding issue #19 on github: Consider testing with http_proxy 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 | 8 +++++++- meta/recipes-devtools/buildchroot/buildchroot.bb | 9 +++++++-- scripts/isar-buildenv-internal | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) -- 2.14.1