summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-09-19 14:57:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-19 15:57:35 +0100
commit10e67c22e640d951ad3bc190c4508f654a6adb72 (patch)
tree3c450c86bf08e354f45e5fc3e143fa2972028d36 /documentation/ref-manual
parent56f9810c5eae564f987c81af9a167cd4df2a5618 (diff)
downloadpoky-10e67c22e640d951ad3bc190c4508f654a6adb72.tar.gz
ref-manual: point outdated link to the new location
(From yocto-docs rev: afdfa717aec5cd382054030a2d1e1655277bc5a5) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/qa-checks.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 6fdb0fbde9..4a02e7206a 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -754,7 +754,7 @@ Errors and Warnings
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-core/patch-status-noncore]``
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
@@ -762,13 +762,13 @@ Errors and Warnings
762 recipes in OE-Core) and ``patch-status-noncore`` (for recipes in any other 762 recipes in OE-Core) and ``patch-status-noncore`` (for recipes in any other
763 layer). 763 layer).
764 764
765 For more information on setting Upstream-Status see: 765 For more information, see the
766 https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status 766 ":ref:`contributor-guide/recipe-style-guide:patch upstream status`"
767 767 section in the Yocto Project and OpenEmbedded Contributor Guide.
768 768
769- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status-core/patch-status-noncore]`` 769- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status-core/patch-status-noncore]``
770 770
771 The Upstream-Status value in the specified patch file's header is invalid - 771 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 772 it must be a specific format. See the "Missing Upstream-Status" entry above
773 for more information. 773 for more information.
774 774