From f77c7af2fd0c6fd5b434508ab853b186b98d3578 Mon Sep 17 00:00:00 2001 From: amazingfate Date: Mon, 1 Jul 2024 17:26:26 +0800 Subject: [PATCH] rk35xx-vendor: bump to latest sdk release rkr3 --- config/sources/families/rk35xx.conf | 2 +- config/sources/families/rockchip-rk3588.conf | 2 +- patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sources/families/rk35xx.conf b/config/sources/families/rk35xx.conf index 1933b952cf70..9eb411907dd1 100644 --- a/config/sources/families/rk35xx.conf +++ b/config/sources/families/rk35xx.conf @@ -31,7 +31,7 @@ case $BRANCH in declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo KERNELSOURCE='https://github.com/armbian/linux-rockchip.git' - KERNELBRANCH='branch:rk-6.1-rkr1' + KERNELBRANCH='branch:rk-6.1-rkr3' KERNELPATCHDIR='rk35xx-vendor-6.1' ;; esac diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index d6ed3f36dd4a..44c858571984 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -34,7 +34,7 @@ case $BRANCH in declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo KERNELSOURCE='https://github.com/armbian/linux-rockchip.git' - KERNELBRANCH='branch:rk-6.1-rkr1' + KERNELBRANCH='branch:rk-6.1-rkr3' KERNELPATCHDIR='rk35xx-vendor-6.1' LINUXFAMILY=rk35xx ;; diff --git a/patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml b/patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml index 96c74ceac522..c77f324d61de 100644 --- a/patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml +++ b/patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml @@ -4,8 +4,8 @@ config: name: rk35xx-6.1 kind: kernel type: vendor # or: vendor - branch: rk-6.1-rkr1 - last-known-good-tag: v6.1.43 + branch: rk-6.1-rkr3 + last-known-good-tag: v6.1.75 # .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones. # This is meant to provide a way to "add a board DTS" without having to null-patch them in.