diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 18:08:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 67a72fc3f73cc3708337de07330eadd093c5076d (patch) | |
tree | e324090d081cedbaadf740e691c14146f060ac50 /documentation/migration-guides | |
parent | b3dc55b0516da0ef9381baa034fa95f77a3c0119 (diff) | |
download | poky-67a72fc3f73cc3708337de07330eadd093c5076d.tar.gz |
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>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-1.7.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.1.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst index 8213ab58d9..7b179f2aa1 100644 --- a/documentation/migration-guides/migration-1.7.rst +++ b/documentation/migration-guides/migration-1.7.rst | |||
@@ -165,7 +165,7 @@ The following changes have occurred to the QA check process: | |||
165 | more parallel execution. This change is unlikely to be an issue | 165 | more parallel execution. This change is unlikely to be an issue |
166 | except for highly customized recipes that disable packaging tasks | 166 | except for highly customized recipes that disable packaging tasks |
167 | themselves by marking them as ``noexec``. For those packages, you | 167 | themselves by marking them as ``noexec``. For those packages, you |
168 | will need to disable the ``do_package_qa`` task as well. | 168 | will need to disable the :ref:`ref-tasks-package_qa` task as well. |
169 | 169 | ||
170 | - Files being overwritten during the | 170 | - Files being overwritten during the |
171 | :ref:`ref-tasks-populate_sysroot` task now | 171 | :ref:`ref-tasks-populate_sysroot` task now |
diff --git a/documentation/migration-guides/migration-3.1.rst b/documentation/migration-guides/migration-3.1.rst index cc788efeba..a6106eefae 100644 --- a/documentation/migration-guides/migration-3.1.rst +++ b/documentation/migration-guides/migration-3.1.rst | |||
@@ -234,7 +234,7 @@ Packaging changes | |||
234 | Additional warnings | 234 | Additional warnings |
235 | ------------------- | 235 | ------------------- |
236 | 236 | ||
237 | Warnings will now be shown at ``do_package_qa`` time in the following | 237 | Warnings will now be shown at :ref:`ref-tasks-package_qa` time in the following |
238 | circumstances: | 238 | circumstances: |
239 | 239 | ||
240 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but | 240 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but |