diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
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 |