From 1e310a37dc0b7b3be9c8fa208cf9cd4fbe6752ea Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:16:24 +0200 Subject: [PATCH] uboot: v2024.10: Add patch numbering information --- .../u-boot/v2024.10/0000.patching_config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 patch/u-boot/v2024.10/0000.patching_config.yaml diff --git a/patch/u-boot/v2024.10/0000.patching_config.yaml b/patch/u-boot/v2024.10/0000.patching_config.yaml new file mode 100644 index 0000000000..e6cce63008 --- /dev/null +++ b/patch/u-boot/v2024.10/0000.patching_config.yaml @@ -0,0 +1,18 @@ +config: # This is file 'patch/u-boot/v2024.10/0000.patching_config.yaml' + + # PATCH NUMBERING INFO + # + # Patches should be ordered in such a way that general patches are applied first, then specific SoC-related patches. + # + # Patch numbers in this folder are sorted by category: + # + # 0*** for general patches + # 1*** for SoC specific patches, e.g.: + # 11** for Rockchip + # 12** for bcm2711 + + + # configuration for when applying patches to git / auto-rewriting patches (development cycle helpers) + patches-to-git: + do-not-commit-files: + - "MAINTAINERS" # constant churn, drop them. sorry.