summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-29 11:56:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-08 23:41:10 +0100
commitfe955396c161774e0d3306ac93adc77408920e17 (patch)
tree90f32948f82d2653c9a7576884c4b4aef5813c38 /documentation
parente18b593172acba38477133d64d14d27d39306b1d (diff)
downloadpoky-fe955396c161774e0d3306ac93adc77408920e17.tar.gz
ref-manual/tasks.rst: add documentation for do_recipe_qa
Document the do_recipe_qa task in classes.rst and link to the insane class documentation. (From yocto-docs rev: d3f172b600413b58ee51c70e9dd4f69b32fdc5f8) 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/tasks.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index e379c424d8..d7b19e04bc 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -397,6 +397,17 @@ Installs the files into the individual recipe specific sysroots (i.e.
397dependencies specified by :term:`DEPENDS`). See the 397dependencies specified by :term:`DEPENDS`). See the
398":ref:`ref-classes-staging`" class for more information. 398":ref:`ref-classes-staging`" class for more information.
399 399
400.. _ref-tasks-recipe-qa:
401
402``do_recipe_qa``
403----------------
404
405Performs QA check on recipes that can operate entirely from recipe metadata and
406do not need any of the build artefacts or source code.
407
408The list of QA checks that this tasks defines are documented in
409:doc:`/ref-manual/qa-checks`.
410
400.. _ref-tasks-rm_work: 411.. _ref-tasks-rm_work:
401 412
402``do_rm_work`` 413``do_rm_work``