summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/release-notes-4.3.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index c19cf6e4f9..87cd622743 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -10,6 +10,8 @@ New Features / Enhancements in 4.3
10 10
11- New variables: 11- New variables:
12 12
13 - :term:`FILE_LAYERNAME`: bitbake now sets this to the name of the layer containing the recipe
14
13 - :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS`. 15 - :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS`.
14 See details below. 16 See details below.
15 17
@@ -17,7 +19,8 @@ New Features / Enhancements in 4.3
17 19
18 - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories. 20 - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories.
19 21
20 - :term:`FILE_LAYERNAME`: bitbake now sets this to the name of the layer containing the recipe 22 - :term:`LICENSE_FLAGS_DETAILS`: add extra details about a recipe license
23 in case it is not allowed by :term:`LICENSE_FLAGS_ACCEPTED`.
21 24
22- Layername functionality available through overrides 25- Layername functionality available through overrides
23 26