diff options
| -rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 8 |
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 |
| 331 | sure that your patches are well-formatted and contain important info for | 331 | sure that your patches are well-formatted and contain important info for |
| 332 | maintenance purposes, such as ``Signed-off-by`` and ``Upstream-Status`` | 332 | maintenance purposes, such as the ``Signed-off-by`` presence. Note that no |
| 333 | tags. Note that no functional testing of the changes will be performed by ``patchtest``. | 333 | functional testing of the changes will be performed by ``patchtest``. Currently, |
| 334 | Currently, it only supports testing patches for ``openembedded-core`` branches. | 334 | it only supports testing patches for ``openembedded-core`` branches. To setup, |
| 335 | To setup, perform the following:: | 335 | perform 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 |
