summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-11-06 23:29:38 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:28 +0000
commit610a4030ba251688aa06d37fcb14613176e70755 (patch)
tree411e1a240bf459643f82e07f4b57f7c5043fa463 /documentation/migration-guides
parent10e7cdea5b1396c98dc080a47043988512b4c08f (diff)
downloadpoky-610a4030ba251688aa06d37fcb14613176e70755.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>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst13
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: