summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2024-04-12 18:19:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:55:42 +0100
commiteb8d6f9a092e02dab8b3672970d7a04f80db7312 (patch)
tree60275fa036519bd71ea10bc777d49a12731ae12e /documentation
parent5ee6d81db7dcea5210218d5d17833f4f2a2228af (diff)
downloadpoky-eb8d6f9a092e02dab8b3672970d7a04f80db7312.tar.gz
release-notes-5.0: various additions and improvements
(From yocto-docs rev: 4b839c460867d685584134dbd322cd9b20f2ae6d) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/release-notes-5.0.rst27
1 files changed, 25 insertions, 2 deletions
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index b5fba13e6c..7767a4229d 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -179,6 +179,21 @@ New Features / Enhancements in 5.0
179 - ``bitbake.conf``: add ``runtimedir`` to represent the path to the runtime 179 - ``bitbake.conf``: add ``runtimedir`` to represent the path to the runtime
180 state directory (i.e., ``/run``). 180 state directory (i.e., ``/run``).
181 181
182 - Allow to disable colored text output through the
183 `NO_OUTPUT <https://no-color.org/>`__ environment variable.
184
185 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
186 configuration setting.
187
188- Devtool improvements:
189
190 - Introduce a new ``ide-sdk`` plugin to generate a configuration to use
191 the eSDK through an IDE.
192
193 - Add ``--no-pypi`` option for Python projects that are not hosted on PyPI.
194
195 - Add support for Git submodules.
196
182- Packaging changes: 197- Packaging changes:
183 198
184 - ``package_rpm``: the RPM package compressor's mode can now be overriden. 199 - ``package_rpm``: the RPM package compressor's mode can now be overriden.
@@ -235,8 +250,16 @@ Recipe License changes in 5.0
235 250
236The following corrections have been made to the :term:`LICENSE` values set by recipes: 251The following corrections have been made to the :term:`LICENSE` values set by recipes:
237 252
238- ``systemd``: make the scope of ``LGPL`` more accurate (``LGPL-2.1`` -> ``LGPL-2.1-or-later``) 253- ``elfutils``: split license for libraries & backend and utilities.
239- ``libsystemd``: set its own :term:`LICENSE` value (``LGPL-2.1-or-later``) to add more granularity 254- ``ghostscript``: correct :term:`LICENSE` to ``AGPL-3.0-or-later``.
255- ``libsystemd``: set its own :term:`LICENSE` value (``LGPL-2.1-or-later``) to add more granularity.
256- ``libtest-warnings-perl``: update :term:`LICENSE` ``Artistic-1.0`` to ``Artistic-1.0-Perl``.
257- ``linux-firmware``: set package :term:`LICENSE` appropriately for ``carl9170``, ``rockchip`` and ``powerpr``.
258- ``newlib``: add license ``Apache-2.0-with-LLVM-exception``.
259- ``python3-poetry-core``: add license ``BSD-3-Clause`` for ``fastjsonschema``.
260- ``systemd``: make the scope of ``LGPL`` more accurate (``LGPL-2.1`` -> ``LGPL-2.1-or-later``).
261- ``util-linux``: add ``GPL-1.0-or-later`` license for fdisk and ``MIT`` license for ``flock``.
262- ``zstd``: set to dual-licensed ``BSD-3-Clause`` or ``GPL-2.0-only``.
240 263
241Security Fixes in 5.0 264Security Fixes in 5.0
242~~~~~~~~~~~~~~~~~~~~~ 265~~~~~~~~~~~~~~~~~~~~~