Yocto Project 6.0 “Wrynose” released with Linux 6.18 LTS
Yocto Project 6.0 “Wrynose” released with Linux 6.18 LTS
https://www.cnx-software.com/2026/05/14/yocto-project-6-0-wrynose-released-with-linux-6-18-lts/
Publish Date: 2026-05-14 09:27:00
Source Domain: www.cnx-software.com
The Yocto Project 6.0, codenamed “Wrynose”, has just been released with Linux 6.18 LTS, about two years after Yocto Project 5.0 “Scarthgap” release with Linux 6.6 LTS. Over 240 contributors submitted over 4000 commits since the previous Yocto 5.3 “Whinlatter” minor release of the popular framework used to create custom embedded Linux distributions.
Yocto Wrynose is a Long Term Support (LTS) release, which will be supported until at least April 2030. The project’s developers especially highlight these 4 years of support, improved SBOM and CVE tracking features, and more secure defaults to ease compliance with the upcoming EU Cyber Resilience Act (CRA).
Yocto Project 6.0 highlights:
- Linux kernel 6.18 LTS
- Toolchain updates: GCC 15.2, glibc 2.43, LLVM 22.1, Go 1.26, and Rust 1.94.
- New bitbake-setup tool to fetch layers and setup build directories.
- Support for BitBake configuration fragments, which can be managed with the new bitbake-config-build command. This enables better reuse of build configurations.
- Easier to build with Clang by setting PREFERRED_TOOLCHAIN_TARGET and related variables.
- Over 300 other recipe upgrades.
- Support for building on Fedora 43, OpenSUSE Leap 16.0, and Ubuntu 26.04.
- The sbom-cve-check tool has been integrated to replace the cve-check bbclass.
- Improvements to SBOM generation, including initial support for PURLs and concluded licenses in SPDX 3.0 output.
- Several improvements to the new bitbake-setup tool, including sharing sstate between builds by default, support for upgrading layers while keeping local changes, clearer terminology & configuration files, and better IDE integration for VSCode.
- Systemd is set as the default init system. This change impacts nodistro builds and any distros not derived from Poky. The default init system for Poky remains sysvinit.
- TLS 1.0 & 1.1 support is disabled by default in OpenSSL.
- Updated host system requirements: 32 GB RAM and 140 GB disk space, mainly due to LLVM…