summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index cd6d79d40b..2f20fcb694 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -1,21 +1,21 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK 1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2 2
3Release notes for 4.3 (nandbield) 3Release notes for 4.3 (nanbield)
4---------------------------------- 4--------------------------------
5 5
6New Features / Enhancements in 4.3 6New Features / Enhancements in 4.3
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and other recipe upgrades 9- Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and other recipe upgrades
10 10
11- The autobuilder's shared-state artefacts are now available over the `jsDeliver 11- The autobuilder's shared-state artefacts are now available over the `jsDelivr
12 <https://jsdelivr.com>`__ Content Delivery Network (CDN). 12 <https://jsdelivr.com>`__ Content Delivery Network (CDN).
13 See :term:`SSTATE_MIRRORS`. 13 See :term:`SSTATE_MIRRORS`.
14 14
15- New variables: 15- New variables:
16 16
17 - :term:`CVE_CHECK_STATUSMAP`, :term:`CVE_STATUS`, :term:`CVE_STATUS_GROUPS`, 17 - :term:`CVE_CHECK_STATUSMAP`, :term:`CVE_STATUS`, :term:`CVE_STATUS_GROUPS`,
18 replaceing the deprecated :term:`CVE_CHECK_IGNORE`. 18 replacing the deprecated :term:`CVE_CHECK_IGNORE`.
19 19
20 - :term:`FILE_LAYERNAME`: bitbake now sets this to the name of the layer 20 - :term:`FILE_LAYERNAME`: bitbake now sets this to the name of the layer
21 containing the recipe 21 containing the recipe
@@ -109,7 +109,7 @@ New Features / Enhancements in 4.3
109 - Many updates to the ``runqemu`` command. 109 - Many updates to the ``runqemu`` command.
110 110
111 - The ``qemu-system-native`` recipe is now built with PNG support, which could be 111 - The ``qemu-system-native`` recipe is now built with PNG support, which could be
112 useful to grab screeshots for error reporting purposes. 112 useful to grab screenshots for error reporting purposes.
113 113
114- Rust improvements: 114- Rust improvements:
115 115
@@ -182,16 +182,16 @@ New Features / Enhancements in 4.3
182 182
183 - :term:`FILES` now accepts ``**``, which matches zero or more subdirectories. 183 - :term:`FILES` now accepts ``**``, which matches zero or more subdirectories.
184 184
185 - The X server packagroup now defaults to using the ``modesetting`` X 185 - The X server packagegroup now defaults to using the ``modesetting`` X
186 driver, which obsoletes the ``fbdev`` driver. 186 driver, which obsoletes the ``fbdev`` driver.
187 187
188 - If a recipe uses :term:`LICENSE_FLAGS` and the licenses are not accepted, 188 - If a recipe uses :term:`LICENSE_FLAGS` and the licenses are not accepted,
189 it can set a custom message with :term:`LICENSE_FLAGS_DETAILS` to be 189 it can set a custom message with :term:`LICENSE_FLAGS_DETAILS` to be
190 displayed to the users. 190 displayed to the users.
191 191
192 - Recipes that fetch specific revisions no longer need to explictly add 192 - Recipes that fetch specific revisions no longer need to explicitly add
193 :term:`SRCPV` to :term:`PV` as BitBake will now automatically add the 193 :term:`SRCPV` to :term:`PV` as BitBake will now automatically add the
194 revision infomation to :term:`PKGV` if needed. 194 revision information to :term:`PKGV` if needed.
195 195
196 - The default :term:`PR` values in many recipes have been removed. 196 - The default :term:`PR` values in many recipes have been removed.
197 197