Skip to content

Commit 8698633

Browse files
committed
Bump Linux Kernel to v6.12
Linux Kernel v6.7 propose a solution to resolve sound stutter effect. Therefore, upgrade Linux Kernel version to v6.12 as it is an LTS version with the proposed solution included.
1 parent 6dbe25e commit 8698633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configs/buildroot.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot"
2121
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
2222
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
2323
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
24-
BR2_KERNEL_HEADERS_6_1=y
24+
BR2_KERNEL_HEADERS_6_12=y
2525
BR2_BINUTILS_VERSION_2_42_X=y
2626
# BR2_BINUTILS_GPROFNG is not set
2727
BR2_GCC_VERSION_14_X=y
2828
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-softfloat"
29-
BR2_TOOLCHAIN_HEADERS_AT_LEAST="6.1"
29+
BR2_TOOLCHAIN_HEADERS_AT_LEAST="6.12"
3030
BR2_TOOLCHAIN_GCC_AT_LEAST_14=y
3131
BR2_TOOLCHAIN_GCC_AT_LEAST="14"
3232
BR2_SSP_NONE=y

scripts/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function do_buildroot
3737

3838
function do_linux
3939
{
40-
ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.1.y --depth=1
40+
ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.12.y --depth=1
4141
cp -f configs/linux.config linux/.config
4242
export PATH="$PWD/buildroot/output/host/bin:$PATH"
4343
export CROSS_COMPILE=riscv32-buildroot-linux-gnu-

0 commit comments

Comments
 (0)