|
TianoCore Community Design Meeting Minutes - Jun 28
1. BaseTools: Multiple-thread AutoGen
Presenter: Bob Feng
Slides: https://edk2.groups.io/g/devel/files/Designs/2019/0627/Multiple-thread-AutoGen.pdf
* 5 phases: Pre-build, AutoGen, Make, GenFds,
1. BaseTools: Multiple-thread AutoGen
Presenter: Bob Feng
Slides: https://edk2.groups.io/g/devel/files/Designs/2019/0627/Multiple-thread-AutoGen.pdf
* 5 phases: Pre-build, AutoGen, Make, GenFds,
|
By
Ni, Ray
·
#49
·
|
|
TianoCore Community Design Meeting Minutes
Ray presented how to enhance EFI_MP_SERVICES_PROTOCOL to support V2 extended topology in last week's meeting.
Meeting agreed the protocol enhancement proposal (details in slides and summary in
Ray presented how to enhance EFI_MP_SERVICES_PROTOCOL to support V2 extended topology in last week's meeting.
Meeting agreed the protocol enhancement proposal (details in slides and summary in
|
By
Ni, Ray
·
#48
·
|
|
Updates - TianoCore Bug Triage - APAC/NAMO
I've updated the calendar entry for the APAC bug triage. I accidentally copy/pasted in the community meeting link when I created the event.
The information is now correct. Sorry for anyone who tried
I've updated the calendar entry for the APAC bug triage. I accidentally copy/pasted in the community meeting link when I created the event.
The information is now correct. Sorry for anyone who tried
|
By
Stephano Cetola
·
#47
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
Yes; this is why I suggested dropping "--recursive" from the
instructions. As far as I remember, it was meant as a convenience for
users cloning the edk2 repo from zero.
Can you provide an example
Yes; this is why I suggested dropping "--recursive" from the
instructions. As far as I remember, it was meant as a convenience for
users cloning the edk2 repo from zero.
Can you provide an example
|
By
Laszlo Ersek
·
#46
·
|
|
July Community Meeting Update
Hey All,
I have moved the community meeting to the *2nd* Thursday of July to accommodate the US holiday.
The calendar has been
Hey All,
I have moved the community meeting to the *2nd* Thursday of July to accommodate the US holiday.
The calendar has been
|
By
Stephano Cetola
·
#45
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
At this point in time we are discussing a workaround for a political
problem. But relying on submodules means relinquishing elements of
control and consistency (if github goes down, we're
At this point in time we are discussing a workaround for a political
problem. But relying on submodules means relinquishing elements of
control and consistency (if github goes down, we're
|
By
Leif Lindholm
·
#44
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
To be clear -- the problem *exists* only because the original reporter
is stuck behind a restrictive firewall. There is nothing *technically*
wrong with the current instructions in
To be clear -- the problem *exists* only because the original reporter
is stuck behind a restrictive firewall. There is nothing *technically*
wrong with the current instructions in
|
By
Laszlo Ersek
·
#43
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
The instructions have spread to many other places (build instructions
in wiki and edk2-platforms Readme.md being two of them).
That's not to say we shouldn't change it, but that we need to go
through
The instructions have spread to many other places (build instructions
in wiki and edk2-platforms Readme.md being two of them).
That's not to say we shouldn't change it, but that we need to go
through
|
By
Leif Lindholm
·
#42
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
That's right, but it shouldn't matter. In edk2, I always use
$ git submodule update --init --force
and I never pass the "--recursive" flag. This is also how I tested the
upgrade to OpenSSL-1.1.1b,
That's right, but it shouldn't matter. In edk2, I always use
$ git submodule update --init --force
and I never pass the "--recursive" flag. This is also how I tested the
upgrade to OpenSSL-1.1.1b,
|
By
Laszlo Ersek
·
#41
·
|
|
Design Meeting Reminder
Please send me any topics for this week's design meetings. We have design meetings for both EMEA & APAC this week. Check our calendar for the days / times:
https://edk2.groups.io/g/devel/calendar
We
Please send me any topics for this week's design meetings. We have design meetings for both EMEA & APAC this week. Check our calendar for the days / times:
https://edk2.groups.io/g/devel/calendar
We
|
By
Stephano Cetola
·
#40
·
|
|
TianoCore Community Meeting Minutes
An online version of this document is available here:
https://www.tianocore.org/minutes/Community-2019-06.html
General Updates
---------------
This month there is a hobbyist / maker event, "Teardown"
An online version of this document is available here:
https://www.tianocore.org/minutes/Community-2019-06.html
General Updates
---------------
This month there is a hobbyist / maker event, "Teardown"
|
By
Stephano Cetola
·
#39
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
By
Liming Gao
·
#38
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
Argh, no. OpenSSL has boringssl as a git submodule.
edk2/CryptoPkg/Library/OpensslLib/openssl$ cat .gitmodules
[submodule "boringssl"]
path = boringssl
url =
Argh, no. OpenSSL has boringssl as a git submodule.
edk2/CryptoPkg/Library/OpensslLib/openssl$ cat .gitmodules
[submodule "boringssl"]
path = boringssl
url =
|
By
Leif Lindholm
·
#37
·
|
|
Re: [edk2-devel] EDK II Stable Tag release edk2-stable201905 completed
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?
*
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?
*
|
By
Liming Gao
·
#36
·
|
|
EDK II Stable Tag release edk2-stable201905 completed
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
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
|
By
Liming Gao
·
#35
·
|
|
Re: EDK II Stable Tag edk2-stable201905 will be created based on commit 20d2e5a125e34fc8501026613a71549b2a1a3e54
Looks fine to me, thank you!
Laszlo
Looks fine to me, thank you!
Laszlo
|
By
Laszlo Ersek
·
#34
·
|
|
EDK II Stable Tag edk2-stable201905 will be created based on commit 20d2e5a125e34fc8501026613a71549b2a1a3e54
Hi, all
Today, I review all patches in edk2 mail list. There is no patches for EDK II Stable Tag edk2-stable201905. Based on edk2-stable201905 tag planning, it will be released at 2019-06-06. So, I
Hi, all
Today, I review all patches in edk2 mail list. There is no patches for EDK II Stable Tag edk2-stable201905. Based on edk2-stable201905 tag planning, it will be released at 2019-06-06. So, I
|
By
Liming Gao
·
#33
·
|
|
Design Meeting Topics
Please send any topics for this week's EMEA Design meeting my way.
We meet at 15:00h UTC Wednesday.
Cheers,
Stephano
Please send any topics for this week's EMEA Design meeting my way.
We meet at 15:00h UTC Wednesday.
Cheers,
Stephano
|
By
Stephano Cetola
·
#32
·
|
|
Hard Feature Freeze starts now for edk2-stable201905
Hi, all
Openssl1.1.1 update has been resolved. So, we enter into Hard Feature Freeze phase until edk2-stable201905 tag is created at 2019-06-06. In this phase, there is no feature to be pushed. The
Hi, all
Openssl1.1.1 update has been resolved. So, we enter into Hard Feature Freeze phase until edk2-stable201905 tag is created at 2019-06-06. In this phase, there is no feature to be pushed. The
|
By
Liming Gao
·
#31
·
|
|
May 31 APAC/NAMO Design Meeting is cancelled
We didn't have any submissions this week so we can cancel this meeting.
Sorry for the late notice. Will send out cancellation earlier next time.
We didn't have any submissions this week so we can cancel this meeting.
Sorry for the late notice. Will send out cancellation earlier next time.
|
By
Ni, Ray
·
#30
·
|