summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-12-02 18:00:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-01-26 09:41:30 +0000
commitd4eb015d2b109ccbe704ca79560a35b786dd0e07 (patch)
tree63803d731d1d0117722412e0465ca3aab1e01ac9
parentf6f1819f02c7f25a781a9b1664d86e867b0c1a3e (diff)
downloadpoky-d4eb015d2b109ccbe704ca79560a35b786dd0e07.tar.gz
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 <quentin.schulz@cherry.de> (From yocto-docs rev: fe77998ea1ee29e162feaf32b46a0dc0a375b548) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 23098728b57520d1d8e417500009279226ce8080) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/contributor-guide/submit-changes.rst8
1 files 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
329 329
330``patchtest`` is available in ``openembedded-core`` as a tool for making 330``patchtest`` is available in ``openembedded-core`` as a tool for making
331sure that your patches are well-formatted and contain important info for 331sure that your patches are well-formatted and contain important info for
332maintenance purposes, such as ``Signed-off-by`` and ``Upstream-Status`` 332maintenance purposes, such as the ``Signed-off-by`` presence. Note that no
333tags. Note that no functional testing of the changes will be performed by ``patchtest``. 333functional testing of the changes will be performed by ``patchtest``. Currently,
334Currently, it only supports testing patches for ``openembedded-core`` branches. 334it only supports testing patches for ``openembedded-core`` branches. To setup,
335To setup, perform the following:: 335perform the following::
336 336
337 pip install -r meta/lib/patchtest/requirements.txt 337 pip install -r meta/lib/patchtest/requirements.txt
338 source oe-init-build-env 338 source oe-init-build-env