From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=jz4CEi2/; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by groups.io with SMTP; Tue, 09 Jul 2019 02:27:15 -0700 Received: by mail-wm1-f67.google.com with SMTP id z23so2413482wma.4 for ; Tue, 09 Jul 2019 02:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=X1xfokwtq++z6/LHjsoSHoGbpmdn9jzGEV+/q2sQPWc=; b=jz4CEi2/7mZ8Etn8zmp/rgPTWFtxFSenoZ1wOOMceyVPFzTYh4JeRqawfazk7WE9g2 iBRuSUVCKSxp4yW6pHlUqv7WbAtBKnvH+4MaOE6PUXfAwkMuuUYx69bnZ+XMWaQVu0d9 bSdazox6B5s1Qs3jYk0N6w76PKex7oiJxWEmpVBDS0a+/YtmtGfqwFSkFnR+7Bp7qeGs w/nEuoQOYSfQ0Fr37KwfpGCSN06EJu9rPhE01D5jHJALqPoM9Asa9crTBV8/Wmp4KlOm rULwqHC//ttOBH41hV4M+Gou/55ig9oDpOT3FwKBWSTVlmkurdpI4C29ZbPbxN4aXvIK oowg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=X1xfokwtq++z6/LHjsoSHoGbpmdn9jzGEV+/q2sQPWc=; b=lX4zV4NUuFo8iaPtat4VgdJlAwD2aasftVPJlhhe72up65l4p/BXDF8lhSQqg0wynX P85XF25t3fM94P+IUlU3iQq/DrWzl4fgl1qkx7SGyQtiKs5cO5cNusP30lkMUG1ZOVLz aKDaHKdlSNCaZBbqPlcWDB3X54aHpSfcyzgTmvx21S7xRRU82nfH7rBrNEVykRY6fdxM O247YcMOHcs7z9L2bkNNyKuLskoKv3hnA+S4PABsx1o5wj+s1/MzgAVADl9sRu/dpNLI kEX95hp+IvGnZJW8V5svMZ0EqdO3IHg8aElhMTRW/8QMYA51IPjPUg2jBoCLf655nreb UxKQ== X-Gm-Message-State: APjAAAVr/iFIz78H6GTEKD8xqCxuSG/vV5G+KEB/vf27qbW7HiLaILfa 3Y4lk8hKIW7caZxjdDHm3TFdsB3sFx8= X-Google-Smtp-Source: APXvYqxIQbZeseUELTnRywlvOvlW5giNo1CyIxIfAy4YtwdII38Kq4uDJvUVeQS/pI/+mniaL2Snhw== X-Received: by 2002:a1c:f515:: with SMTP id t21mr22384742wmh.39.1562664433265; Tue, 09 Jul 2019 02:27:13 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id y7sm2352493wmm.19.2019.07.09.02.27.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Jul 2019 02:27:12 -0700 (PDT) Date: Tue, 9 Jul 2019 10:27:11 +0100 From: "Leif Lindholm" To: Jian J Wang Cc: devel@edk2.groups.io, Michael D Kinney , Liming Gao Subject: Re: [PATCH 2/2] CryptoPkg/OpensslLib: remove clone commands Message-ID: <20190709092711.vxqc4tdcnvcf7vve@bivouac.eciton.net> References: <20190709063601.7212-1-jian.j.wang@intel.com> <20190709063601.7212-3-jian.j.wang@intel.com> MIME-Version: 1.0 In-Reply-To: <20190709063601.7212-3-jian.j.wang@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 09, 2019 at 02:36:01PM +0800, Jian J Wang wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1910 > > edk2/Readme.md has added a section to explain the correct clone > commands for submodules. Detailed steps in the OpenSSL-HOWTO.txt > are removed to avoid any inconsistency. > > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Liming Gao > Signed-off-by: Jian J Wang Reviewed-by: Leif Lindholm > --- > CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt | 18 ++---------------- > 1 file changed, 2 insertions(+), 16 deletions(-) > > diff --git a/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt b/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt > index db45eb88d1..e52ee27b49 100644 > --- a/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt > +++ b/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt > @@ -24,22 +24,8 @@ on the cryptography. > ============================================================================= > HOW to Install OpenSSL for UEFI Building > ============================================================================= > - OpenSSL repository was added as one submodule of EDKII project. > - > - The user can use the following commands to clone both main EDKII repo and > -openssl submodule: > - 1) Add the "--recursive" flag to the git clone command: > - $ git clone --recursive https://github.com/tianocore/edk2 > -or > - 2) Manually initialize and update the submodules after the clone operation > - on main project: > - $ git clone https://github.com/tianocore/edk2 > - $ git submodule update --init --recursive > - > - And use the following combined commands to pull the remote submodule updates > -(e.g. Updating the new supported OpenSSL release tag): > - $ git pull --recurse-submodules && \ > - git submodule update --recursive > + OpenSSL repository was added as one submodule of EDKII project. Please > +refer to edk2/Readme.md for how to clone the code. > > ============================================================================= > About process_files.pl > -- > 2.17.1.windows.2 >