From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6463052406736289792 X-Received: by 10.25.83.131 with SMTP id h3mr801367lfl.30.1505127399792; Mon, 11 Sep 2017 03:56:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.25.200 with SMTP id 69ls265057ljz.42.gmail; Mon, 11 Sep 2017 03:56:39 -0700 (PDT) X-Google-Smtp-Source: ADKCNb5AxOiZcZQ2Tja6o6ONi1Lg5Nhf4VWe8ilMrf4LhhJo1Afhm8QQTLTHLFhz32fML8MplBsI X-Received: by 10.46.69.6 with SMTP id s6mr750952lja.16.1505127399437; Mon, 11 Sep 2017 03:56:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505127399; cv=none; d=google.com; s=arc-20160816; b=D5sLyK8ehCDM4SoJ80NekMdEG447xrDv1YG/qO3FIcV5I7Nf+jiM8nqraDt+p3xheu 8Cm6fmStWDINAmwYiFwlIwIbSeTq3m50LqhR1fsPEZHgtIm+AGNNYntAD11wcLL+150O BcSL71eoHDh28NXdgHJx4Tev14+7a0AQN3zSxDNBHgGf4JcxJDX44Ohr1nwP2Usi49vr 4nvMlj3iMNT7YMyu+lINVaGAd1QSUrDN9vQD9OftV592GRrtN9YfE8rdnYFIkttkmpQd h5gcQ4H++GYnXCVk0zJstkygpw632onUwHbEJzXxAxhsbWuFKUDXdFc30ZI5/rB+p3Va deqg== 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=Z99oQIFcK/qmmv+LeOEY4K8R5KMd+0Lu7PRtyWc3/tY=; b=oFONrRlpy3wZ0YDqU+vBSZdfcKtOgVnuSH8D2oTGkDO7HgY7qQYM7neAId/TPcfb5D 5F1EALHBr3//9WuW7Nw58XfoO3IjIA92JobdI0iGvAqYSh+aj4OVFppDxbrJXI6dJJWN PVAArMcENezC9RPyphKfyspj2J6Q16P31SvbbMro03rKRmYvMBpyFysmlMoKk4DSnQuE 6QlfLh8g3Wdi2gviwhxpe7ehZlEKQ+GYFh4kUKkh0m9TlX/zwCCN3TG9JLTjcTH9Ydua 2Dx5WGlvxje/7EzI5gpb7LqlDgoteNxUVRzZZnnpqUX+V3kecj9UncJHjx3sRSv5atzy oOgQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 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 david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id a21si350452wme.2.2017.09.11.03.56.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Sep 2017 03:56:39 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.14 is neither permitted nor denied by best guess record for domain of andreas.reichel.ext@siemens.com) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 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 mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id v8BAudnD006526 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 11 Sep 2017 12:56:39 +0200 Received: from localhost.localdomain (golem.ppmd.siemens.net [139.25.69.162]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v8BAudgm012310; Mon, 11 Sep 2017 12:56:39 +0200 From: "Andreas J. Reichel" To: isar-users@googlegroups.com Cc: Andreas Reichel Subject: [PATCH v2 0/1] Make do_rootfs work with proxy settings Date: Mon, 11 Sep 2017 12:55:57 +0200 Message-Id: <20170911105558.7308-1-andreas.reichel.ext@siemens.com> X-Mailer: git-send-email 2.14.1 X-TUID: lDQCCYeezW2Y 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 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(-) -- 2.14.1