summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:05 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-30 08:30:00 -0700
commitc00c032e035fd2839ddea56ad7c0e15b0e276a5e (patch)
tree7847491810af58c7a90980638df7df3bac72184d /documentation
parent90798fdc88f9319fa1fefd05cf3c8cecd49a4224 (diff)
downloadpoky-c00c032e035fd2839ddea56ad7c0e15b0e276a5e.tar.gz
ref-manual: add missing TESTIMAGE_FAILED_QA_ARTIFACTS
This variable lists space-separated paths on the target to retrieve onto the host, when inheriting testimage. (From yocto-docs rev: 519a149521a01156c51b472d246ce0b01a74dbfc) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 2537642d2cdf844dc5f6027fb3097aac52162c1f) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e5ea636a6d..601cad1f1a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9184,6 +9184,11 @@ system and gives an overview of their function and contents.
9184 section in the Yocto Project Development Tasks Manual and the 9184 section in the Yocto Project Development Tasks Manual and the
9185 ":ref:`ref-classes-testimage`" section. 9185 ":ref:`ref-classes-testimage`" section.
9186 9186
9187 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS`
9188 When using the :ref:`ref-classes-testimage` class, the variable
9189 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the
9190 target to retrieve onto the host.
9191
9187 :term:`THISDIR` 9192 :term:`THISDIR`
9188 The directory in which the file BitBake is currently parsing is 9193 The directory in which the file BitBake is currently parsing is
9189 located. Do not manually set this variable. 9194 located. Do not manually set this variable.