diff options
author | Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> | 2025-09-08 16:00:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-16 12:09:41 +0100 |
commit | c94e84cd78313507a817bed84867c96e5a304f73 (patch) | |
tree | 5dbb4225b40101e04b59a640cb47b47374d0bc33 /documentation | |
parent | 0f329e14de8ca6225b32aec5913e5f3fb1d32161 (diff) | |
download | poky-c94e84cd78313507a817bed84867c96e5a304f73.tar.gz |
migration-guides/migration-5.3.rst: wic option extra-space renaming
After commit 47533f20a7ec ("wic: rename wks flag --extra-space to
--extra-filesystem-space") in openembedded-core, document the
renaming of the Wic-specific option extra-space to
extra-filesystem-space.
CC: Alexander Kanavin <alex.kanavin@gmail.com>
(From yocto-docs rev: d3a34e8dca3c774234d3c6f4e575858869a7460d)
Signed-off-by: Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr>
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-5.3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.3.rst b/documentation/migration-guides/migration-5.3.rst index 2d2f8d91ad..1b767374d5 100644 --- a/documentation/migration-guides/migration-5.3.rst +++ b/documentation/migration-guides/migration-5.3.rst | |||
@@ -252,3 +252,5 @@ Miscellaneous changes | |||
252 | 252 | ||
253 | - ``xserver-xorg``: remove sub-package ``${PN}-xwayland``, as ``xwayland`` is | 253 | - ``xserver-xorg``: remove sub-package ``${PN}-xwayland``, as ``xwayland`` is |
254 | now its own recipe. | 254 | now its own recipe. |
255 | |||
256 | - The Wic-specific option ``--extra-space`` has been renamed to ``--extra-filesystem-space``. \ No newline at end of file | ||