Bump kernels for imx6, mvebu, xu4 and move wdk2023 to eos

This commit is contained in:
Igor Pecovnik
2025-07-21 17:49:18 +02:00
committed by Igor
parent 9632e5bb29
commit 2f852e68e5
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ case $BRANCH in
edge) edge)
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
;; ;;
esac esac

View File

@@ -31,7 +31,7 @@ case $BRANCH in
edge) edge)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
;; ;;
esac esac

View File

@@ -28,8 +28,8 @@ case $BRANCH in
;; ;;
edge) edge)
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
KERNELBRANCH='branch:linux-6.10.y' KERNELBRANCH='branch:linux-6.15.y'
;; ;;
esac esac