Weekly Status: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Yocto Project Weekly Status May 2nd, 2023 ==
== Yocto Project Weekly Status May 23rd, 2023 ==
Current Dev Position: YP 4.3 M1<br/>
Current Dev Position: YP 4.3 M1<br/>
Next Deadline: 5th June 2023 YP 4.3 M1 build date<br/>
Next Deadline: 5th June 2023 YP 4.3 M1 build date<br/>


'''Next Team Meetings:'''<br/>
'''Next Team Meetings:'''<br/>
*Bug Triage meeting Thursday May 4th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Bug Triage meeting Thursday May 25th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Weekly Engineering Sync Tuesday May 2nd 8 am PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Weekly Engineering Sync Tuesday May 23rd 8 am 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 4.2 rc3 has passed QA and is pending TSC approval for release.
*YP 4.0.10 is ready to release after TSC review
*YP 4.1.4 is now in QA.
*YP 4.2.1 is in QA
*Patches are merging into master for 4.3.
*M1 is approaching fast (two weeks left), so please try and get any major changes submitted soon.
*Emails to all currently listed maintainers have been sent to check the entries are up to date. If anyone is interested in taking on maintenance of any unassigned recipes, please send a patch.
*Patches have been merging into master, thanks to everyone for both review feedback and iterating on patches
*We discovered warnings were not being correctly handled on the autobuilder after the buildbot controller upgrade. That should now be fixed but it means some regressions may have crept in, we’re working to confirm if that is the case or not.
*We need to upgrade to gcc 13 soon, this is blocking enabling Fedora 38 workers on the autobuilder as we don’t have a compatible uninative release.
*We’re in the process of adding checks to ensure that ptests returning no test results trigger warnings. This should ensure we catch this situation earlier since ptests should always return at least one test result. python3-cryptography is an example of a recipe that recently regressed unnoticed in this way.
*There are time64 patches being proposed to handle Y2038 issues on 32 bit architectures which likely need further discussion since the compiler flag changes aren’t without risk and potential side effects.
*We’re aiming to improve documentation as we go along in this release, please keep this in mind when sending patches. Adding to the documentation as we go will make the release a lot easier.
*Autobuilder instability is a concern as known good builds are regularly hitting issues, particularly the “ubuntu 20.04 libgcc not found” issue which is likely python version specific but there are other intermittent issues too. As an example, three of the last nightly builds failed in succession. Due to the intermittent nature of these bugs, few people are willing to spend time on them but they mean patches are being very slow to merge. Help is very much needed but it is hard to be specific about where/what the issue is unfortunately.


'''Ways to contribute:'''<br/>
'''Ways to contribute:'''<br/>
Line 24: Line 26:
*Help us resolve CVE issues: CVE metrics  
*Help us resolve CVE issues: CVE metrics  
*We have a growing number of bugs in bugzilla, any help with them is appreciated.
*We have a growing number of bugs in bugzilla, any help with them is appreciated.
'''YP 4.2 Milestone Dates:'''<br/>
*YP 4.2 M4 Release date 2023/04/28


'''YP 4.3 Milestone Dates:'''<br/>
'''YP 4.3 Milestone Dates:'''<br/>
*YP 4.2 M4 build date 2023/04/03
*YP 4.2 M4 Release date 2023/04/28
*YP 4.3 M1 build date  2023/06/05
*YP 4.3 M1 build date  2023/06/05
*YP 4.3 M1 Release date 2023/06/16
*YP 4.3 M1 Release date 2023/06/16
Line 41: Line 38:


'''Upcoming dot releases:'''<br/>
'''Upcoming dot releases:'''<br/>
*YP 4.0.9 is released
*YP 4.0.10 is ready for release
*YP 4.1.4 build date 2023/05/01
*YP 4.2.1 is in QA
*YP 4.1.4 Release date 2023/05/13
*YP 3.1.25 build date 2023/05/08
*YP 3.1.25 Release date 2023/05/19
*YP 4.0.10 build date 2023/05/15
*YP 4.0.10 Release date 2023/05/26
*YP 4.2.1 build date 2023/05/22
*YP 4.2.1 Release date 2023/06/02
*YP 4.2.1 Release date 2023/06/02
*YP 3.1.26 build date 2023/06/19
*YP 3.1.26 build date 2023/06/19
Line 78: Line 69:


'''Tracking Metrics:'''<br/>
'''Tracking Metrics:'''<br/>
*WDD 2512 (last week 2564) (https://wiki.yoctoproject.org/charts/combo.html)
*WDD 2527 (last week 2535) (https://wiki.yoctoproject.org/charts/combo.html)
*OE-Core/Poky Patch Metrics
*OE-Core/Poky Patch Metrics
**Total patches found: 1203 (last week 1203)
**Total patches found: 1198 (last week 1198)
**Patches in the Pending State: 278 (23%) [last week 278 (23%)]
**Patches in the Pending State: 278 (23%) [last week 278 (23%)]
*https://autobuilder.yocto.io/pub/non-release/patchmetrics/
*https://autobuilder.yocto.io/pub/non-release/patchmetrics/

Revision as of 14:37, 23 May 2023

Yocto Project Weekly Status May 23rd, 2023

Current Dev Position: YP 4.3 M1
Next Deadline: 5th June 2023 YP 4.3 M1 build date

Next Team Meetings:

Key Status/Updates:

  • YP 4.0.10 is ready to release after TSC review
  • YP 4.2.1 is in QA
  • M1 is approaching fast (two weeks left), so please try and get any major changes submitted soon.
  • Patches have been merging into master, thanks to everyone for both review feedback and iterating on patches
  • We need to upgrade to gcc 13 soon, this is blocking enabling Fedora 38 workers on the autobuilder as we don’t have a compatible uninative release.
  • There are time64 patches being proposed to handle Y2038 issues on 32 bit architectures which likely need further discussion since the compiler flag changes aren’t without risk and potential side effects.
  • We’re aiming to improve documentation as we go along in this release, please keep this in mind when sending patches. Adding to the documentation as we go will make the release a lot easier.
  • Autobuilder instability is a concern as known good builds are regularly hitting issues, particularly the “ubuntu 20.04 libgcc not found” issue which is likely python version specific but there are other intermittent issues too. As an example, three of the last nightly builds failed in succession. Due to the intermittent nature of these bugs, few people are willing to spend time on them but they mean patches are being very slow to merge. Help is very much needed but it is hard to be specific about where/what the issue is unfortunately.

Ways to contribute:

YP 4.3 Milestone Dates:

  • YP 4.3 M1 build date 2023/06/05
  • YP 4.3 M1 Release date 2023/06/16
  • YP 4.3 M2 build date 2023/07/17
  • YP 4.3 M2 Release date 2023/07/28
  • YP 4.3 M3 build date 2023/08/28
  • YP 4.3 M3 Release date 2023/09/08
  • YP 4.3 M4 build date 2023/10/02
  • YP 4.3 M4 Release date 2023/10/27

Upcoming dot releases:

  • YP 4.0.10 is ready for release
  • YP 4.2.1 is in QA
  • YP 4.2.1 Release date 2023/06/02
  • YP 3.1.26 build date 2023/06/19
  • YP 3.1.26 Release date 2023/06/30
  • YP 4.0.11 build date 2023/06/26
  • YP 4.0.11 Release date 2023/07/07
  • YP 4.2.2 build date 2023/07/10
  • YP 4.2.2 Release date 2023/07/21
  • YP 3.1.27 build date 2023/07/31
  • YP 3.1.27 Release date 2023/08/11
  • YP 4.0.12 build date 2023/08/07
  • YP 4.0.12 Release date 2023/08/18
  • YP 4.2.3 build date 2023/08/28
  • YP 4.2.3 Release date 2023/09/08
  • YP 3.1.28 build date 2023/09/18
  • YP 3.1.28 Release date 2023/09/29
  • YP 4.0.13 build date 2023/09/25
  • YP 4.0.13 Release date 2023/10/06
  • YP 3.1.29 build date 2023/10/30
  • YP 3.1.29 Release date 2023/11/10
  • YP 4.0.14 build date 2023/11/06
  • YP 4.0.14 Release date 2023/11/17
  • YP 4.2.4 build date 2023/11/13
  • YP 4.2.4 Release date 2023/11/24
  • YP 3.1.30 build date 2023/12/11
  • YP 3.1.30 Release date 2023/12/22
  • YP 4.0.15 build date 2023/12/18
  • YP 4.0.15 Release date 2023/12/29

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