blob: 1cae8f19b51a8a9569e4a1797d1f32158f4e2d3c [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3Release notes for 4.3 (nandbield)
4----------------------------------
5
6New Features / Enhancements in 4.3
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
9- Linux kernel 6.x, glibc 2.xx and ~xxx other recipe upgrades
10
11- New variables:
12
Patrick Williamsb542dec2023-06-09 01:26:37 -050013 - :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
Andrew Geissler3eeda902023-05-19 10:14:02 -050020- Architecture-specific enhancements:
21
22- Kernel-related enhancements:
23
24- New core recipes:
25
26- New classes:
27
28 - A ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests
29
30- QEMU/runqemu enhancements:
31
Patrick Williamsb542dec2023-06-09 01:26:37 -050032 - QEMU has been upgraded to version 8.0
33
34- Rust improvements:
35
36 - Rust has been upgraded to version 1.69
37
Andrew Geissler3eeda902023-05-19 10:14:02 -050038- Image-related enhancements:
39
40- wic Image Creator enhancements:
41
42- FIT image related improvements:
43
Patrick Williamsb542dec2023-06-09 01:26:37 -050044 - New :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS` variables allowing
45 to specify 64 bit addresses, typically for loading U-Boot.
Andrew Geissler3eeda902023-05-19 10:14:02 -050046
47- SDK-related improvements:
48
49- Testing:
50
51- Utility script changes:
52
53- BitBake improvements:
54
55 - The BitBake Cooker log now contains notes when the caches are
56 invalidated which is useful for memory resident bitbake debugging.
57
58- Packaging changes:
59
Patrick Williamsb542dec2023-06-09 01:26:37 -050060- Prominent documentation updates:
61
Andrew Geissler3eeda902023-05-19 10:14:02 -050062- Miscellaneous changes:
63
64 - Git based recipes in OE-Core which used the git protocol have been
65 changed to use https where possibile. https is now believed to be
66 faster and more reliable.
67
68 - The ``os-release`` recipe added a ``CPE_NAME`` to the fields provided, with the
69 default being populated from :term:`DISTRO`.
70
71Known Issues in 4.3
72~~~~~~~~~~~~~~~~~~~
73
74Recipe License changes in 4.3
75~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
77The following corrections have been made to the :term:`LICENSE` values set by recipes:
78
79Security Fixes in 4.3
80~~~~~~~~~~~~~~~~~~~~~
81
82Recipe Upgrades in 4.3
83~~~~~~~~~~~~~~~~~~~~~~
84
85Contributors to 4.3
86~~~~~~~~~~~~~~~~~~~