diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:04:54 +0100 |
commit | 3cf1818e08951a0c83e1fedf942ab7dd22bd57bb (patch) | |
tree | 104c986fac1cf3d7256cc91484c2c724fa4a7f2a /documentation | |
parent | 3ed853713ed6e44fcf921ef15f9959ebe74279ea (diff) | |
download | poky-3cf1818e08951a0c83e1fedf942ab7dd22bd57bb.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: 2537642d2cdf844dc5f6027fb3097aac52162c1f)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 67fe44701e..744c0bc11c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -9267,6 +9267,11 @@ system and gives an overview of their function and contents. | |||
9267 | section in the Yocto Project Development Tasks Manual and the | 9267 | section in the Yocto Project Development Tasks Manual and the |
9268 | ":ref:`ref-classes-testimage`" section. | 9268 | ":ref:`ref-classes-testimage`" section. |
9269 | 9269 | ||
9270 | :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` | ||
9271 | When using the :ref:`ref-classes-testimage` class, the variable | ||
9272 | :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the | ||
9273 | target to retrieve onto the host. | ||
9274 | |||
9270 | :term:`THISDIR` | 9275 | :term:`THISDIR` |
9271 | The directory in which the file BitBake is currently parsing is | 9276 | The directory in which the file BitBake is currently parsing is |
9272 | located. Do not manually set this variable. | 9277 | located. Do not manually set this variable. |