summaryrefslogtreecommitdiff
path: root/doc/develop/process.rst
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-08-29 12:59:33 -0400
committerHeinrich Schuchardt <[email protected]>2022-09-01 07:23:53 +0200
commit6349b186d8f8de4c739bc4b54270c1b7014abea9 (patch)
treeb841bb948f9ebe2c739439835d3ad3e67f41b05d /doc/develop/process.rst
parent00cc81f4e4c3d7e28766a770a09ce888c7ff5bb5 (diff)
doc: sending_patches.rst: Incorporate the old "Patches" wiki content
Import as-is much of the old "Patches" wiki page to the current sending_patches.rst file. This means we need to move patman to being included in the higher level ToC and add a reference for "Custodians" in the process document. A very minimal amount of content changing and rewording is done here as part of the import, in order to make the conversion easier. Cc: Heinrich Schuchardt <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/process.rst')
-rw-r--r--doc/develop/process.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst
index 388945cf9bb..6a18a8104aa 100644
--- a/doc/develop/process.rst
+++ b/doc/develop/process.rst
@@ -108,6 +108,8 @@ Differences to the Linux Development Process
In U-Boot, ``"-rc1"`` will only be released after all (or at least most of
the) patches that were submitted during the merge window have been applied.
+.. _custodians:
+
Custodians
----------