diff mbox series

migration-guides/release-notes-5.3: using runqemu with compressed images

Message ID 20250922210249.467942-1-yoann.congal@smile.fr
State Under Review
Headers show
Series migration-guides/release-notes-5.3: using runqemu with compressed images | expand

Commit Message

Yoann Congal Sept. 22, 2025, 9:02 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 documentation/migration-guides/release-notes-5.3.rst | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst
index 0ff3883bf..417087e35 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|
       machine's CPU must also be recent enough to support these instructions
       natively.
 
+   -  ``runqemu`` can now run compressed images with snapshot mode. For example,
+      with ``IMAGE_FSTYPES = "... ext4.zst ..."``, you can run::
+
+         runqemu snapshot ext4.zst <image-recipe>
+
 -  Documentation changes:
 
    -  Part of :term:`BitBake` internals are now documented at
@@ -445,6 +450,8 @@  New Features / Enhancements in |yocto-ver|
 
       -  ``context.py``: use :term:`TEST_SUITES` if set.
 
+      - ``runqemu``: add new test for booting compressed images.
+
    -  :ref:`ref-classes-testexport`: capture all tests and data from all layers
       (instead of the :term:`OpenEmbedded-Core (OE-Core)` layer only).