From nobody Thu Apr 18 18:16:05 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+43425+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43425+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1562656906; cv=none; d=zoho.com; s=zohoarc; b=J5am/jvIXkSg5CJFgH/WnxGgnRqsCDqJDZp9RKnsaNMArBcO59435nm00DJ0eJVypLW/3ERFOO6oVEwAD1epcVPDutr9+5VhhqWCHEdsI9PhthPNie51knLYESghu6nb2x9geNn/ufmcE5sRdp8pqQ11Geig92mPFn7fAnDuggY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562656906; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=YMuXFH8ciVa3dv/saNHyr5VM7Jsnrnt2sG6xcbkt7IA=; b=RGgHE+00Oz00qiozp4ZKBZppoAiYui2J27cnifdhNlzsElXt0Dfw3YCdlzs8OMY9NNutiv/eDySAOhoCTp2ZbhxskaqEyBZYoMZcly7FSXADF7fVmXzT2NOquTwxthCfPqWIhhnT/H68c8vFBocb8PNmitADtOK0V24HY9pQJ/4= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+43425+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1562656905983821.4458947641438; Tue, 9 Jul 2019 00:21:45 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Tue, 09 Jul 2019 00:21:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jul 2019 00:21:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,469,1557212400"; d="scan'208";a="159375497" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.28]) by orsmga008.jf.intel.com with ESMTP; 09 Jul 2019 00:21:43 -0700 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Michael D Kinney , Liming Gao Subject: [edk2-devel] [edk2-platforms: PATCH] Readme.md: Change way of cloning edk2 repo Date: Tue, 9 Jul 2019 15:21:42 +0800 Message-Id: <20190709072142.6500-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,jian.j.wang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1562656905; bh=+jyvOgu2HDWy9jz/cIFcrP0dY7HwJ2f4S2Tapc3Ho9s=; h=Cc:Date:From:Reply-To:Subject:To; b=p2K+XpF2UW67GQkC42JPDPKaljREoZgO+PR6kt2mOFdELz3S0g4rFV389Oon/eVwwYB vHE+PARgN7Q/Q1d3CVhY9c714zGGpBPOs5tq5DiX28xih3fqj+no1bxDQZoul8FObTEsl 4YQczqvq6xYImLTRYYIca3VxamiTdu5Bacg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1910 '--recursive' in cloning edk2 repo might cause failure on machine behind proxy. It's not actually necessary for edk2. This patch removed it from git command. A separate command $ git submodule update --init is added to retrieve repo specified via submodule. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Jian J Wang Reviewed-by: Leif Lindholm --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e203795d47..63e59f60b4 100644 --- a/Readme.md +++ b/Readme.md @@ -83,7 +83,8 @@ target-specific binutils. These are included with any pre= packaged GCC toolchain 1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if buildi= ng platforms that need it) ``` - $ git clone https://github.com/tianocore/edk2.git --recursive + $ git clone https://github.com/tianocore/edk2.git + $ git submodule update --init ... $ git clone https://github.com/tianocore/edk2-platforms.git ... --=20 2.17.1.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#43425): https://edk2.groups.io/g/devel/message/43425 Mute This Topic: https://groups.io/mt/32403141/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-