We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55862fe commit 7e851a4Copy full SHA for 7e851a4
1 file changed
config/sources/families/sm8550.conf
@@ -21,9 +21,14 @@ case $BRANCH in
21
;;
22
23
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'
+ declare -g KERNEL_MAJOR_MINOR="7.0" # Major and minor versions of this kernel.
+ declare -g KERNELBRANCH='branch:linux-7.0.y'
26
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
32
33
34
esac
0 commit comments