diff options
Diffstat (limited to 'documentation/migration-guides')
-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 | ||