Weekly Status: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Yocto Project Weekly Status May 9th, 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 11th 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 9th 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 has been released, thanks to everyone who has worked on it!
*YP 4.0.10 is ready to release after TSC review
*YP 4.1.4 is due to be released
*YP 4.2.1 is in QA
*YP 3.1.25 is in QA
*M1 is approaching fast (two weeks left), so please try and get any major changes submitted soon.
*The warnings issues on the autobuilder have mostly been resolved but there are a number of lingering intermittent issues that we’re still working through.
*Patches have been merging into master, thanks to everyone for both review feedback and iterating on patches
*Patches have been merging into master but there continues to be a number of issues being found in testing which does slow down the process.
*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.
*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.
*The minimum kernel version for OE-Core is now set at 5.15 as part of the time64 work but also to aid performance.
*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.
*We’re aiming to improve documentation as we go along in this release, please keep this in mind when sending patches!
*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.
*There is a proposal on the bitbake mailing list which would allow the possibility of layer overrides, which could be useful for some of the QA checks recently discussed.


'''Ways to contribute:'''<br/>
'''Ways to contribute:'''<br/>
Line 27: 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 was released


'''YP 4.3 Milestone Dates:'''<br/>
'''YP 4.3 Milestone Dates:'''<br/>
Line 42: Line 38:


'''Upcoming dot releases:'''<br/>
'''Upcoming dot releases:'''<br/>
*YP 4.1.4 is ready for release
*YP 4.0.10 is ready for release
*YP 3.1.25 is in QA
*YP 4.2.1 is in QA
*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 77: Line 69:


'''Tracking Metrics:'''<br/>
'''Tracking Metrics:'''<br/>
*WDD 2517 (last week 2512) (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: 1201 (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