diff options
| author | Tom Rini <[email protected]> | 2026-01-28 17:04:34 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-28 17:04:34 -0600 |
| commit | 6a1bdb7e952d5841f42742fefa907cae5dc8d50a (patch) | |
| tree | b26bb308357517d6ff49f1897654ab8d8cb93286 /doc/develop/codingstyle.rst | |
| parent | fcd28a598d8b88baf8858fe161c1249b893ee055 (diff) | |
| parent | 302c054d64a19c5bb579c3a74cc809f7338cf9de (diff) | |
Merge tag 'doc-2026-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2026-04-rc2
Documentation:
* describe QEMU VGA emulation
* development process
- Move the existing block about patch application
- Rework the custodian feedback section
- Explain when/how Custodians may edit patches
- Move Custodians section
- Make "Work flow of a Custodian" a subsection
- Document using b4 and patchwork for custodians
* develop: codingstyle: Update b4 external link
* develop: sending_patches: Update link to patchwork
Diffstat (limited to 'doc/develop/codingstyle.rst')
| -rw-r--r-- | doc/develop/codingstyle.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 013bfebf7e4..2a69162fa95 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -24,7 +24,9 @@ The following rules apply: <https://peps.python.org/pep-0008/>`_. Use `pylint <https://github.com/pylint-dev/pylint>`_ for checking the code. -* Use the `b4 <https://git.kernel.org/pub/scm/utils/b4/b4.git/>`_ tool to prepare and +.. _b4_contrib: + +* Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send your patches. b4 has become the preferred tool to sending patches for many Linux kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that targets ``[email protected]`` and integrates with ``scripts/get_maintainer.pl`` for |
