diff options
| author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-11-06 23:29:38 +1300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
| commit | fcbe7a5caa6d400ead07945c53e15c7858b170f3 (patch) | |
| tree | 508aa4eb066a7bbd26116c6697faf35396a150eb | |
| parent | f0d9d84a749d39004623383d29df40fed7e76534 (diff) | |
| download | poky-fcbe7a5caa6d400ead07945c53e15c7858b170f3.tar.gz | |
release-notes-4.3: move new classes to Rust section
These are both Rust-related, let's move them the Rust section since they
are more notable there.
(From yocto-docs rev: 0510136abf8868d510125bae7f4096342bb94ec0)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 7b3ca0d70b..8ec426c761 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
| @@ -95,13 +95,6 @@ New Features / Enhancements in 4.3 | |||
| 95 | through the ``init`` program. This enabled removing the | 95 | through the ``init`` program. This enabled removing the |
| 96 | ``SERIAL_CONSOLES_CHECK`` variable. | 96 | ``SERIAL_CONSOLES_CHECK`` variable. |
| 97 | 97 | ||
| 98 | - New classes: | ||
| 99 | |||
| 100 | - A ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests | ||
| 101 | |||
| 102 | - A :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code | ||
| 103 | available to C and C++ programs. | ||
| 104 | |||
| 105 | - QEMU / ``runqemu`` enhancements: | 98 | - QEMU / ``runqemu`` enhancements: |
| 106 | 99 | ||
| 107 | - QEMU has been upgraded to version 8.1 | 100 | - QEMU has been upgraded to version 8.1 |
| @@ -115,6 +108,12 @@ New Features / Enhancements in 4.3 | |||
| 115 | 108 | ||
| 116 | - Rust has been upgraded to version 1.70 | 109 | - Rust has been upgraded to version 1.70 |
| 117 | 110 | ||
| 111 | - New ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests | ||
| 112 | |||
| 113 | - New :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code | ||
| 114 | available to C and C++ programs. See | ||
| 115 | ``meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb`` for an example. | ||
| 116 | |||
| 118 | - Image-related enhancements: | 117 | - Image-related enhancements: |
| 119 | 118 | ||
| 120 | - wic Image Creator enhancements: | 119 | - wic Image Creator enhancements: |
