diff mbox series

[17/20] migration-guides/release-notes-6.1.rst: add license updates

Message ID 20260918-releases-notes-6-1-v1-17-2d0fceffa242@bootlin.com
State New
Headers show
Series Updates and release notes for 6.1 | expand

Commit Message

Antonin Godard Sept. 18, 2026, 1:53 p.m. UTC
Update license changes section by going through commits with
the License-Update: mentioned in the body on OE-Core since yocto-6.0.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 .../migration-guides/release-notes-6.1.rst         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-6.1.rst b/documentation/migration-guides/release-notes-6.1.rst
index 3632a2ab0..9b8f68f06 100644
--- a/documentation/migration-guides/release-notes-6.1.rst
+++ b/documentation/migration-guides/release-notes-6.1.rst
@@ -742,6 +742,34 @@  Recipe License changes in |yocto-ver|
    Going through commits on OE-Core filtered by License-Update:
    git log -U0 --patch --grep "License-Update:" yocto-6.0..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(s)
+     - Previous value
+     - New value
+   * - ``erofs-utils``
+     - ``GPL-2.0-or-later``
+     - ``MIT AND (GPL-2.0-or-later OR MIT)``
+   * - ``git``
+     - ``GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause AND MIT AND BSL-1.0 AND LGPL-2.1-or-later``
+     - ``GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause AND MIT AND LGPL-2.1-or-later``
+   * - ``fmt``
+     - ``MIT``
+     - ``MIT-with-fmt-exception``
+   * - ``vulkan-headers``
+     - ``Apache-2.0 AND MIT``
+     - ``Apache-2.0 AND MIT AND (Apache-2.0 OR MIT)``
+   * - ``vulkan-validation-layers``
+     - ``Apache-2.0 AND BSL-1.0 AND MIT``
+     - ``Apache-2.0 AND BSL-1.0 AND MIT AND BSD-2-Clause AND (Apache-2.0 WITH LLVM-exception)``
+   * - ``lttng-tools``
+     - ``GPL-2.0-only AND LGPL-2.1-only``
+     - ``BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND CC-BY-SA-4.0 AND FSFAP AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-2.0 AND GPL-2.0-or-later WITH Autoconf-exception-macro AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT``
+
 Security Fixes in |yocto-ver|
 -----------------------------