summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-5.0.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index e5cdd87d1d..8df95ca21b 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -26,12 +26,28 @@ New Features / Enhancements in 5.0
26 26
27- wic Image Creator enhancements: 27- wic Image Creator enhancements:
28 28
29 - Allow the imager's output file extension to match the imager's name,
30 instead of hardcoding it to ``direct`` (i.e., the default imager)
31
32 - For GPT-based disks, add reproducible Disk GUID generation
33
34 - Allow generating reproducible ext4 images
35
36 - Add feature to fill a specific range of a partition with zeros
37
38 - ``bootimg-efi``: add ``install-kernel-into-boot-dir`` parameter to
39 configure kernel installation point(s) (i.e., rootfs and/or boot partition)
40
41 - ``rawcopy``: add support for zstd decompression
42
29- SDK-related improvements: 43- SDK-related improvements:
30 44
31- Testing: 45- Testing:
32 46
33- Utility script changes: 47- Utility script changes:
34 48
49 - New ``recipetool/create_go.py`` script added to support Go recipe creation
50
35- BitBake improvements: 51- BitBake improvements:
36 52
37- Packaging changes: 53- Packaging changes:
@@ -42,6 +58,16 @@ New Features / Enhancements in 5.0
42 58
43- Miscellaneous changes: 59- Miscellaneous changes:
44 60
61 - Systemd's following :term:`PACKAGECONFIG` options were added:
62 ``cryptsetup-plugins``, ``no-ntp-fallback``, and ``p11kit``.
63
64 - ``systemd-boot`` can, from now on, be compiled as ``native``, thus
65 providing ``ukify`` tool to build UKI images.
66
67 - The :ref:`ref-classes-go-vendor` class was added to support offline builds
68 (i.e., vendoring). It can also handle modules from the same repository,
69 taking into account their versions.
70
45Known Issues in 5.0 71Known Issues in 5.0
46~~~~~~~~~~~~~~~~~~~ 72~~~~~~~~~~~~~~~~~~~
47 73
@@ -50,12 +76,19 @@ Known Issues in 5.0
50Recipe License changes in 5.0 76Recipe License changes in 5.0
51~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 78
79The following corrections have been made to the :term:`LICENSE` values set by recipes:
80
81- ``systemd``: make the scope of ``LGPL`` more accurate (``LGPL-2.1`` -> ``LGPL-2.1-or-later``)
82- ``libsystemd``: set its own :term:`LICENSE` value (``LGPL-2.1-or-later``) to add more granularity
83
53Security Fixes in 5.0 84Security Fixes in 5.0
54~~~~~~~~~~~~~~~~~~~~~ 85~~~~~~~~~~~~~~~~~~~~~
55 86
56Recipe Upgrades in 5.0 87Recipe Upgrades in 5.0
57~~~~~~~~~~~~~~~~~~~~~~ 88~~~~~~~~~~~~~~~~~~~~~~
58 89
90- go: update 1.20.10 -> 1.22.1
91
59Contributors to 5.0 92Contributors to 5.0
60~~~~~~~~~~~~~~~~~~~ 93~~~~~~~~~~~~~~~~~~~
61 94