1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 03:20:47 +00:00

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>
This commit is contained in:
Antonin Godard
2025-07-29 11:56:35 +02:00
committed by Richard Purdie
parent e18b593172
commit fe955396c1
+11
View File
@@ -397,6 +397,17 @@ Installs the files into the individual recipe specific sysroots (i.e.
dependencies specified by :term:`DEPENDS`). See the
":ref:`ref-classes-staging`" class for more information.
.. _ref-tasks-recipe-qa:
``do_recipe_qa``
----------------
Performs QA check on recipes that can operate entirely from recipe metadata and
do not need any of the build artefacts or source code.
The list of QA checks that this tasks defines are documented in
:doc:`/ref-manual/qa-checks`.
.. _ref-tasks-rm_work:
``do_rm_work``