diff options
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r-- | documentation/ref-manual/qa-checks.rst | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst index 53b1836e74..27d46de3fd 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 |
@@ -795,7 +791,7 @@ Errors and Warnings | |||
795 | 791 | ||
796 | This check will detect if the source of the package contains some | 792 | This check will detect if the source of the package contains some |
797 | upstream-provided tests and, if so, that ptests are implemented for this | 793 | upstream-provided tests and, if so, that ptests are implemented for this |
798 | recipe. See the ":ref:`dev-manual/packages:testing packages with ptest`" | 794 | recipe. See the ":ref:`test-manual/ptest:testing packages with ptest`" |
799 | section in the Yocto Project Development Tasks Manual. See also the | 795 | section in the Yocto Project Development Tasks Manual. See also the |
800 | ":ref:`ref-classes-ptest`" section. | 796 | ":ref:`ref-classes-ptest`" section. |
801 | 797 | ||