summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:47 +0000
commit9fba2b4a8219fc45da5343c56ee8db4ab307f93c (patch)
tree3bc46f2ce3a29c30436713341e9f95845ef70a9a /documentation/ref-manual
parentd6e3e5c00d4be7760a81a777be3efe74d870586a (diff)
downloadpoky-9fba2b4a8219fc45da5343c56ee8db4ab307f93c.tar.gz
ref-manual/variables: document the CHECKLAYER_REQUIRED_TESTS variable
This was introduced in oecore by commit ce2e42ace2d15fb6745437cf0a7f07d28398ca12 ("insane: Split ERROR_QA into CHECKLAYER_REQUIRED_TESTS"). (From yocto-docs rev: 5b205e113015430f6d04e455af7c0d5643863fbc) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5c2920603f..2a97ff98d3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1250,6 +1250,17 @@ system and gives an overview of their function and contents.
1250 - :term:`BUILDSDK_CFLAGS` when building for 1250 - :term:`BUILDSDK_CFLAGS` when building for
1251 an SDK (i.e. ``nativesdk-``) 1251 an SDK (i.e. ``nativesdk-``)
1252 1252
1253 :term:`CHECKLAYER_REQUIRED_TESTS`
1254 The :term:`CHECKLAYER_REQUIRED_TESTS` variable lists the QA tests that are
1255 required to be enabled to pass the Yocto Project Compatible status for a
1256 layer. It is meant to be a read-only variable and any change to the
1257 variable may be done with the approval of the :oe_wiki:`Technical Steering
1258 Committee (TSC) </TSC>`.
1259
1260 For more information on the Yocto Project Compatible status, see
1261 the :ref:`dev-manual/layers:Making Sure Your Layer is Compatible With
1262 Yocto Project` section of the Yocto Project Development Manual.
1263
1253 :term:`CLASSOVERRIDE` 1264 :term:`CLASSOVERRIDE`
1254 An internal variable specifying the special class override that 1265 An internal variable specifying the special class override that
1255 should currently apply (e.g. "class-target", "class-native", and so 1266 should currently apply (e.g. "class-target", "class-native", and so