diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-27 17:01:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | cfaca2fb59b1e194fff1fd3ff761600a1fe575e0 (patch) | |
tree | a047a717740e4cacc3e3afd35bc6c42e51717cae | |
parent | b015ce6a598a7aa10033637ff2ce7f482d9e0bc8 (diff) | |
download | poky-cfaca2fb59b1e194fff1fd3ff761600a1fe575e0.tar.gz |
migration-guides/release-notes-5.2.rst: add LICENSE recipe changes
Document LICENSE changes between the 5.1 and 5.2 release.
Extracted for commits message containing the "License-Update:" field in
Poky, between tag yocto-5.1 and walnascar.
(From yocto-docs rev: 725135799c4d3ba117376df230be4a1603779121)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index 0811008704..1e05631d9a 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -704,7 +704,63 @@ Known Issues in |yocto-ver| | |||
704 | Recipe License changes in |yocto-ver| | 704 | Recipe License changes in |yocto-ver| |
705 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 705 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
706 | 706 | ||
707 | The following corrections have been made to the :term:`LICENSE` values set by recipes: | 707 | The following changes have been made to the :term:`LICENSE` values set by recipes: |
708 | |||
709 | .. list-table:: | ||
710 | :widths: 20 40 40 | ||
711 | :header-rows: 1 | ||
712 | |||
713 | * - Recipe | ||
714 | - Previous value | ||
715 | - New value | ||
716 | * - ``babeltrace2`` | ||
717 | - ``MIT & GPL-2.0-only & LGPL-2.1-only & BSD-2-Clause`` | ||
718 | - ``MIT & GPL-2.0-only & LGPL-2.1-only & BSD-2-Clause & BSD-4-Clause & GPL-3.0-or-later & CC-BY-SA-4.0 & PSF-2.0`` | ||
719 | * - ``busybox`` | ||
720 | - ``GPL-2.0-only & bzip2-1.0.4`` | ||
721 | - ``GPL-2.0-only & bzip2-1.0.6`` | ||
722 | * - ``dbus-glib`` | ||
723 | - ``AFL-2.1 | GPL-2.0-or-later`` | ||
724 | - ``(AFL-2.1 & LGPL-2.0-or-later & MIT) | (GPL-2.0-or-later & LGPL-2.0-or-later & MIT)`` | ||
725 | * - ``diffstat`` | ||
726 | - ``MIT`` | ||
727 | - ``X11`` | ||
728 | * - ``docbook-xsl-stylesheets`` | ||
729 | - ``XSL`` | ||
730 | - ``DocBook-XML`` | ||
731 | * - ``font-util`` | ||
732 | - ``Unicode-TOU & BSD-4-Clause & BSD-2-Clause`` | ||
733 | - ``Unicode-TOU & MIT & X11 & BSD-2-Clause`` | ||
734 | * - ``json-glib`` | ||
735 | - ``LGPL-2.1-only`` | ||
736 | - ``LGPL-2.1-or-later`` | ||
737 | * - ``libbsd`` | ||
738 | - ``BSD-3-Clause & BSD-4-Clause & ISC & PD`` | ||
739 | - ``BSD-3-Clause & ISC & PD`` | ||
740 | * - ``libxfont2`` | ||
741 | - ``MIT & MIT & BSD-4-Clause & BSD-2-Clause`` | ||
742 | - ``MIT & MIT & BSD-4-Clause-UC & BSD-2-Clause`` | ||
743 | * - ``libxkbcommon`` | ||
744 | - ``MIT & MIT`` | ||
745 | - ``MIT & MIT-open-group & HPND & HPND-sell-variant & X11`` | ||
746 | * - ``man-pages`` | ||
747 | - ``GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT`` | ||
748 | - ``GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT`` | ||
749 | * - ``ppp`` | ||
750 | - ``BSD-3-Clause & BSD-3-Clause-Attribution & GPL-2.0-or-later & LGPL-2.0-or-later & PD & RSA-MD & MIT`` | ||
751 | - ``BSD-2-Clause & GPL-2.0-or-later & LGPL-2.0-or-later & PD & RSA-MD & MIT`` | ||
752 | * - ``tcf-agent`` | ||
753 | - ``EPL-1.0 | EDL-1.0`` | ||
754 | - ``EPL-1.0 | BSD-3-Clause`` | ||
755 | * - ``unfs3`` | ||
756 | - ``unfs3`` | ||
757 | - ``BSD-3-Clause`` | ||
758 | * - ``usbutils`` | ||
759 | - ``GPL-2.0-or-later & (GPL-2.0-only | GPL-3.0-only)`` | ||
760 | - ``GPL-2.0-or-later & (GPL-2.0-only | GPL-3.0-only) & CC0-1.0 & LGPL-2.1-or-later & MIT`` | ||
761 | * - ``util-linux`` | ||
762 | - ``GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT`` | ||
763 | - ``GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT`` | ||
708 | 764 | ||
709 | Security Fixes in |yocto-ver| | 765 | Security Fixes in |yocto-ver| |
710 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 766 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |