Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rk35xx-vendor: bump to latest sdk release rkr3 #6853

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/sources/families/rk35xx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/rockchip-rk3588.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down
4 changes: 2 additions & 2 deletions patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down