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 .. _qa-check-patch-status: -- ``Missing Upstream-Status in patch Please add according to [patch-status-core/patch-status-noncore]`` +- ``Missing Upstream-Status in patch Please add according to [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 Please correct according to [patch-status-core/patch-status-noncore]`` +- ``Malformed Upstream-Status in patch Please correct according to [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