summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-4.3.rst
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-20 15:00:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-24 12:23:01 +0100
commit516d490aefd5b8cc51cbc0d8bc945bad80257876 (patch)
treec7b4ee4c407b28d1f53969abbccf266c8106805b /documentation/migration-guides/migration-4.3.rst
parent00016cecc43437415e0414d4f87cd1b90d1a637d (diff)
downloadpoky-516d490aefd5b8cc51cbc0d8bc945bad80257876.tar.gz
migration-guides: add notes on FILE_LAYERNAME
(From yocto-docs rev: 3cc9f7a14815698c08f47ef5fe8c731b2c2ecf84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-4.3.rst')
-rw-r--r--documentation/migration-guides/migration-4.3.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index c2e5699ccb..f526e366ce 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -26,6 +26,16 @@ no longer the default supported configuration. This setting does not affect whic
26kernel versions SDKs will run against and does not affect which versions of the kernel 26kernel versions SDKs will run against and does not affect which versions of the kernel
27can be used to run builds. 27can be used to run builds.
28 28
29Layername override implications
30~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
32Code can now know which layer a recipe is coming from through the newly added
33:term:`FILE_LAYERNAME` variable and the ``layer-<layername> override``. This is being used
34for enabling QA checks on a per layer basis. For existing code this has the
35side effect that the QA checks will apply to things being bbappended to recipes
36from other layers. Those other layers would need to have patch upstream status
37entries for patches being bbappended for example.
38
29.. _migration-4.3-supported-distributions: 39.. _migration-4.3-supported-distributions:
30 40
31Supported distributions 41Supported distributions