summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:11 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-30 08:30:00 -0700
commit9d948925b199edd2e08cfcd3247858afeffabc72 (patch)
treef4750379b0559fd7aecb82a614057c3ea5edfec7 /documentation
parenta47165d78035be6b697bfa0282a294f8f819793a (diff)
downloadpoky-9d948925b199edd2e08cfcd3247858afeffabc72.tar.gz
ref-manual: merge patch-status-* to patch-status
These are not distinct anymore and check for any patches in any layer. (From yocto-docs rev: a27e4c426bfb039c9a2a4b7971a74c1fc05e6274) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 300c585909743754e0e6662d48d43834c031b835) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 9520d0bf7c..761be7b545 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1461,12 +1461,8 @@ The tests you can list with the :term:`WARN_QA` and
1461- ``patch-fuzz:`` Checks for fuzz in patch files that may allow 1461- ``patch-fuzz:`` Checks for fuzz in patch files that may allow
1462 them to apply incorrectly if the underlying code changes. 1462 them to apply incorrectly if the underlying code changes.
1463 1463
1464- ``patch-status-core:`` Checks that the Upstream-Status is specified 1464- ``patch-status:`` Checks that the ``Upstream-Status`` is specified and valid
1465 and valid in the headers of patches for recipes in the OE-Core layer. 1465 in the headers of patches for recipes.
1466
1467- ``patch-status-noncore:`` Checks that the Upstream-Status is specified
1468 and valid in the headers of patches for recipes in layers other than
1469 OE-Core.
1470 1466
1471- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously 1467- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously
1472 installed and packaged by a recipe. 1468 installed and packaged by a recipe.