diff options
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r-- | documentation/ref-manual/qa-checks.rst | 10 |
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 | ||