diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index e2957f479a..d43205712d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
| @@ -10688,16 +10688,6 @@ Other layers may have similar testing branches but there is no formal | |||
| 10688 | requirement or standard for these so please check the documentation for the | 10688 | requirement or standard for these so please check the documentation for the |
| 10689 | layers you are contributing to. | 10689 | layers you are contributing to. |
| 10690 | 10690 | ||
| 10691 | .. note:: | ||
| 10692 | |||
| 10693 | This system is imperfect and changes can sometimes get lost in the | ||
| 10694 | flow. Asking about the status of a patch or change is reasonable if | ||
| 10695 | the change has been idle for a while with no feedback. The Yocto | ||
| 10696 | Project does have plans to use | ||
| 10697 | `Patchwork <https://en.wikipedia.org/wiki/Patchwork_(software)>`__ | ||
| 10698 | to track the status of patches and also to automatically preview | ||
| 10699 | patches. | ||
| 10700 | |||
| 10701 | The following sections provide procedures for submitting a change. | 10691 | The following sections provide procedures for submitting a change. |
| 10702 | 10692 | ||
| 10703 | .. _pushing-a-change-upstream: | 10693 | .. _pushing-a-change-upstream: |
| @@ -10992,6 +10982,19 @@ without using the scripts: | |||
| 10992 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the | 10982 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the |
| 10993 | ``man git-send-email`` command. | 10983 | ``man git-send-email`` command. |
| 10994 | 10984 | ||
| 10985 | The Yocto Project uses a `Patchwork instance <https://patchwork.openembedded.org/>`__ | ||
| 10986 | to track the status of patches submitted to the various mailing lists and to | ||
| 10987 | support automated patch testing. Each submitted patch is checked for common | ||
| 10988 | mistakes and deviations from the expected patch format and submitters are | ||
| 10989 | notified by patchtest if such mistakes are found. This process helps to | ||
| 10990 | reduce the burden of patch review on maintainers. | ||
| 10991 | |||
| 10992 | .. note:: | ||
| 10993 | |||
| 10994 | This system is imperfect and changes can sometimes get lost in the flow. | ||
| 10995 | Asking about the status of a patch or change is reasonable if the change | ||
| 10996 | has been idle for a while with no feedback. | ||
| 10997 | |||
| 10995 | Working With Licenses | 10998 | Working With Licenses |
| 10996 | ===================== | 10999 | ===================== |
| 10997 | 11000 | ||
