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 13/18] migration-guides/release-notes-6.0.rst: add license changes
Date: Fri, 24 Apr 2026 10:28:41 +0200 [thread overview]
Message-ID: <20260424-third-release-notes-6-0-v2-13-4feacf138e13@bootlin.com> (raw)
In-Reply-To: <20260424-third-release-notes-6-0-v2-0-4feacf138e13@bootlin.com>
Add license changes between yocto-5.3 and 8751ec834211
("build-appliance-image: Update to whinlatter head revisions") on
OE-Core.
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
.../migration-guides/release-notes-6.0.rst | 30 +++++++++++++++++++---
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index 524a1a199..16cd2a8e3 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -764,18 +764,40 @@ Known Issues in |yocto-ver|
Recipe License changes in |yocto-ver|
-------------------------------------
+..
+ Going through commits on OE-Core filtered by License-Update:
+ git log -U0 --patch --grep "License-Update:" yocto-5.3..origin/master
+
The following changes have been made to the :term:`LICENSE` values set by recipes:
.. list-table::
:widths: 20 40 40
:header-rows: 1
- * - Recipe
- - Previous value
- - New value
- * - ``recipe name``
+ * - Recipe(s)
- Previous value
- New value
+ * - ``libxcrypt-compat``, ``libxcrypt``
+ - ``LGPL-2.1-only``
+ - ``LGPL-2.1-only & 0BSD & BSD-3-Clause``
+ * - ``libpcre2``
+ - ``BSD-3-Clause``
+ - ``BSD-3-Clause & BSD-2-Clause & MIT``
+ * - ``libtest-fatal-perl``
+ - ``Artistic-1.0 | GPL-1.0-or-later``
+ - ``Artistic-1.0-Perl | GPL-1.0-or-later``
+ * - ``python3-cffi``
+ - ``MIT``
+ - ``MIT-0``
+ * - ``icu``
+ - ``ICU``
+ - ``ICU & MIT``
+ * - ``iso-code``
+ - ``LGPL-2.1-only``
+ - ``LGPL-2.1-or-later``
+ * - ``ruby``
+ - ``Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT``
+ - ``Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT | BSL-1.0 | Apache-2.0``
Security Fixes 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 ` [PATCH v2 12/18] migration-guides/release-notes-6.0.rst: cover recent changes Antonin Godard
2026-04-24 8:28 ` Antonin Godard [this message]
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-13-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