From d4eb015d2b109ccbe704ca79560a35b786dd0e07 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 2 Dec 2025 18:00:30 +0100 Subject: [PATCH] contributor-guide/submit-changes.rst: remove mention of Upstream-Status The Upstream-Status tag is not used for patches sent on mailing lists, but for patches to be applied to recipes. To avoid confusion in this Contributor Guide, remove the mention of this tag as part of the Patchtest examples as it can be misinterpreted as something to include in a regular patch. Reviewed-by: Quentin Schulz (From yocto-docs rev: fe77998ea1ee29e162feaf32b46a0dc0a375b548) Signed-off-by: Antonin Godard (cherry picked from commit 23098728b57520d1d8e417500009279226ce8080) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/contributor-guide/submit-changes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 15e9a0547f..d0026f9e3c 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -329,10 +329,10 @@ Validating Patches with Patchtest ``patchtest`` is available in ``openembedded-core`` as a tool for making sure that your patches are well-formatted and contain important info for -maintenance purposes, such as ``Signed-off-by`` and ``Upstream-Status`` -tags. Note that no functional testing of the changes will be performed by ``patchtest``. -Currently, it only supports testing patches for ``openembedded-core`` branches. -To setup, perform the following:: +maintenance purposes, such as the ``Signed-off-by`` presence. Note that no +functional testing of the changes will be performed by ``patchtest``. Currently, +it only supports testing patches for ``openembedded-core`` branches. To setup, +perform the following:: pip install -r meta/lib/patchtest/requirements.txt source oe-init-build-env