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| 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 + - 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).