diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 11 |
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. | |||
397 | dependencies specified by :term:`DEPENDS`). See the | 397 | dependencies 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 | |||
405 | Performs QA check on recipes that can operate entirely from recipe metadata and | ||
406 | do not need any of the build artefacts or source code. | ||
407 | |||
408 | The 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`` |