diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2025-09-22 23:02:49 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-26 16:40:40 +0100 |
| commit | 1737c4e1d6fceedd8b6c4517ab0c0f6b045bbefd (patch) | |
| tree | ecb9a57f11b3ac137c8aefe870717c7b343fd5f2 | |
| parent | 2cc3a69ed2cdd6950d1e9191c360654f8d17ae4d (diff) | |
| download | poky-1737c4e1d6fceedd8b6c4517ab0c0f6b045bbefd.tar.gz | |
migration-guides/release-notes-5.3: using runqemu with compressed images
In OE-core commits:
* b5f8c3e029 (selftest: runqemu: add tests for booting zst compressed image, 2025-07-31)
* e069fe2480 (runqemu: Add support for running compressed .zst rootfs images, 2025-07-31)
runqemu gained the ability to run compressed image (+associated test).
Add this information to the release-notes for 5.3.
(From yocto-docs rev: f268c1b649227d533d02e1a6df797b784fcf80de)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/migration-guides/release-notes-5.3.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst index 0ff3883bf0..417087e352 100644 --- a/documentation/migration-guides/release-notes-5.3.rst +++ b/documentation/migration-guides/release-notes-5.3.rst | |||
| @@ -330,6 +330,11 @@ New Features / Enhancements in |yocto-ver| | |||
| 330 | machine's CPU must also be recent enough to support these instructions | 330 | machine's CPU must also be recent enough to support these instructions |
| 331 | natively. | 331 | natively. |
| 332 | 332 | ||
| 333 | - ``runqemu`` can now run compressed images with snapshot mode. For example, | ||
| 334 | with ``IMAGE_FSTYPES = "... ext4.zst ..."``, you can run:: | ||
| 335 | |||
| 336 | runqemu snapshot ext4.zst <image-recipe> | ||
| 337 | |||
| 333 | - Documentation changes: | 338 | - Documentation changes: |
| 334 | 339 | ||
| 335 | - Part of :term:`BitBake` internals are now documented at | 340 | - Part of :term:`BitBake` internals are now documented at |
| @@ -445,6 +450,8 @@ New Features / Enhancements in |yocto-ver| | |||
| 445 | 450 | ||
| 446 | - ``context.py``: use :term:`TEST_SUITES` if set. | 451 | - ``context.py``: use :term:`TEST_SUITES` if set. |
| 447 | 452 | ||
| 453 | - ``runqemu``: add new test for booting compressed images. | ||
| 454 | |||
| 448 | - :ref:`ref-classes-testexport`: capture all tests and data from all layers | 455 | - :ref:`ref-classes-testexport`: capture all tests and data from all layers |
| 449 | (instead of the :term:`OpenEmbedded-Core (OE-Core)` layer only). | 456 | (instead of the :term:`OpenEmbedded-Core (OE-Core)` layer only). |
| 450 | 457 | ||
