From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Softfail (domain owner discourages use of this host) identity=mailfrom; client-ip=81.158.40.147; helo=ubuntu-armbox; envelope-from=narpou01@linaro.org; receiver=edk2-devel@lists.01.org Received: from ubuntu-armbox (host81-158-40-147.range81-158.btcentralplus.com [81.158.40.147]) by ml01.01.org (Postfix) with ESMTP id 03D6221A07A82 for ; Tue, 27 Nov 2018 01:34:50 -0800 (PST) Received: by ubuntu-armbox (Postfix, from userid 1001) id 94E43DE011C; Tue, 27 Nov 2018 09:34:50 +0000 (GMT) From: Nariman Poushin To: leif.lindholm@linaro.org Cc: edk2-devel@lists.01.org, Nariman Poushin Date: Tue, 27 Nov 2018 09:34:48 +0000 Message-Id: <1543311288-18762-1-git-send-email-nariman.poushin@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20181126184100.ztkd27ct7pxkmjeh@bivouac.eciton.net> References: <20181126184100.ztkd27ct7pxkmjeh@bivouac.eciton.net> Subject: [edk2-platforms] [PATCH v2 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: Tue, 27 Nov 2018 09:34:51 -0000 Openssl is fetched as a git submodule, so make sure git clone --recursive is specified in the instructions to fetch a full source tree. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Nariman Poushin --- Resending v2, which addresses the lack of a Contribution Agreement tag. Changes since v1: - Added Contribution Agreement tag Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 prepackaged GCC toolchain 1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if building 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