Skip to content

Commit 7e851a4

Browse files
committed
config: sm8550: Set edge to kernel 7.0
Kept odin2portal to 6.18 since there's boot issue reported Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
1 parent 55862fe commit 7e851a4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

config/sources/families/sm8550.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ case $BRANCH in
2121
;;
2222

2323
edge)
24-
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
25-
declare -g KERNELBRANCH='branch:linux-6.18.y'
24+
declare -g KERNEL_MAJOR_MINOR="7.0" # Major and minor versions of this kernel.
25+
declare -g KERNELBRANCH='branch:linux-7.0.y'
2626
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
27+
if [[ $BOARD == ayn-odin2portal ]]; then # odin2 portal has boot up issue with kernel 7.0
28+
declare -g KERNEL_MAJOR_MINOR="6.18"
29+
declare -g KERNELBRANCH='branch:linux-6.18.y'
30+
declare -g LINUXCONFIG="linux-sm8550-current"
31+
fi
2732
;;
2833

2934
esac

0 commit comments

Comments
 (0)