Release notes for 6.0 (wrynose)
This document lists new features and enhancements for the Yocto Project 6.0 Release (codename “wrynose”). For a list of breaking changes and migration guides, see the Migration notes for 6.0 (wrynose) section.
The 6.0 (wrynose) release is the new LTS release after 5.0 (scarthgap). If you are migrating from the 5.0 version, be sure to read the previous migration guides:
See also the list of new features and enhancements of the previous releases:
New Features / Enhancements in 6.0
Linux kernel 6.18, gcc 15.2, glibc 2.43, LLVM 22.1.2, and over 300 other recipe upgrades
Minimum Python version required on the host: 3.9.
New variables:
The OPENSSH_HOST_KEY_DIR variable can be used to specify the directory where OpenSSH host keys are stored. The default value is
/etc/ssh(addd80d)The OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable can be used to specify the directory where OpenSSH host keys are stored when the device uses a read-only filesystem. The default value is
/var/run/ssh(addd80d)The SPDX_INCLUDE_KERNEL_CONFIG can be set to “1” to export the Linux kernel configuration (
CONFIG_*parameters) into the SPDX document when using the create-spdx class (228a968)The SPDX_INCLUDE_PACKAGECONFIG variable can be set to “1” to export a recipe’s PACKAGECONFIG features (enabled/disabled) into the SPDX document when using the create-spdx class (228a968)
The SPDX_PACKAGE_URL allows specifying a space-separated list of Package URLs (purls) for the software Package when using the create-spdx class (874b2d3)
The SPDX_GIT_PURL_MAPPINGS variable allows mapping domain names to PURLs (Package URLs) in SPDX documents (9f1825e)
The SPDX_CONCLUDED_LICENSE allows specifying the
hasConcludedLicenseobject of individual SBOM packages when using the create-spdx class (bb21c6a)The FIT_MKIMAGE_EXTRA_OPTS variable allows passing extra options to the
mkimagecommand when creating a FIT image with the kernel-fit-image class (d925d67)The FIT_CONF_MAPPINGS variable allows mapping extra configurations to existing ones or rename an existing configuration in FIT images created with the kernel-fit-image class (e30f809)
The UBOOT_CONFIG_FRAGMENTS and UBOOT_FRAGMENTS allow supplying additional configuration fragments to the existing U-Boot configuration. See the definition of the variables for more information, and the documentation of the uboot-config class (9e96d3d)
The IMAGE_EXTRA_PARTITION_FILES allows specifying extra files from the deploy directory (DEPLOY_DIR_IMAGE) to install in a WIC partition created with the
extra_partitionplugin (e152607)The FIT_LOADABLES, FIT_LOADABLE_FILENAME, FIT_LOADABLE_TYPE, FIT_LOADABLE_ARCH, FIT_LOADABLE_OS and FIT_LOADABLE_LOADADDRESS variables can be used to specify arbitrary
loadablesin a FIT image (2535427)
Kernel-related changes:
kernel-fit-image: Support arbitrary loadables (2535427)
kernel-yocto: Allow enabling Rust in the kernel by adding
rustto the KERNEL_FEATURES (for Linux kernel recipes inheriting this class) (6719ed4)Disable ccache support when Linux kernel Rust support is enabled (d80d006)
New core recipes:
libconfig: Import recipe from https://git.openembedded.org/meta-openembedded/, needed by one of the Mesa recipes (1a0196a)python3-sphinxcontrib-svg2pdfconverter: Used for the generation of the Yocto Project documentation (f3f0019)python3-pyzstd: Import from meta-python, needed by theukifytool of systemd v258 (88a2713)python3-uv-build: This recipe adds theuvPython build backend, required bypython3-cryptography(0880cd2)blueprint-compiler: Add the recipe as it became a dependency of theepiphanyrecipe after its upgrade to 49.2 (4212392)python3-sbom-cve-check: New recipe for building and using sbom-cve-check, a lightweight SBOM CVE analysis tool (0fdacec)python3-shacl2code,python3-hatch-build-scripts,python3-spdx-python-model: Added as dependencies ofpython3-sbom-cve-check(4862221, 41591af, a83eaca)libfyaml: Added as a dependency ofappstream(b8b7b58)meta-world-recipe-sbom: Building this recipe will produce SBOM documents for each recipe present in the build environment, using the create-spdx class. This is different from the image SBOM which can also be generated using the create-spdx class after building an image. See Creating a Software Bill of Materials for more information (d999ac4)python3-kirk: The Kirk application is a fork ofrunltp-ngand became the official LTP tests executor (c33fd4e)wic: This recipe builds the WIC command-line tool. This used to be part of OpenEmbedded-Core (OE-Core) but is now externally managed (25ca1cb, b9e2a2f)
New core classes:
kernel-yocto-rust: Adds the required dependencies to build the Rust components of the Linux kernel (6c90097)
module-rust: Support for building out-of-tree Rust kernel modules. An example recipe using this class can be found in meta-skeleton/recipes-kernel/rust-out-of-tree-module (76fd22f, 76fd22f)
sbom-cve-check: Class for post-build CVE analysis of an image, which uses the sbom-cve-check tool internally (8ef22ad)
sbom-cve-check-recipe: Class for post-build CVE analysis of recipes (using the recipe SBOM, meaning building the software provided by the recipe is not needed), which uses the sbom-cve-check tool internally (e2518b1)
Global configuration changes:
base-passwd: Add aclockgroup as systemd version v258 introduces this group to enable applications like linuxptp to open clocks without root privileges (aad8493)bitbake.conf:remove DEBUG_PREFIX_MAP from TARGET_LDFLAGS (1797741)
The default definition of TARGET_LDFLAGS used to contain the value of DEBUG_PREFIX_MAP, to fix binary reproducibility issues. This was no longer needed after the originating GCC bug was fixed (1797741)
Switch BB_SIGNATURE_HANDLER to
OEEquivHashand BB_HASHSERVE toautoby default (5596ea1, 4a38840)
The uninative class is now enabled by default. This allows reuse of native sstate built on one distro on another (722897f)
The no-static-libs.inc file, disabling most static libraries in various recipes, is now included by default in the default distro setup (appearing as the
nodistroDISTRO) (03fc931)The security_flags.inc file, adding various security related flags to the default compiler and linker, is now included by default in the default distro setup (appearing as
nodistroDISTRO) (4c2d64c)The yocto-space-optimize.inc file, adding various space optimization tweaks, is now included by default in the default distro setup (appearing as
nodistroDISTRO) (175fcf9)
QEMU /
runqemuchanges:qemuboot`: Make the tap interface nameserver configurable through QB_TAP_NAMESERVER (0e8c258)qemu: Disable thelibkeyutilsfeature (30cc9f5)runqemu-extract-sdk: Support thetar.zstformat (650bb45)qemurunner: Improveqmpmodule detection (a7386d0)runqemu: Support.tar.zst,.tar,xz,.tarrootfs archive types (3a6172f)runqemu: Allow VNC to be used as a fallback when there is noDISPLAYset (df9e9f3)
Documentation changes:
The documentation build now fetches the list of active and inactive version of the documentation from the remote releases.json file. This also applies to the BitBake documentation.
Go changes:
Rust changes:
Enable dynamic linking with llvm. This allows dynamically linking to
libLLVM.soinstead of linking statically (74ba238)Install Rust library sources for
make rustavailablesupport (2912ca3)Enable dynamic LLVM linking by default (d0671c3)
Enable fully static linking when TCLIBC is set to
musl(75409c6)
Wic Image Creator changes:
wic/engine: Fix copying directories into wic image withext*partitions (1ed38af)Re-implement sector-size support (b50d6de)
The Wic tool is now maintained in a separate project, no longer part of OpenEmbedded-Core (OE-Core): https://git.yoctoproject.org/wic/
A new
wicenvtype can be added to IMAGE_FSTYPES to place the.envfile generate by Wic in the deployment directory (DEPLOY_DIR_IMAGE) (e4d4970)
Testing-related changes:
ptest support was added for the following recipes:
selftests: Use SHA256 keys for RPM tests (692919b)oeqa: Open JSON files to parse in a context manager (e96baf5)resulttool: Add ptest support to the JUnit output format (2abe2d7)do_testimage: Print last lines of kernel log on test fail (fea3c44)
reproducible: Use the jQuery CDN instead ofjquery-native(d3ee549)selftest: Test installation of recipes with complex packaging (6f3aab6)Add
test_sdk_runqemuto test the execution ofrunqemufrom an SDK (7fbb281)Add tests for Rust support in the Linux kernel (01ea2b2, 10dff9f)
Replace
runltpwithkirk, as it became the new official LTP test executor (c1e5ed4)WIC related tests were updated after wic was moved to its own repository and is externally managed (b9e2a2f)
Utility script changes:classes
bitbake-config-build: It is now possible to disable all fragments starting with a prefix by issuingbitbake-config-build disable-fragment <prefix>/(573695d)recipetool: Support PEP639-variant of license key in Pythonpyproject.tomlfiles (9d1a7bb)create-pull-request: Keep commit hash to be pulled in cover email (c78f5ae)yocto-check-layer: Add messages intest_readmeassertions (9fe883c)improve_kernel_cve_report:oe-pkgdata-util: improve thelookup-pkgerror message for RPROVIDES packages (46ff3a8)
BitBake changes:
bitbake-layers:Add a
--show-variantsoption to theshow-recipessubcommand to display BBCLASSEXTEND variants (353d5e9)Fix the branch detection method of
layerindex-fetch(af9dd01)
bitbake-setup:Implement symlinking local sources into builds with the
--use-local-sourceoption of theinitsubcommand (ed5a3a0)Correct several scenarios in layer updates (aa15cc7)
Source in the
git-remotesection can now be specified more simply with theuriproperty, instead of theremotesproperty (7941a5d). For example:"bitbake": { "git-remote": { "uri": "https://git.openembedded.org/bitbake", "branch": "master", "rev": "master" } }
Use the internal registry if run from a Git checkout, from a remote BitBake repository otherwise (675e907)
Fragments passed in the
oe-fragments-one-ofproperty can now contain descriptions (29f2cee)Improve the readability of choices during the bitbake-setup init command (d970063)
Enable coloring of the diff outputs when using the bitbake-setup status or bitbake-setup update commands
The bitbake-setup update now behaves in a non-destructive way: local commits and modifications to layers are taken into account, and the tool will either stop or warn the user that the update is possible or not (2ee3a19)
Share Shared State by default between builds, by adding a definition for SSTATE_DIR and BB_HASHSERVE_DB_DIR in the
site.conffile created by bitbake-setup init (a70c336)Generate config files for VSCode by default, unless
--no-init-vscodeis passed to bitbake-setup init (92fd721)
The
unpack()function (the one containing the logic of the do_unpack task), can now take anupdateargument to allow updating a Git repository in-place rather than deleting it and re-creating it. An alias function namedunpack_update()was created for this unpack mode. See The Non-Destructive Update (unpack_update) for more information (e7d5e15)cooker: Use BB_HASHSERVE_DB_DIR as hash server database location. If unset, the existing behavior is preserved (b339d05)bitbake-getvar: Show close matches when no providers are found (1f8fa7c)The
GIT_CONFIG_GLOBALenvironment variable will now be taken into account by the Git fetcher, to allow passing a different set of Git configuration options when fetching Git repositories (4c37844)When using the
subpathparameter with the Git fetcher in an SRC_URI, properly make theHEADpoint to the value specified in SRCREV.
Clang/LLVM related changes:
SPDX-related changes:
Output SBOM documents now include recipe metadata (d999ac4)
spdx30_tasks: Fix SPDX_CUSTOM_ANNOTATION_VARS implementation (52ab3b6)kernel: Add a task to export the kernel configuration to SPDX (228a968)
Add support for exporting the PACKAGECONFIG to SPDX (7ec61ac)
Add suport for package URLs (PURLs) through SPDX_PACKAGE_URL (874b2d3)
create-spdx-2.2: Add CVEs in CVE_CHECK_IGNORE to the list of fixed CVEs in the output SBOM (f852522)The create-spdx class used to include VEX statements in the SPDX documents tied to each packages. This is no longer the case, as these statements are now found in the SPDX documents for recipes directly. This was done to decrease the duplication of these statements for packages that were generated by the same recipe.
The output SPDX document for an image recipe will still include the VEX statements, as the SPDX document for the image also include the recipe SPDX metadata.
The inclusion of VEX statements in SPDX documents can be controlled with the SPDX_INCLUDE_VEX variable (d999ac4)
devtoolchanges:Patchtest-related changes:
insane / sanity classes related changes:
Reject TMPDIR containing redundant slashes to avoid errors in executions of do_populate_sysroot (3e72ebe)
sanity: Warn when the Shared State cache directory (SSTATE_DIR) is outside of the build directory (BUILDDIR), but the Hash Equivalence database is inside it (491de0d)
Security changes:
A new document was added to the Yocto Project documentation: Yocto Project Security Reference. It is intended to document how to report vulnerabilities to the Yocto Project security team.
sbom-cve-check-related changes:
Escape special characters in CPE 2.3 strings (9dd9c00)
New PACKAGECONFIG options for individual recipes:
curl:schannelgstreamer1.0-plugins-bad:fdkaacgstreamer1.0-plugins-good:qt6libinput:lua,libwacom,mtdevlibrepo:sequoiamesa:expat,zlibopenssl:legacyopkg:acl,xattrorc:hotdocpython3:freethreading(experimental, see c569901)python3-cryptography:legacy-opensslsystemd:osc-contextsystemtap:readline
systemd related changes:
Package
ukifyseparately, with thesystemd-ukifypackage name (e924274)
U-Boot related changes:
uboot-config: Add support for generating the U-Boot initial environment in binary format using UBOOT_INITIAL_ENV_BINARY (cf11b14)
A new way of specifying multiple U-Boot configurations has been added (cd9e730). See U-Boot configuration flow changes (ref-classes-uboot-config)
Miscellaneous changes:
curl: EnsureCURL_CA_BUNDLEfrom host environment is respected (545e43a)weston: Add PipeWire as runtime dependency whenpipewireis part of PACKAGECONFIG (9f52867)uki: Use basename of device trees available via KERNEL_DEVICETREE (27a7fbb)
rpcbind: Set the owner of/run/rpcbindtorpc(80e4289)udev-extraconf: Splitautomountandautonetinto seperate packages (udev-extraconf-automountandudev-extraconf-autonet) (08662d7)e2fsprogs: Fix a bug for files larger than 2GB (683a1e7)mesa: Add support for thevirtio,gfxstream,hasvkVulkan drivers (8e7ffdc, 3b56f14)mesa: Drop VDPAU remnants in the recipe after upstream support was removed (3b05f58)cross: Propagate dependencies to
outhash, improving hash equivalence (267b651)run-postinsts: Propagate exit status to therun-postinsts.servicesystemd service (7f74d88)freetype: Use meson instead of autotools* (7395e4f)wpa-supplicant:overlayfs: Remove helper unit (623c20f)kea: Replacekeactrlwith kea daemons (kea-dhcp*) in initscripts (7f9d929), and removekeactrlfrom the recipe (08c3877)initramfs-framework:perl: Providepod2man(in the recipe’s PROVIDES definition). This is used by many other recipes to produce man pages. This allows existing recipes to explicitly depend onpod2man-nativeto produce man pages (1d1e55d)build-sysroots: Add sysroot tasks to default build and remove warning (e73f150)Licenses and manifests are now deployed in the SDK when setting COPY_LIC_DIRS and/or COPY_LIC_MANIFEST, for both host and target sysroots (f757ae4)
openssl: Disable TLS 1.0/1.1 by default (d5501e7)python3-cryptography: Disablelegacy-opensslfeature by default (1acd199)openssl: Add support for config snippet includes. This can be done by installing extra configuration files in${sysconfdir}/ssl/openssl.cnf.d/(34bafcf)busybox:Enable SELinux support if DISTRO_FEATURES contains
selinux(c544f12)Do not build SUID binary without an applet (1406f95)
coreutils:killanduptimeare no longer provided by the recipe (cedeb95)license_image.bbclass: Report all packages with incompatible license (when using INCOMPATIBLE_LICENSE) (57fe3e4)python3: Package all of the compression module intopython3-compression(5f34680)gobject-introspection: Disable cache for the scanner during the do_compile task (GI_SCANNER_DISABLE_CACHE=1), to fix an intermittent build failure (2b55dd1)archiver: Don’t try to preserve all attributes when copying files (6e83136)
useradd*: allow inheriting the class with only USERADD_DEPENDS set, when a recipe only depends on users/groups created by another (09a901b)
vim: disable GTK+3 UI by default (a07763f)
Known Issues in 6.0
A known bug is affecting build hosts that have Intel Ultra 7 CPUs and breaks OpenEmbedded-Core (OE-Core) tests that involve KVM. See bug 16074 for more information.
Recipe License changes in 6.0
The following changes have been made to the LICENSE values set by recipes:
Recipe(s) |
Previous value |
New value |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Security Fixes in 6.0
The following CVEs have been fixed:
Recipe Upgrades in 6.0
The following recipes have been upgraded:
Recipe |
Previous version(s) |
New version(s) |
|---|---|---|
|
20250807 |
20251212 |
|
48.0 |
49.0 |
|
1.2.14 |
1.2.15.3 |
|
1.2.14 |
1.2.15 |
|
1.2.14 |
1.2.15.3 |
|
1.2.14 |
1.2.15.2 |
|
1.0.6 |
1.1.2 |
|
0.60.8.1 |
0.60.8.2 |
|
2.56.4 |
2.60.0 |
|
2.72 |
2.73 |
|
2025.09.3 |
2026.04.0 |
|
2025.09.3 |
2026.04.0 |
|
3.6.7 |
3.6.8 |
|
2.16.0 |
2.17.0 |
|
9.20.15 |
9.20.22 |
|
2.45.1+git |
2.46 |
|
2.45.1+git |
2.46 |
|
2.45.1+git |
2.46 |
|
2.45.1+git |
2.46 |
|
2.45.1+git |
2.46 |
|
5.84 |
5.86 |
|
1.89.0 |
1.90.0 |
|
1.89.0 |
1.90.0 |
|
6.16 |
6.19.1 |
|
1.90.0 |
1.94.1 |
|
0.10.16+cargo-0.91.0 |
0.10.21+cargo-0.95.0 |
|
4.12.3 |
4.13.2 |
|
21.1.7 |
22.1.3 |
|
4.1.2 |
4.3.1 |
|
4.1.2 |
4.3.1 |
|
21.1.7 |
22.1.3 |
|
21.1.7 |
22.1.3 |
|
1.45 |
2.0 |
|
9.7 |
9.10 |
|
1.2.1 |
1.2.3 |
|
2.42+git |
2.43+git |
|
1.14 (135cbff90af2…) |
1.14 (08644db02d43…) |
|
1.14 (135cbff90af2…) |
1.14 (08644db02d43…) |
|
1.14 (135cbff90af2…) |
1.14 (08644db02d43…) |
|
2.4.15 |
2.4.16 |
|
8.17.0 |
8.19.0 |
|
10.2.4 |
10.3.0 |
|
306 |
314 |
|
3.6 |
3.7 |
|
4.23.0 |
4.24.0 |
|
7.5.2 |
7.5.4 |
|
1.22.21 |
1.23.7 |
|
2025.88 |
2025.89 |
|
1.47.3 |
1.47.4 |
|
1.22.2 |
1.22.5 |
|
0.193 |
0.194 |
|
0.80 |
0.83 |
|
2.8.14 |
2.8.15 |
|
48.5 |
49.7 |
|
1.8.10 |
1.9.1 |
|
6.15 |
6.19 |
|
2.7.4 |
2.7.5 |
|
8.0.2 |
8.2.4 |
|
8.0 |
8.0.1 |
|
5.46 |
5.47 |
|
11.2.0 |
12.1.0 |
|
1.0.5 |
1.0.6 |
|
2.13.3 |
2.14.3 |
|
5.3.2 |
5.4.0 |
|
16.3 |
17.1 |
|
16.3 |
17.1 |
|
16.3 |
17.1 |
|
2.42.12 |
2.44.5 |
|
0.26 |
1.0 |
|
0.26 |
1.0 |
|
2025.4 |
2026.1 |
|
2.51.0 |
2.53.0 |
|
2.2.0 |
2.3.1 |
|
2.86.4 |
2.88.0 |
|
2.86.4 |
2.88.0 |
|
2.42+git |
2.43+git |
|
2.42+git |
2.43+git |
|
2.42+git |
2.43+git |
|
2.42+git |
2.43+git |
|
2.42+git |
2.43+git |
|
1.4.328.1 |
1.4.341.0 |
|
0+git (81b24e01531e…) |
0+git (9d19a7870add…) |
|
4.0.2 |
4.0.4 |
|
2.5.11 |
2.5.17 |
|
3.8.10 |
3.8.12 |
|
1.25.9 |
1.26.2 |
|
1.25.9 |
1.26.2 |
|
1.25.9 |
1.26.2 |
|
1.25.9 |
1.26.2 |
|
1.25.9 |
1.26.2 |
|
0.1 (8b405629c4a5…) |
0.1 (7f05d217867b…) |
|
1.25.9 |
1.26.2 |
|
1.84.0 |
1.86.0 |
|
1.23.0 |
1.24.0 |
|
2.12 |
2.14 |
|
2.12 |
2.14 |
|
48.0 |
50.0 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.26.7 |
1.28.2 |
|
1.34.0 |
1.35.1 |
|
4.18.6 |
4.22.1 |
|
11.4.5 |
12.3.2 |
|
0.399 |
0.405 |
|
2.9 |
2.10 |
|
77-1 |
78.3 |
|
0.8.44 |
0.8.45 |
|
2.1 |
2.3 |
|
2.6 |
2.7 |
|
6.16.0 |
6.19.0 |
|
1.8.11 |
1.8.13 |
|
4.18.0 |
4.20.1 |
|
2.8.0 |
2.9.0 |
|
3.0.1 |
3.0.3 |
|
0.3+git (f589e1df2325…) |
0.3+git (a4a362d9f4f0…) |
|
2.0.31 |
2.0.32 |
|
0.0.1+git (2c1f2646c5e5…) |
0.0.1+git (f60e50e887d3…) |
|
679 |
692 |
|
1.7.6 |
1.8.4 |
|
3.8.6 |
3.8.7 |
|
7.8.4 |
7.10.0 |
|
2.76 |
2.77 |
|
0.8.5 |
0.9.1 |
|
0.8.5 |
0.9.1 |
|
21.1.7 |
22.1.3 |
|
0.1.22 |
0.1.24 |
|
21.1.7 |
22.1.3 |
|
0.2.0 |
0.3.0 |
|
0.74.0 |
0.75.0 |
|
2.4.125 |
2.4.131 |
|
20250104-3.1 |
20251016-3.1 |
|
1.13.5 |
1.13.6 |
|
0.6.25 |
0.6.26 |
|
1.1.8 |
1.1.9 |
|
1.11.2 |
1.12.1 |
|
1.9.1 |
1.9.2 |
|
4.5.0+git |
4.6.0+git |
|
1.56 |
1.59 |
|
1.29.1 |
1.30.2 |
|
3.1.2 |
3.1.3 |
|
1.6.7 |
1.6.8 |
|
3.11.0 |
3.12.0 |
|
0.8.6 |
0.8.8 |
|
1.7.1 |
1.7.2 |
|
0.18.1 |
0.19 |
|
10.46 |
10.47 |
|
0.5.10 |
0.5.12 |
|
2.61.0 |
2.61.3 |
|
0.7.35 |
0.7.36 |
|
1.90.0 |
1.94.1 |
|
4.20.0 |
4.21.0 |
|
0.017 |
0.018 |
|
1.3.6 |
1.3.7 |
|
1.8.4 |
1.9.0 |
|
0.3.6 |
0.3.7 |
|
1.3 |
1.4.2 |
|
0.15.3 |
0.15.6 |
|
1.51.0 |
1.52.1 |
|
2.22.0 |
2.23.0 |
|
2.22.0 |
2.23.0 |
|
2.22.0 |
2.23.0 |
|
1.8.12 |
1.8.13 |
|
1.8.4 |
1.8.12 |
|
0.4.6 |
0.4.7 |
|
4.4.38 |
4.5.2 |
|
4.4.38 |
4.5.2 |
|
1.1.6 |
1.1.7 |
|
1.3.6 |
1.3.7 |
|
1.1.5 |
1.1.6 |
|
1.11.0 |
1.13.1 |
|
1.1.3 |
1.2.0 |
|
2.14.6 |
2.15.2 |
|
1.2.1 |
1.3.1 |
|
3.5.17 |
3.5.18 |
|
1.5.4 |
1.5.5 |
|
1.1.43 |
1.1.45 |
|
1.0.14 |
1.0.15 |
|
1.1.6 |
1.1.7 |
|
1.4.81 |
1.4.82 |
|
20251111 |
20260410 |
|
6.17 |
6.18 |
|
6.12.69+git, 6.16.11+git |
6.18.24+git |
|
6.18+git |
7.0+git |
|
6.12.69+git, 6.16.11+git |
6.18.24+git |
|
6.12.69+git, 6.16.11+git |
6.18.24+git |
|
21.1.7 |
22.1.3 |
|
21.1.7 |
22.1.3 |
|
21.1.7 |
22.1.3 |
|
21.1.7 |
22.1.3 |
|
4.99.5 |
4.99.6 |
|
20250930 |
20260130 |
|
2.14.3 |
2.14.4 |
|
2.14.0 |
2.14.1 |
|
5.4.8 |
5.5.0 |
|
1.15 |
1.16 |
|
1.4.20 |
1.4.21 |
|
1.4.20 |
1.4.21 |
|
1.7.7 |
1.7.8 |
|
6.15 |
6.17 |
|
4.4 |
4.6 |
|
25.2.8 |
26.0.5 |
|
25.2.8 |
26.0.5 |
|
1.9.1 |
1.10.2 |
|
1.33.2 |
1.33.4 |
|
1.8.31 |
1.8.32 |
|
2.3.0 |
2.3.1 |
|
1.2.5+git |
1.2.6+git |
|
2.16.03 |
3.01 |
|
6.5 |
6.6 |
|
4.5.0+git |
4.6.0+git |
|
2.8.4 |
2.8.7 |
|
1.66.0 |
1.68.1 |
|
1.13.1 |
1.13.2 |
|
2.18 |
2.19 |
|
21.1.7 |
22.1.3 |
|
1.7 |
1.8.1 |
|
10.2p1 |
10.3p1 |
|
0.8.0 |
0.9.0 |
|
0.4.41 |
0.4.42 |
|
edk2-stable202508 |
edk2-stable202511 |
|
0.25.5 |
0.26.2 |
|
5.40.2 |
5.42.0 |
|
1.6.2 |
1.6.4 |
|
1.8.6+git |
1.8.11+git |
|
1.8.6+git |
1.8.11+git |
|
4.0.5 |
4.0.6 |
|
1.9.3+git |
1.9.5 |
|
0.0+git (a7c7826bce5c…) |
0.0+git (ecb576fb2a0a…) |
|
3.13.12 |
3.14.4 |
|
25.3.0 |
25.4.0 |
|
2.17.0 |
2.18.0 |
|
4.3.0 |
5.0.0 |
|
0.21.0 |
0.22.9 |
|
1.3.0 |
1.4.0 |
|
2025.04.17 |
2025.10.20 |
|
2025.8.3 |
2026.2.25 |
|
1.17.1 |
2.0.0 |
|
5.2.0 |
6.0.0.post1 |
|
8.2.2 |
8.3.1 |
|
45.0.7 |
46.0.5 |
|
45.0.7 |
46.0.5 |
|
3.1.3 |
3.2.4 |
|
0.37.0 |
0.38.1 |
|
0.22 |
0.22.4 |
|
2025.8 |
2025.12 |
|
1.27.0 |
1.29.0 |
|
6.142.2 |
6.151.9 |
|
1.4.1 |
2.0.0 |
|
2.1.0 |
2.3.0 |
|
4.25.1 |
4.26.0 |
|
3.9 |
3.10.2 |
|
3.0.2 |
3.0.3 |
|
1.9.4 |
1.12.4 |
|
0.18.0 |
0.19.0 |
|
2.3.4 |
2.4.3 |
|
25.0 |
26.0 |
|
0.12.1 |
1.0.4 |
|
7.0.1 |
7.0.3 |
|
2.25.9 |
2.26.6 |
|
2.4.5 |
2.4.7 |
|
0.3.5 |
0.3.7 |
|
25.2 |
26.0.1 |
|
2.1.3 |
2.3.1 |
|
7.0.0 |
7.2.2 |
|
0.6.1 |
0.6.2 |
|
1.28.0 |
1.29.0 |
|
2.22 |
3.0 |
|
3.52.3 |
3.56.1 |
|
25.1.0 |
26.0.0 |
|
3.2.4 |
3.3.2 |
|
0.9.1 |
0.11.0 |
|
8.4.2 |
9.0.2 |
|
0.14.2 |
0.15.0 |
|
2025.2 |
2026.1 |
|
6.0.2 |
6.0.3 |
|
7.1.4 |
7.6.0 |
|
0.27.1 |
0.30.0 |
|
0.18.15 |
0.19.1 |
|
4.9.1 |
4.10.1 |
|
80.9.0 |
82.0.1 |
|
8.3.1 |
9.2.2 |
|
8.2.1 |
9.1.0 |
|
3.0.2 |
3.1.0 |
|
2.7.2 |
2.8.7 |
|
2025.9.11.17 |
2026.1.14.14 |
|
0.3 |
0.4 |
|
5.0.0 |
6.0.1 |
|
2.5.0 |
2.6.3 |
|
0.2.13 |
0.6.0 |
|
24.11.1 |
25.10.0 |
|
15.0.1 |
16.0 |
|
0.46.1 |
0.46.3 |
|
0.15.1 |
1.0.4 |
|
1.37.1 |
1.38.0 |
|
10.0.6 |
10.2.0 |
|
10.0.6 |
10.2.0 |
|
10.0.6 |
10.2.0 |
|
4.10 |
4.11 |
|
4.3 |
4.4 |
|
2.58 |
2.61.1 |
|
1.93 |
1.94 |
|
1.1.0 |
1.1.1 |
|
1.9.0 |
1.10.1 |
|
git (ae1df75b1155…) |
git (f3f5fa454345…) |
|
2.9 |
2.10 |
|
3.4.5 |
4.0.2 |
|
1.90.0 |
1.94.1 |
|
1.90.0 |
1.94.1 |
|
2.1 |
2.2 |
|
1.11.3 |
1.11.4 |
|
0.9.1 |
0.9.3 |
|
2025.3 |
2026.1 |
|
4.18.0 |
4.19.4 |
|
1.8.0.3 |
1.8.1.1 |
|
1.4.328.1 |
1.4.341.0 |
|
21.1.1 |
22.1.1 |
|
1.4.328.1 |
1.4.341.0 |
|
3.48.0 |
3.51.3 |
|
4.7.2 |
4.7.5 |
|
6.16 |
6.19 |
|
0.19.04 |
0.20.01 |
|
4.3.1 |
4.4.1 |
|
12.7.8 |
12.7.9 |
|
257.8 |
259.5 |
|
257.8 |
259.5 |
|
257.8 |
259.5 |
|
257.8 |
259.5 |
|
5.3 |
5.4 |
|
5.3 |
5.4 |
|
2.1.1 |
2.2.1 |
|
9.0.2 |
9.0.3 |
|
7.2 |
7.3 |
|
2.38.0 |
2.41.0 |
|
2025.10 |
2026.01 |
|
2025.10 |
2026.01 |
|
018 |
019 |
|
4.0.6 |
4.0.9 |
|
2.41.1 |
2.41.3 |
|
2.41.1 |
2.41.3 |
|
3.25.1 |
3.26.0 |
|
9.1.1683 |
9.2.0340 |
|
9.1.1683 |
9.2.0340 |
|
1.1.1 |
1.2.0 |
|
0.82.1 |
0.82.2 |
|
1.4.328.1 |
1.4.341.0 |
|
1.4.328.1 |
1.4.341.0 |
|
git (d27205d14d01…) |
git (fa2cf45adde0…) |
|
1.4.328.1 |
1.4.341.0 |
|
1.4.328.1 |
1.4.341.0 |
|
1.4.328.1 |
1.4.341.0 |
|
1.4.328.1 |
1.4.341.0 |
|
1.45 |
1.47 |
|
1.2.0 |
1.3.0 |
|
2.50.4 |
2.50.6 |
|
14.0.2 |
15.0.0 |
|
1.16.0 |
1.16.1 |
|
r3039+git (31e19f92f00c…) |
r3039+git (0480cb05fa18…) |
|
1.1.4 |
1.1.5 |
|
0.1.5 |
0.1.6 |
|
1.3.0 |
1.3.1 |
|
1.4.7 |
1.5.0 |
|
2.45 |
2.47 |
|
2024.1 |
2025.1 |
|
21.1.18 |
21.1.21 |
|
24.1.8 |
24.1.9 |
|
5.8.1 |
5.8.2 |
|
1.3.1 |
1.3.2 |
Contributors to 6.0
Thanks to the following people who contributed to this release:
Adam Blank
Adam Duskett
Adarsh Jagadish Kamini
Aditya Kurdunkar
Adrian Freihofer
Ahmad Fatoum
Alejandro Hernandez Samaniego
Aleksandar Nikolic
Alexander Kanavin
Alexander Sverdlin
Alex Bradbury
Alex Kiernan
Amaury Couderc
Andrej Kozemcak
Anibal Limon
Ankur Tyagi
Antonin Godard
Ashish Kumar Mishra
Ashish Sharma
BELHADJ SALEM Talel
Benjamin Robin
Bruce Ashfield
Changqing Li
Chen Qi
Clement Faure
Colin Pinnell McAllister
Corentin Guillevic
Daiane Angolini
Daniel Dragomir
Daniel Turull
Dan McGregor
Deepesh Varatharajan
Dmitry Baryshkov
Dragomir, Daniel
El Mehdi YOUNES
Enrico Jörns
Ernst Persson
Etienne Cordonnier
Fabio Berton
Fabio Estevam
Favazza, Samuele
Florian Schmaus
Francesco Valla
Franz Schnyder
Germann, Bastian
Guðni Már Gilbert
Gyorgy Sarvari
Haiqing Bai
Harish Sadineni
Hemanth Kumar M D
Het Patel
Hiago De Franco
Himanshu Jadon
hongxu
Hongxu Jia
Jaeyoon Jung
Jan Luebbe
Jan Vermaete
Jason Schonberg
Javier Tia
Jiaying Song
Jinfeng Wang
João Marcos Costa
Jörg Sommer
Jose Quaresma
Joshua Watt
Kai Kang
Kamel Bouhara
Kavinaya S
Ken Kurematsu
Khai Dang
Khalifa Rouis
Khem Raj
Koen Kooi
Kory Maincent
Kristiyan Chakarov
Krupal Ka Patel
Lee Chee Yang
Leon Anavi
Le Qi
Liu Yiding
Livin Sunny
Liyin Zhang
Logan Gallois
Louis Rannou
Lucas Stach
Luka Krstic
Mahesh Angadi
Mark Hatle
Mark-Pk Tsai
Markus Volk
mark.yang
Martin Jansa
Martin Schwan
Mathieu Dubois-Briand
Matt Madison
Maxin B. John
Maxin John
Max Krummenacher
Miaoqing Pan
Michael Arndt
Michael Halstead
Michael Opdenacker
Michal Sieron
Mikko Rapeli
Ming Liu
Mingli Yu
Miroslav Cernak
Mohammad Rafi Shaik
Mohammad Rahimi
Moritz Haase
Naftaly RALAMBOARIVONY
Naman Jain
Nikhil R
Niko Mauno
Nora Schiffer
Osama Abdelkader
Patrick Vogelaar
Patrick Wicki
Paul Barker
Pavel Löbl
Peter Bergin
Peter de Ridder
Peter Kjellerstedt
Peter Marko
Peter Tatrai
Philip Lorenz
Pierre-Loup GOSSE
Piotr Buliński
Pratik Farkase
Quentin Schulz
Randolph Sapp
Randy MacLeod
Ricardo Salveti
Ricardo Simoes
Ricardo Ungerer
Richard Purdie
Robert Joslyn
Robert P. J. Day
Robert Yang
Rob Woolley
Ross Burton
Rouven Rastetter
Ryan Eatmon
Sam Povilus
Samuli Piippo
Sandeep Gundlupet Raju
Scott Murray
Shaik Moin
Shotaro Uchida
Stefano Babic
Stefano Tondo
Sunil Dora
sven.kalmbach
Swami
Telukula Jeevan Kumar Sahu
Theo GAIGE
Thomas Perrot
Tim Orling
Tom Geelen
Trevor Gamblin
Trevor Woerner
Ulrich Ölmann
Uwe Kleine-König
Veeresh Kadasani
Victor Kamensky
Vijay Anusuri
Viswanath Kraleti
Vivek Puar
Vyacheslav Yurkov
Wang Mingyu
Weisser, Pascal
Xiangyu Chen
Yanis BINARD
Yann Dirson
Yannic Moog
Yash Gupta
Yash Shinde
Yasir Al-Latifi
Yiding Liu
Yi Zhao
Yoann Congal
Yongxin Liu
Zhangfei Gao
Zhang Peng
Zk47T
Zoltán Böszörményi