From: Antonin Godard <antonin.godard@bootlin.com>
To: docs@lists.yoctoproject.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Antonin Godard <antonin.godard@bootlin.com>
Subject: [PATCH v2 12/18] migration-guides/release-notes-6.0.rst: cover recent changes
Date: Fri, 24 Apr 2026 10:28:40 +0200 [thread overview]
Message-ID: <20260424-third-release-notes-6-0-v2-12-4feacf138e13@bootlin.com> (raw)
In-Reply-To: <20260424-third-release-notes-6-0-v2-0-4feacf138e13@bootlin.com>
Cover changes between 00de455f8d3a ("classes/cve-check: remove class")
and 9a83f0878b6b ("busybox: fix for CVE-2026-26157, CVE-2026-26158") in
OE-Core. There were no changes to BitBake and meta-yocto since the last
update of these release notes.
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
.../migration-guides/release-notes-6.0.rst | 31 ++++++++++++++++++----
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index 9d611d70a..524a1a199 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -237,8 +237,6 @@ New Features / Enhancements in |yocto-ver|
in the default distro setup (appearing as ``nodistro`` :term:`DISTRO`)
(:oecore_rev:`175fcf9fad699dd122680d3f6961af9bf8487046`)
-- Architecture-specific changes:
-
- QEMU / ``runqemu`` changes:
- ``qemuboot```: Make the tap interface nameserver configurable through
@@ -289,6 +287,9 @@ New Features / Enhancements in |yocto-ver|
- Enable dynamic LLVM linking by default
(:oecore_rev:`d0671c3dad87a063b3a41dd07cde89b5684e692c`)
+ - Enable fully static linking when :term:`TCLIBC` is set to ``musl``
+ (:oecore_rev:`75409c60e9e63fdcbb9d4f54130052991362ec08`)
+
- Wic Image Creator changes:
- ``wic/engine``: Fix copying directories into wic image with ``ext*``
@@ -297,7 +298,13 @@ New Features / Enhancements in |yocto-ver|
- Re-implement sector-size support
(:oecore_rev:`b50d6debf7baa555fbfb3521c4f952675bba2d37`)
-- SDK-related changes:
+ - The Wic tool is now maintained in a separate project, no longer part of
+ :term:`OpenEmbedded-Core (OE-Core)`: :yocto_git:`/wic/`
+
+ - A new ``wicenv`` type can be added to :term:`IMAGE_FSTYPES` to place the
+ ``.env`` file generate by Wic in the deployment directory
+ (:term:`DEPLOY_DIR_IMAGE`)
+ (:oecore_rev:`e4d49702f21fb75444d58f419432649a04e351c9`)
- Testing-related changes:
@@ -374,6 +381,9 @@ New Features / Enhancements in |yocto-ver|
- Update data if CVE exists (:oecore_rev:`9ea6d9209b95f8d31975d71315fb52343e6aa729`)
- Validate that cve details field exists (:oecore_rev:`80ff4903ea1b839f9cd9393b314c3adfbb80b765`)
+ - ``oe-pkgdata-util``: improve the ``lookup-pkg`` error message for
+ :term:`RPROVIDES` packages
+ (:oecore_rev:`46ff3a8d2c18fcba87c711bb23dbdabae20eef84`)
- BitBake changes:
@@ -463,7 +473,9 @@ New Features / Enhancements in |yocto-ver|
configuration options when fetching Git repositories
(:bitbake_rev:`4c378445969853d6aff4694d937b9af47c7f7300`)
-- Packaging changes:
+ - When using the ``subpath`` parameter with the Git fetcher in an
+ :term:`SRC_URI`, properly make the ``HEAD`` point to the value specified
+ in :term:`SRCREV`.
- Clang/LLVM related changes:
@@ -517,7 +529,6 @@ New Features / Enhancements in |yocto-ver|
:term:`SPDX_INCLUDE_VEX` variable
(:oecore_rev:`d999ac407c86b462134008818d5863ecb577f3c6`)
-
- ``devtool`` changes:
- ``ide-sdk``:
@@ -580,6 +591,7 @@ New Features / Enhancements in |yocto-ver|
- New :term:`PACKAGECONFIG` options for individual recipes:
- ``curl``: ``schannel``
+ - ``gstreamer1.0-plugins-bad``: ``fdkaac``
- ``gstreamer1.0-plugins-good``: ``qt6``
- ``libinput``: ``lua``, ``libwacom``, ``mtdev``
- ``librepo``: ``sequoia``
@@ -590,6 +602,8 @@ New Features / Enhancements in |yocto-ver|
- ``python3``: ``freethreading`` (experimental, see
:oecore_rev:`c56990178b31b893fbf695eaf6b67de501e9d2e9`)
- ``python3-cryptography``: ``legacy-openssl``
+ - ``systemd``: ``osc-context``
+ - ``systemtap``: ``readline``
- systemd related changes:
@@ -733,6 +747,13 @@ New Features / Enhancements in |yocto-ver|
- :ref:`ref-classes-archiver`: Don't try to preserve all attributes when
copying files (:oecore_rev:`6e8313688fa994c82e4c846993ed8da0d1f4db0e`)
+ - :ref:`ref-classes-useradd`: allow inheriting the class with only
+ :term:`USERADD_DEPENDS` set, when a recipe only depends on users/groups
+ created by another (:oecore_rev:`09a901b9874f76e665fb4ba9e537703a792011e3`)
+
+ - ``vim``: disable `GTK+3` UI by default
+ (:oecore_rev:`a07763f03d4faacca4470e4f1f80f766ed068296`)
+
Known Issues in |yocto-ver|
---------------------------
--
2.53.0
next prev parent reply other threads:[~2026-04-24 8:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 8:28 [PATCH v2 00/18] Updates for upcoming Wrynose release (2) Antonin Godard
2026-04-24 8:28 ` [PATCH v2 01/18] conf.py: add a :yocto_bug: role Antonin Godard
2026-04-24 8:28 ` [PATCH v2 02/18] migration-guides/release-notes-6.0.rst: add known KVM issue Antonin Godard
2026-04-24 8:28 ` [PATCH v2 03/18] migration-guides/migration-6.0.rst: document the CVE_PRODUCT behavior change Antonin Godard
2026-04-24 8:28 ` [PATCH v2 04/18] tools/build-docs-container: add missing leap 16.0 in help message Antonin Godard
2026-04-24 8:28 ` [PATCH v2 05/18] tools/build-docs-container: add CentOS 10 support Antonin Godard
2026-04-24 8:28 ` [PATCH v2 06/18] ref-manual/system-requirements.rst: add CentOS 10 as a supported distro Antonin Godard
2026-04-24 8:28 ` [PATCH v2 07/18] docs-wide: drop documentation for cve-check and variables Antonin Godard
2026-04-24 8:28 ` [PATCH v2 08/18] ref-manual/variables.rst: document the SBOM_CVE_CHECK_SHOW_WARNINGS variable Antonin Godard
2026-04-24 8:28 ` [PATCH v2 09/18] security-manual/vulnerabilities.rst: require Upstream-Status, not recommend Antonin Godard
2026-04-24 8:28 ` [PATCH v2 10/18] security-manual/vulnerabilities.rst: refresh the document after cve-check removal Antonin Godard
2026-04-24 8:28 ` [PATCH v2 11/18] migration-guides/migration-6.0.rst: add migration notes on " Antonin Godard
2026-04-24 8:28 ` Antonin Godard [this message]
2026-04-24 8:28 ` [PATCH v2 13/18] migration-guides/release-notes-6.0.rst: add license changes Antonin Godard
2026-04-24 8:28 ` [PATCH v2 14/18] migration-guides/release-notes-6.0.rst: update CVE fixes Antonin Godard
2026-04-24 8:28 ` [PATCH v2 15/18] migration-guides/release-notes-6.0.rst: add recipe version changes Antonin Godard
2026-04-24 8:28 ` [PATCH v2 16/18] migration-guides/migration-6.0.rst: mention python3-roman-numerals-py rename Antonin Godard
2026-04-24 8:28 ` [PATCH v2 17/18] migration-guides/release-notes-6.0.rst: add contributors Antonin Godard
2026-04-24 8:28 ` [PATCH v2 18/18] ref-manual/variables: IMAGE_TYPES: add new wicenv type Antonin Godard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260424-third-release-notes-6-0-v2-12-4feacf138e13@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=docs@lists.yoctoproject.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox