summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-09 16:04:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-26 17:32:51 +0100
commitaf5cb21d9f70a79f0edadace9bcdcfb9c7e28078 (patch)
tree3ecb82e8f7bc1eda0489b1f2f21da5048f7a914e /documentation
parent7475d86c18b15e66ce08359aa6ad00d49de668dc (diff)
downloadpoky-af5cb21d9f70a79f0edadace9bcdcfb9c7e28078.tar.gz
migration-guides: update 4.3 release notes
(From yocto-docs rev: ad3ba5c576011e31f71a39c9138f8bd67b3c444f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 63ee186af2..1cae8f19b5 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -10,6 +10,13 @@ New Features / Enhancements in 4.3
10 10
11- New variables: 11- New variables:
12 12
13 - :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS`.
14 See details below.
15
16 - :term:`KERNEL_DTBDEST`: directory where to install DTB files.
17
18 - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories.
19
13- Architecture-specific enhancements: 20- Architecture-specific enhancements:
14 21
15- Kernel-related enhancements: 22- Kernel-related enhancements:
@@ -22,14 +29,20 @@ New Features / Enhancements in 4.3
22 29
23- QEMU/runqemu enhancements: 30- QEMU/runqemu enhancements:
24 31
32 - QEMU has been upgraded to version 8.0
33
34- Rust improvements:
35
36 - Rust has been upgraded to version 1.69
37
25- Image-related enhancements: 38- Image-related enhancements:
26 39
27- wic Image Creator enhancements: 40- wic Image Creator enhancements:
28 41
29- FIT image related improvements: 42- FIT image related improvements:
30 43
31 - New :term:`FIT_ADDRESS_CELLS` variable allowing 44 - New :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS` variables allowing
32 to specify 64 bit addresses. 45 to specify 64 bit addresses, typically for loading U-Boot.
33 46
34- SDK-related improvements: 47- SDK-related improvements:
35 48