summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 13096816d2..6fdb0fbde9 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -750,6 +750,29 @@ Errors and Warnings
750 other things in the patches, those can be discarded. 750 other things in the patches, those can be discarded.
751 751
752 752
753.. _qa-check-patch-status:
754
755- ``Missing Upstream-Status in patch <patchfile> Please add according to <url> [patch-status-core/patch-status-noncore]``
756
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
759 upstream, whether or not it has been merged, etc.
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 on setting Upstream-Status see:
766 https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status
767
768
769- ``Malformed Upstream-Status in patch <patchfile> Please correct according to <url> [patch-status-core/patch-status-noncore]``
770
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
773 for more information.
774
775
753.. _qa-check-buildpaths: 776.. _qa-check-buildpaths:
754 777
755- ``File <filename> in package <packagename> contains reference to TMPDIR [buildpaths]`` 778- ``File <filename> in package <packagename> contains reference to TMPDIR [buildpaths]``