From c94e84cd78313507a817bed84867c96e5a304f73 Mon Sep 17 00:00:00 2001 From: Pierre-Loup GOSSE Date: Mon, 8 Sep 2025 16:00:47 +0200 Subject: [PATCH] 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 (From yocto-docs rev: d3a34e8dca3c774234d3c6f4e575858869a7460d) Signed-off-by: Pierre-Loup GOSSE Reviewed-by: Antonin Godard Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.3.rst | 2 ++ 1 file changed, 2 insertions(+) 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 - ``xserver-xorg``: remove sub-package ``${PN}-xwayland``, as ``xwayland`` is now its own recipe. + +- The Wic-specific option ``--extra-space`` has been renamed to ``--extra-filesystem-space``. \ No newline at end of file