From fe955396c161774e0d3306ac93adc77408920e17 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 29 Jul 2025 11:56:35 +0200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/tasks.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. 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``