Weekly Status: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 1: Line 1:
== Yocto Project Weekly Status February 6th, 2024 ==
== Yocto Project Weekly Status February 13th, 2024 ==
Current Dev Position: YP 5.0 M3<br/>
Current Dev Position: YP 5.0 M3<br/>
Next Deadline: 19th February 2024 YP 5.0 M3 build<br/>
Next Deadline: 19th February 2024 YP 5.0 M3 build<br/>


'''Next Team Meetings:'''<br/>
'''Next Team Meetings:'''<br/>
*Bug Triage meeting Thursday February 8th at 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Bug Triage meeting Thursday February 15th at 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*Weekly Engineering Sync Tuesday February 6th at 8 am PDT (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
*Weekly Engineering Sync Tuesday February 13th at 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 5.0 M2 and YP 3.1.31 were released.
*YP 4.0.16 was released.
*YP 4.0.16 is due to be released.
*YP 4.3.3 is in QA.
*We are now two weeks to feature freeze for 5.0, our next release
*We are now a week from feature freeze for 5.0, our next LTS release
*There is a proposal on the openembedded-architecture list for a “setup tool” for layers and configuration: https://lists.openembedded.org/g/openembedded-architecture/message/1913
*The BBFILE_PRIORITY change is being deferred as unfortunately it causes problems with bbappend ordering.
*There is a new proposal to drop support for BBFILE_PRIORITY: https://lists.openembedded.org/g/openembedded-architecture/message/1918
*There have been fixes for python 3.12, recipe upgrades, kernel stable version bump and many other fixes and improvements this week.
*Whilst late in the cycle for this, the benefits appear compelling.
*The ‘scarthgap’ layer series name has merged to core. Compatibility with nanbield will be removed soon so maintainers will need to update their layers ASAP for the new release series.
*Patch testing, review and merging is proving tricky at the moment as many patches are having poor interactions with other recipes, or corner case bugs (e.g. glibc mips issues).
*Patch testing, review and merging is still a little behind due to the volume of failures combined with builds needing long buildtimes to do rebuilding core components like the compiler or libc.
*There were many recipe upgrades merged including glibc and binutils, key fixes to pseudo, rpm issues root caused, ltp tests upgraded and expanded and arm tune file additions.
*Several performance regressions were identified in bitbake for world builds and patches have merged to try and improve those.
*LLVMVERSION has been dropped from OE-Core since it doesn’t need it. This resolves a long standing issue/conflict with meta-clang but may need fixes for other layers that rely upon the variable.
*There have been questions about official RISC-V support in this next release, especially since it is an LTS. There is the potential to do this since the configurations have been written and are close to working. We’re wondering about trial testing this for M3 as a proof of concept. Without higher tier project membership support, this will not make it into the LTS final release though.
*There have been questions about official RISC-V support in this next release, especially since it is an LTS. There is the potential to do this since the configurations have been written and are close to working. We’re wondering about trial testing this for M3 as a proof of concept. Without higher tier project membership support, this will not make it into the LTS final release though.


Line 29: Line 30:


'''YP 5.0 Milestone Dates:'''<br/>
'''YP 5.0 Milestone Dates:'''<br/>
*YP 5.0 M2 was released.
*YP 5.0 M2 Release date 2024/01/24
*YP 5.0 M3 build date  2024/02/19
*YP 5.0 M3 build date  2024/02/19
*YP 5.0 M3 Release date 2024/03/01
*YP 5.0 M3 Release date 2024/03/01
Line 37: Line 36:


'''Upcoming dot releases:'''<br/>
'''Upcoming dot releases:'''<br/>
*YP 3.1.31 was released.
*YP 4.0.16 was released.
*YP 4.0.16 is ready to release.
*YP 4.3.3 is in QA.
*YP 4.3.3 build date 2024/02/12
*YP 4.3.3 Release date 2024/02/23
*YP 4.3.3 Release date 2024/02/23
*YP 3.1.32 build date 2024/03/04
*YP 3.1.32 build date 2024/03/04
Line 55: Line 53:


'''Tracking Metrics:'''<br/>
'''Tracking Metrics:'''<br/>
*WDD 2574 (last week 2572) (https://wiki.yoctoproject.org/charts/combo.html)
*WDD 2561 (last week 2574) (https://wiki.yoctoproject.org/charts/combo.html)
*OE-Core/Poky Patch Metrics
*OE-Core/Poky Patch Metrics
**Total patches found: 1149 (last week 1142)
**Total patches found: 1147 (last week 1149)
**Patches in the Pending State: 249 (22%) [last week 249 (22%)]
**Patches in the Pending State: 250 (22%) [last week 249 (22%)]
*https://autobuilder.yocto.io/pub/non-release/patchmetrics/
*https://autobuilder.yocto.io/pub/non-release/patchmetrics/



Revision as of 15:48, 13 February 2024

Yocto Project Weekly Status February 13th, 2024

Current Dev Position: YP 5.0 M3
Next Deadline: 19th February 2024 YP 5.0 M3 build

Next Team Meetings:

Key Status/Updates:

  • YP 4.0.16 was released.
  • YP 4.3.3 is in QA.
  • We are now a week from feature freeze for 5.0, our next LTS release
  • The BBFILE_PRIORITY change is being deferred as unfortunately it causes problems with bbappend ordering.
  • There have been fixes for python 3.12, recipe upgrades, kernel stable version bump and many other fixes and improvements this week.
  • The ‘scarthgap’ layer series name has merged to core. Compatibility with nanbield will be removed soon so maintainers will need to update their layers ASAP for the new release series.
  • Patch testing, review and merging is still a little behind due to the volume of failures combined with builds needing long buildtimes to do rebuilding core components like the compiler or libc.
  • Several performance regressions were identified in bitbake for world builds and patches have merged to try and improve those.
  • LLVMVERSION has been dropped from OE-Core since it doesn’t need it. This resolves a long standing issue/conflict with meta-clang but may need fixes for other layers that rely upon the variable.
  • There have been questions about official RISC-V support in this next release, especially since it is an LTS. There is the potential to do this since the configurations have been written and are close to working. We’re wondering about trial testing this for M3 as a proof of concept. Without higher tier project membership support, this will not make it into the LTS final release though.

Ways to contribute:

YP 5.0 Milestone Dates:

  • YP 5.0 M3 build date 2024/02/19
  • YP 5.0 M3 Release date 2024/03/01
  • YP 5.0 M4 build date 2024/04/01
  • YP 5.0 M4 Release date 2024/04/30

Upcoming dot releases:

  • YP 4.0.16 was released.
  • YP 4.3.3 is in QA.
  • YP 4.3.3 Release date 2024/02/23
  • YP 3.1.32 build date 2024/03/04
  • YP 3.1.32 Release date 2024/03/15
  • YP 4.0.17 build date 2024/03/11
  • YP 4.0.17 Release date 2024/03/22
  • YP 4.3.4 build date 2024/03/25
  • YP 4.3.4 Release date 2024/04/05
  • YP 3.1.33 build date 2024/04/15
  • YP 3.1.33 Release date 2024/04/26
  • YP 4.0.18 build date 2024/04/22
  • YP 4.0.18 Release date 2024/05/03
  • YP 4.0.19 build date 2024/06/03
  • YP 4.0.19 Release date 2024/06/14

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