diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-11-21 14:30:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-22 16:56:03 +0000 |
commit | 9fe2d717541b6b4aacda02784959216b5d90ee7c (patch) | |
tree | 222d2a58bee1dbf03198957620d4ed83b3ea377b /documentation/migration-guides | |
parent | 9620944507f3b26973c073b26e7585676ae43fe7 (diff) | |
download | poky-9fe2d717541b6b4aacda02784959216b5d90ee7c.tar.gz |
migration-guides: document ZSTD_COMPRESSION_LEVEL change
(From yocto-docs rev: 6dcc70c4fa780d8531c58bd7886d6f8b602c10af)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-5.2.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index 73d52460fd..7b35e7721f 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: | |||
57 | 57 | ||
58 | Miscellaneous changes | 58 | Miscellaneous changes |
59 | ~~~~~~~~~~~~~~~~~~~~~ | 59 | ~~~~~~~~~~~~~~~~~~~~~ |
60 | |||
61 | - :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed | ||
62 | command-line option (e.g. it should be set to ``3`` rather than ``-3``). | ||