1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

manuals: add references to the "do_package_qa" task

[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: af27370fd4ffd0e0455187aa9fc5349d39403ae7)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-09-23 18:08:22 +02:00
committed by Richard Purdie
parent b3dc55b051
commit 67a72fc3f7
3 changed files with 3 additions and 3 deletions
@@ -165,7 +165,7 @@ The following changes have occurred to the QA check process:
more parallel execution. This change is unlikely to be an issue more parallel execution. This change is unlikely to be an issue
except for highly customized recipes that disable packaging tasks except for highly customized recipes that disable packaging tasks
themselves by marking them as ``noexec``. For those packages, you themselves by marking them as ``noexec``. For those packages, you
will need to disable the ``do_package_qa`` task as well. will need to disable the :ref:`ref-tasks-package_qa` task as well.
- Files being overwritten during the - Files being overwritten during the
:ref:`ref-tasks-populate_sysroot` task now :ref:`ref-tasks-populate_sysroot` task now
@@ -234,7 +234,7 @@ Packaging changes
Additional warnings Additional warnings
------------------- -------------------
Warnings will now be shown at ``do_package_qa`` time in the following Warnings will now be shown at :ref:`ref-tasks-package_qa` time in the following
circumstances: circumstances:
- A recipe installs ``.desktop`` files containing ``MimeType`` keys but - A recipe installs ``.desktop`` files containing ``MimeType`` keys but
+1 -1
View File
@@ -6752,7 +6752,7 @@ system and gives an overview of their function and contents.
the following tasks are added: the following tasks are added:
- do_populate_lic - do_populate_lic
- do_package_qa - :ref:`ref-tasks-package_qa`
- do_populate_sysroot - do_populate_sysroot
- :ref:`ref-tasks-deploy` - :ref:`ref-tasks-deploy`