summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-28 10:52:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-01 11:59:18 +0100
commit9e6ab8e80fc7c467d4e178037bcbf57209a02168 (patch)
tree322853a507405ffd7184b9a9bc47e00d84e8d400
parent318738db38aca0745ce782fdf5425a83cbc4c127 (diff)
downloadpoky-9e6ab8e80fc7c467d4e178037bcbf57209a02168.tar.gz
ref-manual/classes.rst: drop obsolete QA errors
Drop after commit 068d38214307 ("insane: remove obsolete QA errors") from OE-Core. (From yocto-docs rev: e5667ae2da1805327ecfff68300c0c460da49b91) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/migration-guides/migration-3.2.rst2
-rw-r--r--documentation/ref-manual/classes.rst13
2 files changed, 1 insertions, 14 deletions
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index c538df04d2..5cb958e750 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -166,7 +166,7 @@ be indicators of genuine underlying problems and are therefore now treated as
166errors: 166errors:
167 167
168- :ref:`already-stripped <qa-check-already-stripped>` 168- :ref:`already-stripped <qa-check-already-stripped>`
169- :ref:`compile-host-path <qa-check-compile-host-path>` 169- ``compile-host-path``
170- :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>` 170- :ref:`installed-vs-shipped <qa-check-installed-vs-shipped>`
171- :ref:`ldflags <qa-check-ldflags>` 171- :ref:`ldflags <qa-check-ldflags>`
172- :ref:`pn-overrides <qa-check-pn-overrides>` 172- :ref:`pn-overrides <qa-check-pn-overrides>`
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index aba618bab0..c0d7373c79 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1390,11 +1390,6 @@ The tests you can list with the :term:`WARN_QA` and
1390 directive, that the recipe also inherits the :ref:`ref-classes-gettext` 1390 directive, that the recipe also inherits the :ref:`ref-classes-gettext`
1391 class to ensure that gettext is available during the build. 1391 class to ensure that gettext is available during the build.
1392 1392
1393- ``compile-host-path:`` Checks the
1394 :ref:`ref-tasks-compile` log for indications that
1395 paths to locations on the build host were used. Using such paths
1396 might result in host contamination of the build output.
1397
1398- ``debug-deps:`` Checks that all packages except ``-dbg`` packages 1393- ``debug-deps:`` Checks that all packages except ``-dbg`` packages
1399 do not depend on ``-dbg`` packages, which would cause a packaging 1394 do not depend on ``-dbg`` packages, which would cause a packaging
1400 bug. 1395 bug.
@@ -1462,11 +1457,6 @@ The tests you can list with the :term:`WARN_QA` and
1462 being created due to being marked with a license that is in 1457 being created due to being marked with a license that is in
1463 :term:`INCOMPATIBLE_LICENSE`. 1458 :term:`INCOMPATIBLE_LICENSE`.
1464 1459
1465- ``install-host-path:`` Checks the
1466 :ref:`ref-tasks-install` log for indications that
1467 paths to locations on the build host were used. Using such paths
1468 might result in host contamination of the build output.
1469
1470- ``installed-vs-shipped:`` Reports when files have been installed 1460- ``installed-vs-shipped:`` Reports when files have been installed
1471 within :ref:`ref-tasks-install` but have not been included in any package by 1461 within :ref:`ref-tasks-install` but have not been included in any package by
1472 way of the :term:`FILES` variable. Files that do not 1462 way of the :term:`FILES` variable. Files that do not
@@ -1599,9 +1589,6 @@ The tests you can list with the :term:`WARN_QA` and
1599 in a packaged script is not longer than 128 characters, which can cause 1589 in a packaged script is not longer than 128 characters, which can cause
1600 an error at runtime depending on the operating system. 1590 an error at runtime depending on the operating system.
1601 1591
1602- ``split-strip:`` Reports that splitting or stripping debug symbols
1603 from binaries has failed.
1604
1605- ``staticdev:`` Checks for static library files (``*.a``) in 1592- ``staticdev:`` Checks for static library files (``*.a``) in
1606 non-``staticdev`` packages. 1593 non-``staticdev`` packages.
1607 1594