diff mbox series

[v2,3/3] migration-guides: document ZSTD_COMPRESSION_LEVEL change

Message ID 20241121133025.1064006-3-alex@linutronix.de
State New
Headers show
Series [v2,1/3] ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS | expand

Commit Message

Alexander Kanavin Nov. 21, 2024, 1:30 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 documentation/migration-guides/migration-5.2.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

Quentin Schulz Nov. 21, 2024, 1:36 p.m. UTC | #1
Hi Alex,

On 11/21/24 2:30 PM, Alexander Kanavin via lists.yoctoproject.org wrote:
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index 73d52460f..7b35e7721 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -57,3 +57,6 @@  The following classes have been removed in this release:
 
 Miscellaneous changes
 ~~~~~~~~~~~~~~~~~~~~~
+
+-  :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed
+   command-line option (e.g. it should be set to ``3`` rather than ``-3``).