summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-07-28 10:52:24 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-04 09:12:25 -0700
commitb642d6a4a93a23d5b99886844ff7b224aa7e13bf (patch)
treedb3f88df6270fd9f5625e2a8b405d78eed6398fa /documentation/ref-manual
parenta3d790db2eda3ddf9ee26a07d1b628002f1ff988 (diff)
downloadpoky-b642d6a4a93a23d5b99886844ff7b224aa7e13bf.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: 698253a6c95beb1219b7fed8a90d02fb6ddc5111) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit e5667ae2da1805327ecfff68300c0c460da49b91) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d75ef323f7..fa5c2b5ce1 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
@@ -1595,9 +1585,6 @@ The tests you can list with the :term:`WARN_QA` and
1595 in a packaged script is not longer than 128 characters, which can cause 1585 in a packaged script is not longer than 128 characters, which can cause
1596 an error at runtime depending on the operating system. 1586 an error at runtime depending on the operating system.
1597 1587
1598- ``split-strip:`` Reports that splitting or stripping debug symbols
1599 from binaries has failed.
1600
1601- ``staticdev:`` Checks for static library files (``*.a``) in 1588- ``staticdev:`` Checks for static library files (``*.a``) in
1602 non-``staticdev`` packages. 1589 non-``staticdev`` packages.
1603 1590