diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-13 08:18:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-13 08:18:54 -0600 |
commit | a7b83ade98e0f567c82d168022e12d3ebef1f318 (patch) | |
tree | d14636b62f7036de2807415112cc3c1a964f2b90 /doc/develop/process.rst | |
parent | 5f044932413694475422d4b16607dfcf9aff8781 (diff) | |
parent | ff994a3c2ed0e8d233bcc6f0176ef21ea9c75009 (diff) | |
download | u-boot-a7b83ade98e0f567c82d168022e12d3ebef1f318.tar.gz u-boot-a7b83ade98e0f567c82d168022e12d3ebef1f318.tar.bz2 u-boot-a7b83ade98e0f567c82d168022e12d3ebef1f318.zip |
Merge tag 'doc-2024-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-10-rc4
* doc/develop/sending_patches.rst: Clarify when to use which branch
* doc/arch/m68k.rst: Update toolchain comment
* doc/arch/mips.rst: Update toolchain list
* doc: Update rST to not reference the old wiki
* doc/mkeficapsule.1: Update homepage link
* bootcount: Update to point to current documentation
* binman: Update links for sending patches
Diffstat (limited to 'doc/develop/process.rst')
-rw-r--r-- | doc/develop/process.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst index 0542b3fc12..0c6fb31e87 100644 --- a/doc/develop/process.rst +++ b/doc/develop/process.rst @@ -23,9 +23,8 @@ Management Summary Phases of the Development Process --------------------------------- -U-Boot development takes place in `Release Cycles -<https://www.denx.de/wiki/U-Boot/ReleaseCycle>`_. A Release Cycle lasts -normally for three months. +U-Boot development takes place in a :doc:`release_cycle`. A Release Cycle +lasts normally for three months. The first three weeks of each Release Cycle are called *Merge Window*. |