summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-24 11:41:20 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-09 06:25:36 -0800
commit466e5def1b40900d075fcdca479f2978dbac2ea8 (patch)
tree40ee8376a7ecea6b76251e47305df6537058254f /documentation
parent08b9ccdba324e364b49325bdf2ffbac2def6a2b0 (diff)
downloadpoky-466e5def1b40900d075fcdca479f2978dbac2ea8.tar.gz
ref-manual/qa-checks: remove patch-status-core/patch-status-noncore
These QA checks were merged as "patch-status" after commit 61a881fdbe8b5a21c6276b8a5d06cc30486b1eb3 ("insane: Improve patch-status layer filtering") in OE-Core. [ YOCTO #15345 ] Reported-By: Diego Sueiro <diego.sueiro@arm.com> (From yocto-docs rev: 4f18055f796d43e7e6901da0ee9537a165bdf2a5) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 3f3a9f53fea6c7d533b9e999dc959dcc3bed7745) 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/qa-checks.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 53b1836e74..1b83834df1 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -752,21 +752,17 @@ Errors and Warnings
752 752
753.. _qa-check-patch-status: 753.. _qa-check-patch-status:
754 754
755- ``Missing Upstream-Status in patch <patchfile> Please add according to <url> [patch-status-core/patch-status-noncore]`` 755- ``Missing Upstream-Status in patch <patchfile> Please add according to <url> [patch-status]``
756 756
757 The ``Upstream-Status`` value is missing in the specified patch file's header. 757 The ``Upstream-Status`` value is missing in the specified patch file's header.
758 This value is intended to track whether or not the patch has been sent 758 This value is intended to track whether or not the patch has been sent
759 upstream, whether or not it has been merged, etc. 759 upstream, whether or not it has been merged, etc.
760 760
761 There are two options for this same check - ``patch-status-core`` (for
762 recipes in OE-Core) and ``patch-status-noncore`` (for recipes in any other
763 layer).
764
765 For more information, see the 761 For more information, see the
766 ":ref:`contributor-guide/recipe-style-guide:patch upstream status`" 762 ":ref:`contributor-guide/recipe-style-guide:patch upstream status`"
767 section in the Yocto Project and OpenEmbedded Contributor Guide. 763 section in the Yocto Project and OpenEmbedded Contributor Guide.
768 764
769- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status-core/patch-status-noncore]`` 765- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status]``
770 766
771 The ``Upstream-Status`` value in the specified patch file's header is invalid - 767 The ``Upstream-Status`` value in the specified patch file's header is invalid -
772 it must be a specific format. See the "Missing Upstream-Status" entry above 768 it must be a specific format. See the "Missing Upstream-Status" entry above