From 2f852e68e57a0d41c2db0cff774435291177d8de Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 21 Jul 2025 17:49:18 +0200 Subject: [PATCH] Bump kernels for imx6, mvebu, xu4 and move wdk2023 to eos --- config/boards/{wdk2023.csc => wdk2023.eos} | 0 config/sources/families/imx6.conf | 2 +- config/sources/families/mvebu.conf | 2 +- config/sources/families/odroidxu4.conf | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename config/boards/{wdk2023.csc => wdk2023.eos} (100%) diff --git a/config/boards/wdk2023.csc b/config/boards/wdk2023.eos similarity index 100% rename from config/boards/wdk2023.csc rename to config/boards/wdk2023.eos diff --git a/config/sources/families/imx6.conf b/config/sources/families/imx6.conf index 1e47d4e8f..9d2671c90 100644 --- a/config/sources/families/imx6.conf +++ b/config/sources/families/imx6.conf @@ -29,7 +29,7 @@ case $BRANCH in 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 diff --git a/config/sources/families/mvebu.conf b/config/sources/families/mvebu.conf index 027a0c46d..33e959c94 100644 --- a/config/sources/families/mvebu.conf +++ b/config/sources/families/mvebu.conf @@ -31,7 +31,7 @@ case $BRANCH in 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 diff --git a/config/sources/families/odroidxu4.conf b/config/sources/families/odroidxu4.conf index 5541a6502..daac73f2b 100644 --- a/config/sources/families/odroidxu4.conf +++ b/config/sources/families/odroidxu4.conf @@ -28,8 +28,8 @@ case $BRANCH in ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. - KERNELBRANCH='branch:linux-6.10.y' + declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel. + KERNELBRANCH='branch:linux-6.15.y' ;; esac