diff options
author | Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> | 2025-09-08 16:00:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-16 12:09:41 +0100 |
commit | ef5c17601a1f19389a573a749bcb11fbd02dc55a (patch) | |
tree | 6ed4752c7c31e8625ecf8a1f6d95f40c1cce18d1 /documentation | |
parent | c94e84cd78313507a817bed84867c96e5a304f73 (diff) | |
download | poky-ef5c17601a1f19389a573a749bcb11fbd02dc55a.tar.gz |
migration-guides/release-notes-5.3.rst: new wic option extra-partition-space
After commit c7f51c23fd268 ("wic: add --extra-partition-space option to
set unused space") in openembedded-core, document the new Wic-specific
option extra-partition-space.
CC: Alexander Kanavin <alex.kanavin@gmail.com>
(From yocto-docs rev: 20c6e107af0441772cf986547a7d8131ec244c8c)
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/release-notes-5.3.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst index 4782c24366..0ff3883bf0 100644 --- a/documentation/migration-guides/release-notes-5.3.rst +++ b/documentation/migration-guides/release-notes-5.3.rst | |||
@@ -382,6 +382,9 @@ New Features / Enhancements in |yocto-ver| | |||
382 | :term:`BitBake` variables. This directory is usually found in | 382 | :term:`BitBake` variables. This directory is usually found in |
383 | :term:`STAGING_DIR`. | 383 | :term:`STAGING_DIR`. |
384 | 384 | ||
385 | - Add the Wic-specific option ``--extra-partiton-space`` to add extra empty | ||
386 | space after the space filled by the filesystem in the partition. | ||
387 | |||
385 | - SDK-related changes: | 388 | - SDK-related changes: |
386 | 389 | ||
387 | - Include additional information about Meson setting in the SDK environment | 390 | - Include additional information about Meson setting in the SDK environment |