From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6518631923461390336 X-Received: by 2002:a17:902:127:: with SMTP id 36-v6mr10019666plb.33.1517737266003; Sun, 04 Feb 2018 01:41:06 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:902:4601:: with SMTP id o1-v6ls2102231pld.11.gmail; Sun, 04 Feb 2018 01:41:05 -0800 (PST) X-Google-Smtp-Source: AH8x226CFTRiJ2RlYTSgI44ek2A4GGkhLjH0kfYk1BACLSiEIVPedsfVz+cmGhvzguYsva+t+AJz X-Received: by 2002:a17:902:9a97:: with SMTP id w23-v6mr9876392plp.58.1517737265573; Sun, 04 Feb 2018 01:41:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517737265; cv=none; d=google.com; s=arc-20160816; b=YhHTqgxKdzPK/XEJv5aitl269CTQK5NY6wTdFh+Z9l76osMOjTW3HRwRFb5Bx6vIFx Dw4VDqDnh0kaHsEhJJl01mBrF+x9kPiUqZu8u+/8LjJ/g9IRVaiaJP3vO/elPVOM4lJ0 arXUjV1Vc+d5IAzpIbHVIYPwmE6JRwv2kQLgyUYc31N2henUlYf8VZReTZULkFyNnHRV SCKO1gNNPDP5ePqgA78wDOIG/x+9NQqJyMJ3Ke1BbRQeA88irYD8GpQKW0cLsMuBvrX6 HgcbCXknhyQVqZyAPnfh4HHV3VfpB/89XQQLfMwsXraDG9OBBN/F/xoZpdy9OI0Z1SAN fnWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from :arc-authentication-results; bh=ZAoXhFTdx6IPb3zcLPKISIWmv3T5v0Q7OL8Z8nkOGMA=; b=fBS0qXGjSgZhyKi83a9SS0/ZhlqQY1rbG/pVQrKndXGdIIebporTDdd5Sxy3tK4i+N hti8UTs3BURNcsXCV5RHV524kH41U0J10PlJDUW0yOww2UDWIdS4tS1thoiV6c9EMn1S 87hqepZ8djBJbAXd88y+42btpijxUfr+7o0bBrRJ1eJQKw+KO1VngQY2ej7HQosdHqXT vOCYJSrGkUo2/os6stqkv1r08oVxVVVmdbME8IKsRY7W8ZNPkwgoYI2H8BRSWooqcnE1 ncMToWHsvwo5xgdI+S0IAOUhm7uxsrP9veb2fCCKTUWszjQTsHgGdss9y6DXC/uRBd5U LhFA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id o66si437146pfk.2.2018.02.04.01.41.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Feb 2018 01:41:05 -0800 (PST) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1eiGnJ-0005sc-8D from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Sun, 04 Feb 2018 01:41:05 -0800 Received: from 3a23c91bf2ab.anacadf.mentorg.com (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Sun, 4 Feb 2018 09:41:01 +0000 From: To: CC: Cedric Hombourger Subject: [PATCH 0/1] buildchroot: allow unauthenticated sources for mk-build-deps Date: Sun, 4 Feb 2018 09:40:52 +0000 Message-ID: <20180204094053.86-1-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: ErDNpyNKTw2M From: Cedric Hombourger While multistrap would accept unauthenticated sources (with a warning), mk-build-deps (called while building custom packages) would not. This change may be required to support the on-going apt-isar efforts but also anyone trying to use the repository built by isar (deploy/apt) as a source feed. Cedric Hombourger (1): buildchroot: allow unauthenticated sources when installing dependencies meta/recipes-devtools/buildchroot/files/build.sh | 3 +++ 1 file changed, 3 insertions(+) -- 2.11.0