From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 29CAC21190717 for ; Mon, 26 Nov 2018 06:13:07 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2018 06:11:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,282,1539673200"; d="scan'208";a="111503050" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 26 Nov 2018 06:11:44 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 26 Nov 2018 06:11:44 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 26 Nov 2018 06:11:44 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.214]) with mapi id 14.03.0415.000; Mon, 26 Nov 2018 22:11:42 +0800 From: "Gao, Liming" To: Nariman Poushin , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 1/2] Readme.md: Update instructions to fetch source Thread-Index: AQHUhYl7dOvj8VMz50OL19Mli6ndhaViGFbw Date: Mon, 26 Nov 2018 14:11:41 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E372573@SHSMSX104.ccr.corp.intel.com> References: <1543237854-32562-1-git-send-email-nariman.poushin@linaro.org> In-Reply-To: <1543237854-32562-1-git-send-email-nariman.poushin@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDg1ZWI3YTctZmY3NS00YmViLWE2NjAtNDA4ZjM4NGViMzRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMFc4QjNacDYwSHFhY2dvTTlib2lGRWVXM1ZFTzQxNk1idTlPYTNzRUJ3d081QmM3SGxhaUVyMDJlNFF1MU9KVyJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/2] Readme.md: Update instructions to fetch source X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2018 14:13:08 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Could you add [edk2-platform] in the title? So, I know this change is for e= dk2-platform repo.=20 And, please add Contributed-under: TianoCore Contribution Agreement 1.1 bef= ore Signed-off-by. > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Na= riman Poushin > Sent: Monday, November 26, 2018 9:11 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 1/2] Readme.md: Update instructions to fetch sourc= e >=20 > Openssl is fetched as a git submodule, so make sure git clone --recursive > is specified in the instructions to fetch a full source tree. >=20 > Signed-off-by: Nariman Poushin > --- > Readme.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Readme.md b/Readme.md > index 6ad5953..bb53c6f 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -78,7 +78,7 @@ target-specific binutils. These are included with any p= repackaged GCC toolchain > 1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if buil= ding > platforms that need it) > ``` > - $ git clone https://github.com/tianocore/edk2.git > + $ git clone https://github.com/tianocore/edk2.git --recursive > ... > $ git clone https://github.com/tianocore/edk2-platforms.git > ... > -- > 2.7.4 >=20 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel