Skip to content

Commit 04d437f

Browse files
committed
sm8550: Added edge branch with kernel 6.18.y
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
1 parent a174ce7 commit 04d437f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/sources/families/sm8550.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ case $BRANCH in
2121
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
2222
;;
2323

24+
edge)
25+
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
26+
declare -g KERNELBRANCH='branch:linux-6.18.y'
27+
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
28+
;;
29+
2430
esac
2531

2632
family_tweaks_bsp() {

0 commit comments

Comments
 (0)