summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-08 23:41:10 +0100
commita0fc4c939e742757d78c1b3a4c387f8a4ad36752 (patch)
tree8359fdbf9a616969c9462f3526bf0a049a726b33 /documentation/ref-manual/classes.rst
parent9e6c4bafe8ea975cef5af8eed2b2ffc01f47a118 (diff)
downloadpoky-a0fc4c939e742757d78c1b3a4c387f8a4ad36752.tar.gz
ref-manual/variables.rst: document TESTSDK_SUITES
The TESTSDK_SUITES variable can be used to control the list of test modules run with the testsdk class. (From yocto-docs rev: fbc6db0ab525c7e46774c01fc595f30d6d0fe3c1) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index ee583fe9ba..7c2b4fb278 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3069,6 +3069,9 @@ using the following::
3069 3069
3070 $ bitbake -c testsdk image 3070 $ bitbake -c testsdk image
3071 3071
3072The list of test modules that are run can be controlled with the
3073:term:`TESTSDK_SUITES` variable.
3074
3072.. note:: 3075.. note::
3073 3076
3074 Best practices include using :term:`IMAGE_CLASSES` rather than 3077 Best practices include using :term:`IMAGE_CLASSES` rather than