diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2025-01-29 15:18:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-07 17:52:48 +0000 |
commit | d554399bf8d53e3d31c6409ce9fb4a3f9ecb7ffc (patch) | |
tree | f4279ec957ec0bd980f870561706cab08c6b1e40 | |
parent | afb9ac9181b198bf4e902cf1482f895d048e6036 (diff) | |
download | poky-d554399bf8d53e3d31c6409ce9fb4a3f9ecb7ffc.tar.gz |
release-notes-5.2: add information about rpm and sequoia
(From yocto-docs rev: 074592afcba03e932778471c44019623943814fc)
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index 06dce8d17a..b0e538700f 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -226,6 +226,9 @@ New Features / Enhancements in |yocto-ver| | |||
226 | - ``package_rpm``: restrict RPM packaging to 4 threads to improve | 226 | - ``package_rpm``: restrict RPM packaging to 4 threads to improve |
227 | the compression speed. | 227 | the compression speed. |
228 | 228 | ||
229 | - ``sign_rpm``: ``rpm`` needs the ``sequoia`` :term:`PACKAGECONFIG` | ||
230 | config set to be able to generate signed packages. | ||
231 | |||
229 | - LLVM related changes: | 232 | - LLVM related changes: |
230 | 233 | ||
231 | - SPDX-related changes: | 234 | - SPDX-related changes: |
@@ -300,6 +303,7 @@ New Features / Enhancements in |yocto-ver| | |||
300 | - ``gdk-pixbuf``: ``gif``, ``others`` | 303 | - ``gdk-pixbuf``: ``gif``, ``others`` |
301 | - ``libpam``: ``selinux`` | 304 | - ``libpam``: ``selinux`` |
302 | - ``libsecret``: ``pam`` | 305 | - ``libsecret``: ``pam`` |
306 | - ``rpm``: ``sequoia`` | ||
303 | 307 | ||
304 | - Miscellaneous changes: | 308 | - Miscellaneous changes: |
305 | 309 | ||