Weekly Status: Difference between revisions

From Yocto Project
Jump to navigationJump to search
 
Line 1: Line 1:
== Yocto Project Weekly Status Apr. 1st, 2025 ==
== Yocto Project Weekly Status Apr. 8th, 2025 ==
Current Dev Position: YP 5.2 M4 - Feature Freeze<br/>
Current Dev Position: YP 5.2 M4 - Feature Freeze<br/>
Next Deadline: YP 5.2 M4 Build Date 2025-03-31 - Feature Freeze<br/>
Next Deadline: YP 5.2 M4 Build Date 2025-03-31 - Feature Freeze<br/>


'''Next Team Meetings:'''<br/>
'''Next Team Meetings:'''<br/>
*Bug Triage meeting - Thursday Apr. 3rd at 7:30 am PST (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Bug Triage meeting - Thursday Apr. 10th at 7:30 am PST (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Weekly Project Engineering Sync - Tuesday Apr. 1st at 8 am PST (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Weekly Project Engineering Sync - Tuesday Apr. 8th at 8 am PST (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Yocto Project Patch Review - Thursday Apr. 3rd 10am GMT and Monday Apr. 7th 9am PDT (https://zoom.us/j/97762397148?pwd=1xkiC9hp9SjEonaTaONwTb6iWry4Eb.1)  
*Yocto Project Patch Review - Thursday Apr. 10th 10am GMT and Monday Apr. 14th 9am PDT (https://zoom.us/j/97762397148?pwd=1xkiC9hp9SjEonaTaONwTb6iWry4Eb.1)  


'''Project data dashboard: https://dashboard.yoctoproject.org/'''<br/>
'''Project data dashboard: https://dashboard.yoctoproject.org/'''<br/>


'''Key Status/Updates:'''<br/>
'''Key Status/Updates:'''<br/>
*YP 5.2 M3 and YP 5.0.8 were released
*YP 5.1.4 was released
*YP 5.1.4 is due for release
*YP 5.2 rc1 is in QA
*Our first release candidate for YP 5.2 is ready for QA
*YP 4.0.26 is ready for QA
*The walnascar branches have diverged from master
*While 5.2 is in testing, master has continued to take patches which are ready.
*qemumips, qemumips64 and qemuppc have been dropped from automated testing for walnascar and master onwards. Older releases will continue to have the testing they were released with.
*We are aiming to add more tag entries to SRC_URI for git SRCREV based recipes, please keep this in mind during upgrades.
*Some other autobuilder test targets were also tweaked to match current needs (e.g. fewer oe-selftest runs).
*Some further analysis on the pseudo bug was posted
*Some disk usage improvements for rust were merged or queued for merge to help with overall build performance.
*There is a proposed whitespace syntax change with a pending bitbake patch to improve some consistency issues in formatting which can affect variable assignment.
*A pseudo bug was identified and there is a reproduction patch posted however we’re struggling to work out how to fix it.
*YP 5.3 Proposed timeline: https://docs.google.com/document/d/1BlvtPxpYsxHkeL10DFBQzBI9q_1HIk9r2FPxlfsQ95U/edit?tab=t.0
*We are aware of 500/502 errors from the project git servers. These are caused by load from the significant number of AI crawlers the infrastructure is being overloaded with which is hard to mitigate against. The cgit interface has been temporarily disabled at times of high load to help ensure clones work.
*We are aware of 500/502 errors from the project git servers. These are caused by load from the significant number of AI crawlers the infrastructure is being overloaded with which is hard to mitigate against. The cgit interface has been separated from the clone servers so load spikes should only now impact the web interface.


'''Ways to contribute:'''<br/>
'''Ways to contribute:'''<br/>
Line 33: Line 33:


'''Tracking Metrics:'''<br/>
'''Tracking Metrics:'''<br/>
*WDD 2781 (last week 2801) (https://wiki.yoctoproject.org/charts/combo.html)
*WDD 2771 (last week 2781) (https://wiki.yoctoproject.org/charts/combo.html)
*OE-Core/Poky Patch Metrics
*OE-Core/Poky Patch Metrics
**Total patches found: 1080 (last week 1060)
**Total patches found: 1080 (last week 1080)
**Patches in the Pending State: 167 (15%) [last week 168 (16%)]
**Patches in the Pending State: 167 (15%) [last week 167 (15%)]
*https://autobuilder.yocto.io/-release/patchmetrics/
*https://autobuilder.yocto.io/-release/patchmetrics/


'''YP 5.2 Milestone Dates:'''<br/>
'''YP 5.2 Milestone Dates:'''<br/>
*YP 5.2 M3 was released.
*YP 5.2 M4 is in QA.
*YP 5.2 M4 is in QA.


'''Upcoming dot releases:'''<br/>
'''Upcoming dot releases:'''<br/>
*YP 5.0.8 was released.
*YP 5.1.4 is released.
*YP 5.1.4 is ready for release.
*YP 4.0.26 is ready for QA.
*YP 4.0.26 Build Date 2025-04-07
*YP 4.0.26 Release Date 2025-04-18
*YP 5.0.9 Build Date 2025-04-21
*YP 5.0.9 Build Date 2025-04-21
*YP 5.0.9 Release Date 2025-05-02
*YP 5.0.9 Release Date 2025-05-02

Latest revision as of 14:59, 8 April 2025

Yocto Project Weekly Status Apr. 8th, 2025

Current Dev Position: YP 5.2 M4 - Feature Freeze
Next Deadline: YP 5.2 M4 Build Date 2025-03-31 - Feature Freeze

Next Team Meetings:

Project data dashboard: https://dashboard.yoctoproject.org/

Key Status/Updates:

  • YP 5.1.4 was released
  • YP 5.2 rc1 is in QA
  • YP 4.0.26 is ready for QA
  • While 5.2 is in testing, master has continued to take patches which are ready.
  • We are aiming to add more tag entries to SRC_URI for git SRCREV based recipes, please keep this in mind during upgrades.
  • Some further analysis on the pseudo bug was posted
  • There is a proposed whitespace syntax change with a pending bitbake patch to improve some consistency issues in formatting which can affect variable assignment.
  • YP 5.3 Proposed timeline: https://docs.google.com/document/d/1BlvtPxpYsxHkeL10DFBQzBI9q_1HIk9r2FPxlfsQ95U/edit?tab=t.0
  • We are aware of 500/502 errors from the project git servers. These are caused by load from the significant number of AI crawlers the infrastructure is being overloaded with which is hard to mitigate against. The cgit interface has been separated from the clone servers so load spikes should only now impact the web interface.

Ways to contribute:

Tracking Metrics:

YP 5.2 Milestone Dates:

  • YP 5.2 M4 is in QA.

Upcoming dot releases:

  • YP 5.1.4 is released.
  • YP 4.0.26 is ready for QA.
  • YP 5.0.9 Build Date 2025-04-21
  • YP 5.0.9 Release Date 2025-05-02
  • YP 4.0.27 Build Date 2025-05-19
  • YP 4.0.27 Release Date 2025-05-30
  • YP 5.0.10 Build Date 2025-06-02
  • YP 5.0.10 Release Date 2025-06-13
  • YP 4.0.28 Build Date 2025-06-30
  • YP 4.0.28 Release Date 2025-07-11

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

Archives