Skip to content

Commit bb6cb8f

Browse files
kasimlingigorpecovnik
authored andcommitted
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 72067a6 commit bb6cb8f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

config/boards/ayn-odin2portal.csc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ declare -g BOARD_NAME="Ayn Odin2 Portal"
55
declare -g BOARD_VENDOR="ayntec"
66
declare -g BOARD_MAINTAINER="Squishy123"
77
declare -g INTRODUCED="2023"
8+
declare -g KERNEL_TARGET="current"
9+
declare -g KERNEL_TEST_TARGET="current"

config/sources/families/sm8550.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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
2727
;;
2828

0 commit comments

Comments
 (0)