diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-17 11:49:30 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-06 09:28:20 +0200 |
commit | 0efc5a9f670144cad7f287711f25c69cba0fde39 (patch) | |
tree | 04da32678ef1e26161cfc9783a2d0be57c82dfe0 /doc/develop/process.rst | |
parent | b439b999316f62b2ae9d1ae0a296425a7ed70460 (diff) | |
download | u-boot-0efc5a9f670144cad7f287711f25c69cba0fde39.tar.gz u-boot-0efc5a9f670144cad7f287711f25c69cba0fde39.tar.bz2 u-boot-0efc5a9f670144cad7f287711f25c69cba0fde39.zip |
doc: process.rst: Document device tree resync rules
Document the logic of when we do a full resync of the device trees used
by OF_UPSTREAM as well as that cherry-picking is allowed as needed.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'doc/develop/process.rst')
-rw-r--r-- | doc/develop/process.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst index a66540a698..0542b3fc12 100644 --- a/doc/develop/process.rst +++ b/doc/develop/process.rst @@ -108,6 +108,19 @@ 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. +Resyncing of the device tree subtree +------------------------------------ + +As explained in :doc:`devicetree/control` some platforms make use of device tree +files which come from a git subtree that mirrors the Linux Kernel sources +itself. For our purposes, we only track releases and not release candidates for +merging in our tree. These merges follow the normal merge window rules. + +In the case of specific changes, such as bug fixes or new platform support, +these can be "cherry-picked" and are subject to the normal merge rules. For +example, a bug fix can come in later in the window but a full re-sync only +happens within the merge window itself. + .. _custodians: Custodians |