@@ -752,21 +752,17 @@ Errors and Warnings
.. _qa-check-patch-status:
-- ``Missing Upstream-Status in patch <patchfile> Please add according to <url> [patch-status-core/patch-status-noncore]``
+- ``Missing Upstream-Status in patch <patchfile> Please add according to <url> [patch-status]``
The ``Upstream-Status`` value is missing in the specified patch file's header.
This value is intended to track whether or not the patch has been sent
upstream, whether or not it has been merged, etc.
- There are two options for this same check - ``patch-status-core`` (for
- recipes in OE-Core) and ``patch-status-noncore`` (for recipes in any other
- layer).
-
For more information, see the
":ref:`contributor-guide/recipe-style-guide:patch upstream status`"
section in the Yocto Project and OpenEmbedded Contributor Guide.
-- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status-core/patch-status-noncore]``
+- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status]``
The ``Upstream-Status`` value in the specified patch file's header is invalid -
it must be a specific format. See the "Missing Upstream-Status" entry above
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> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/qa-checks.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) --- base-commit: 28850c974a3896895bc921c094071523218d6d07 change-id: 20241224-remove-patch-status-core-2e69eca411b7 Best regards,