Weekly Status: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 1: Line 1:
== Yocto Project Weekly Status Dec. 8, 2020 ==
== Yocto Project Weekly Status Dec. 15, 2020 ==
Current Dev Position: YP 3.3 M2 development<br/>
Current Dev Position: YP 3.3 M2 development<br/>
Next Deadline: 18th January 2021 YP 3.3 M2 build<br/>
Next Deadline: 18th January 2021 YP 3.3 M2 build<br/>


'''Next Team Meetings:'''<br/>
'''Next Team Meetings:'''<br/>
*Bug Triage meeting Thursday Dec. 10th at 7:30am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Bug Triage meeting Thursday Dec. 17th at 7:30am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Monthly Project Meeting Tuesday Jan. 5th at 8am  PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Monthly Project Meeting Tuesday Jan. 5th at 8am  PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Weekly Engineering Sync Tuesday Dec. 8th at 8am PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Weekly Engineering Sync Tuesday Dec. 10th at 8am PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Twitch -  See https://www.twitch.tv/theyoctojester
*Twitch -  See https://www.twitch.tv/theyoctojester


'''Key Status/Updates:'''<br/>
'''Key Status/Updates:'''<br/>
*YP 3.2.1 is in QA
*YP 3.2.1 is due for imminent release
*YP 3.1.4 was released
*YP 3.3 M1 has been through QA and currently under review from the TSC
*YP 3.3 M1 is due to be built this week once patches currently queued stabilize
*Patches for 3.3 M2 are now being reviewed, tested and merged.
*YP 3.3 development in master is continuing as patches are reviewed, tested and merged with a focus on stabilization for M1.
*The project’s work on reproducibility was mentioned in their monthly newsletter  https://reproducible-builds.org/reports/2020-11/
*After patches due to merge imminently for M1, reproducible builds have taken a major step forward and we now have a specific exclusions list of packages which don’t build reproducibility. Thanks Alex for the work on this!
*CVE statistics continue to look worse for master after ‘improvements’ to the matching code, help in resolving these newly highlighted issues would be much appreciated.
*Python3-pytest and its dependencies have merged to core due to our desire for more automated package testing and the fact it's a dependency for several recipes we need in core. Thanks Tim!
*CVE statistics have regressed slightly for master as we’ve changed the matching algorithms and more CVEs were ‘identified’ including several many years old and likely not relevant. We’ll work on resolving these over time but the trend continues to be a significant reduction over time.
*Intermittent autobuilder issues continue to occur. You can see the list of failures we’re continuing to see by searching for the “AB-INT” tag in bugzilla: https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT
*Intermittent autobuilder issues continue to occur. You can see the list of failures we’re continuing to see by searching for the “AB-INT” tag in bugzilla: https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT
*Given the vacation many people are taking at this time and the expected ramp down in patch load and newsworthy items, we’re not planning another status report until 5th January. The project technical and triage meetings will also ramp down for this period and resume in the first week of January unless there is any pressing development that needs urgent attention.


'''Ways to contribute:'''<br/>
'''Ways to contribute:'''<br/>
Line 25: Line 24:


'''YP 3.3 Milestone Dates:'''<br/>
'''YP 3.3 Milestone Dates:'''<br/>
*YP 3.3 M1 build date 2020/12/07
*YP 3.3 M1 is out of QA.
*YP 3.3 M1 Release date 2020/12/18
*YP 3.3 M2 build date 2021/01/18
*YP 3.3 M2 build date 2021/01/18
*YP 3.3 M2 Release date 2021/01/29
*YP 3.3 M2 Release date 2021/01/29
Line 35: Line 33:


'''Planned upcoming dot releases:'''<br/>
'''Planned upcoming dot releases:'''<br/>
*YP 3.1.4 is released.
*YP 3.2.1 should release soon.
*YP 3.2.1 is in QA.
*YP 3.2.1 release date 2020/12/4
*YP 3.1.5 build date 2021/01/11
*YP 3.1.5 build date 2021/01/11
*YP 3.1.5 release date 2021/01/22
*YP 3.1.5 release date 2021/01/22
Line 48: Line 44:


'''Tracking Metrics:'''<br/>
'''Tracking Metrics:'''<br/>
*WDD 2547 (last week 2527) (https://wiki.yoctoproject.org/charts/combo.html)
*WDD 2513 (last week 2547) (https://wiki.yoctoproject.org/charts/combo.html)
*Poky Patch Metrics   
*Poky Patch Metrics   
**Total patches found: 1288 (last week 1283)
**Total patches found: 1300 (last week 1288)
**Patches in the Pending State: 496 (39%) [last week 496 (39%)]
**Patches in the Pending State: 504 (39%) [last week 496 (39%)]


'''The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at:'''<br/>
'''The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at:'''<br/>

Revision as of 15:45, 15 December 2020

Yocto Project Weekly Status Dec. 15, 2020

Current Dev Position: YP 3.3 M2 development
Next Deadline: 18th January 2021 YP 3.3 M2 build

Next Team Meetings:

Key Status/Updates:

  • YP 3.2.1 is due for imminent release
  • YP 3.3 M1 has been through QA and currently under review from the TSC
  • Patches for 3.3 M2 are now being reviewed, tested and merged.
  • The project’s work on reproducibility was mentioned in their monthly newsletter https://reproducible-builds.org/reports/2020-11/
  • CVE statistics continue to look worse for master after ‘improvements’ to the matching code, help in resolving these newly highlighted issues would be much appreciated.
  • Intermittent autobuilder issues continue to occur. You can see the list of failures we’re continuing to see by searching for the “AB-INT” tag in bugzilla: https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT
  • Given the vacation many people are taking at this time and the expected ramp down in patch load and newsworthy items, we’re not planning another status report until 5th January. The project technical and triage meetings will also ramp down for this period and resume in the first week of January unless there is any pressing development that needs urgent attention.

Ways to contribute:

YP 3.3 Milestone Dates:

  • YP 3.3 M1 is out of QA.
  • YP 3.3 M2 build date 2021/01/18
  • YP 3.3 M2 Release date 2021/01/29
  • YP 3.3 M3 build date 2021/03/01
  • YP 3.3 M3 Release date 2021/03/12
  • YP 3.3 M4 build date 2021/04/05
  • YP 3.3 M4 Release date 2021/04/30

Planned upcoming dot releases:

  • YP 3.2.1 should release soon.
  • YP 3.1.5 build date 2021/01/11
  • YP 3.1.5 release date 2021/01/22
  • YP 3.2.2 build date 2021/02/08
  • YP 3.2.2 release date 2021/02/19
  • YP 3.1.6 build date 2021/02/22
  • YP 3.1.6 release date 2021/03/05
  • YP 3.1.7 build date 2021/03/22
  • YP 3.1.7 release date 2021/04/02

Tracking Metrics:

The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at:
https://wiki.yoctoproject.org/wiki/TSC

Archives