summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:45 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:42:54 +0100
commitd2852faef4c467cbcb21a1c802399e273332c286 (patch)
tree3696da0978740da8842e5924e2335da8324add71 /documentation/ref-manual/classes.rst
parent216b0af07ed8ab0451b093c9b900e8191823bdc7 (diff)
downloadpoky-d2852faef4c467cbcb21a1c802399e273332c286.tar.gz
ref-manual: document new patch-status-* QA checks
Newly added in 4.2. (From yocto-docs rev: 12e576fb6a932c4089651371c71c61fd1e96cd48) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index aacbb8a495..0762d1d8bc 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1336,6 +1336,13 @@ Here are the tests you can list with the :term:`WARN_QA` and
1336- ``patch-fuzz:`` Checks for fuzz in patch files that may allow 1336- ``patch-fuzz:`` Checks for fuzz in patch files that may allow
1337 them to apply incorrectly if the underlying code changes. 1337 them to apply incorrectly if the underlying code changes.
1338 1338
1339- ``patch-status-core:`` Checks that the Upstream-Status is specified
1340 and valid in the headers of patches for recipes in the OE-Core layer.
1341
1342- ``patch-status-noncore:`` Checks that the Upstream-Status is specified
1343 and valid in the headers of patches for recipes in layers other than
1344 OE-Core.
1345
1339- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously 1346- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously
1340 installed and packaged by a recipe. 1347 installed and packaged by a recipe.
1341 1348