From d03b9a924ab52d053c027e4f80c925635445caf4 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 8 Jan 2026 19:52:37 +0100 Subject: [PATCH] rockchip64-6.19: switch to `add-only` DT Makefile AutoPatcher --- patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml b/patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml index de8a20a942..2b35964bf3 100644 --- a/patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml +++ b/patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml @@ -24,8 +24,9 @@ config: # This is file 'patch/kernel/archive/rockchip64-6.19/0000.patching_confi # the Makefile in each of these directories will be magically patched to include the dts files copied # or patched-in; overlay subdir will be included "-y" if it exists. # No more Makefile patching needed, yay! + # add-only: true - only add entries `` to the end of the Makefile and hope for the best auto-patch-dt-makefile: - - { directory: "arch/arm64/boot/dts/rockchip", config-var: "CONFIG_ARCH_ROCKCHIP" } + - { directory: "arch/arm64/boot/dts/rockchip", config-var: "CONFIG_ARCH_ROCKCHIP", add-only: true } # configuration for when applying patches to git / auto-rewriting patches (development cycle helpers) patches-to-git: