mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f0d9d84a74
commit
fcbe7a5caa
@@ -95,13 +95,6 @@ New Features / Enhancements in 4.3
|
||||
through the ``init`` program. This enabled removing the
|
||||
``SERIAL_CONSOLES_CHECK`` variable.
|
||||
|
||||
- New classes:
|
||||
|
||||
- A ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests
|
||||
|
||||
- A :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code
|
||||
available to C and C++ programs.
|
||||
|
||||
- QEMU / ``runqemu`` enhancements:
|
||||
|
||||
- QEMU has been upgraded to version 8.1
|
||||
@@ -115,6 +108,12 @@ New Features / Enhancements in 4.3
|
||||
|
||||
- Rust has been upgraded to version 1.70
|
||||
|
||||
- New ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests
|
||||
|
||||
- New :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code
|
||||
available to C and C++ programs. See
|
||||
``meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb`` for an example.
|
||||
|
||||
- Image-related enhancements:
|
||||
|
||||
- wic Image Creator enhancements:
|
||||
|
||||
Reference in New Issue
Block a user