Dear All,
I just want build a piece of  new OVMF.fd for QEMU,I tried to build it, passed even if update boringssl failed.

thank you,
Krishna

At 2019-06-10 22:16:46, "Liming Gao" <liming.gao@intel.com> wrote: > >> -----Original Message----- >> From: Leif Lindholm [mailto:leif.lindholm@linaro.org] >> Sent: Monday, June 10, 2019 10:00 PM >> To: Gao, Liming <liming.gao@intel.com> >> Cc: devel@edk2.groups.io; sssky307@163.com; 'announce@edk2.groups.io' <announce@edk2.groups.io>; Kinney, Michael D >> <michael.d.kinney@intel.com>; afish@apple.com; Laszlo Ersek (lersek@redhat.com) <lersek@redhat.com> >> Subject: Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed >> >> On Mon, Jun 10, 2019 at 01:50:43PM +0000, Gao, Liming wrote: >> > edk2 submodule are from github openssl and berkeley-softfloat-3. If you can access edk2, you can also access them. Why you system >> redirect github openssl to boringssl? >> > >> > * >> [CryptoPkg/Library/OpensslLib/openssl](https://github.com/openssl/openssl/blob/50eaac9f3337667259de725451f201e784599687/LICE >> NSE) >> > * >> [ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3](https://github.com/ucb-bar/berkeley-softfloat-3/blob/b64af41c3276f97f0e181920 >> 400ee056b9c88037/COPYING.txt) >> >> Argh, no. OpenSSL has boringssl as a git submodule. >> >> edk2/CryptoPkg/Library/OpensslLib/openssl$ cat .gitmodules >> [submodule "boringssl"] >> path = boringssl >> url = https://boringssl.googlesource.com/boringssl >> ... > >I just notice openssl has its own submodule. https://github.com/google/boringssl is the mirror of boringssl. > >Can you modify the .gitconfig with the below rule, and try again? > >[url "https://github.com/google/boringssl"] > insteadOf = https://boringssl.googlesource.com/boringssl > >> >> >> / >> Leif >> >> > Thanks >> > Liming >> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of krishnaLee >> > Sent: Monday, June 10, 2019 5:07 PM >> > To: devel@edk2.groups.io >> > Cc: 'announce@edk2.groups.io' <announce@edk2.groups.io>; leif.lindholm@linaro.org; Kinney, Michael D >> <michael.d.kinney@intel.com>; afish@apple.com; Laszlo Ersek (lersek@redhat.com) <lersek@redhat.com> >> > Subject: Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed >> > >> > Hi, >> > I had download it (git clone -b edk2-stable201905 https://github.com/tianocore/edk2.git), >> > but update openssl failed by command (git submodule update --init --recursive) >> > Cloning into 'D:/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl'... >> > fatal: unable to access 'https://boringssl.googlesource.com/boringssl/': Failed to connect to boringssl.googlesource.com port 443: Timed >> out >> > >> > I think many chinese people need "Climbing<https://www.bing.com/dict/search?q=Climbing&FORM=BDVSP6&mkt=zh-cn> >> over<https://www.bing.com/dict/search?q=over&FORM=BDVSP6&mkt=zh-cn> >> the<https://www.bing.com/dict/search?q=the&FORM=BDVSP6&mkt=zh-cn> >> Wall<https://www.bing.com/dict/search?q=Wall&FORM=BDVSP6&mkt=zh-cn>" to access 'https://boringssl.googlesource.com/boringssl/'. >> > >> > I am sorry about this but is there any other idea to bypass it? >> > >> > >> > thanks, >> > Krishna. >> > >> > >> > >> > At 2019-06-06 17:54:48, "Liming Gao" <liming.gao@intel.com<mailto:liming.gao@intel.com>> wrote: >> > >> > Hi, all >> > >> > The tag edk2-stable201905 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable201905 >> > git clone -b edk2-stable201905 https://github.com/tianocore/edk2.git >> > >> > The tag edk2-stable201905 has been added into the main EDK II Wiki page. >> > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II >> > >> > The quiet period has now ended. Thank you for your cooperation and patience. Normal commits can now be resumed. >> > >> > Next edk2 stable tag (edk2-stable201908) planning has been added into wiki page. >> > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning. >> > >> > If you have ideas for features in the next stable tag, please enter a Bugzilla for evaluation. Please let us know if there are existing open >> Bugzilla entries that should be targeted at this next stable tag. >> > >> > Thanks >> > Liming >> > > >