Bump linux kernel to latest version

This commit is contained in:
j1nx 2024-10-17 16:58:37 +00:00
parent 93c6bcedff
commit ba41a4da54
3 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit 4ae08741a99b2ee32304fe5c1599c9e57888b160 Subproject commit 3c79e493f659a2b27146a5e0c5d1a175b6bd5f67

View File

@ -1,4 +1,4 @@
From 4646199906b21fcf76409d9aaab512153b600cd8 Mon Sep 17 00:00:00 2001 From 516d52f57928ec26ef45c49188cb4378347c79c0 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl> From: j1nx <p.steenbergen@j1nx.nl>
Date: Mon, 7 Oct 2024 11:33:57 +0000 Date: Mon, 7 Oct 2024 11:33:57 +0000
Subject: [PATCH 1/1] Add support for the XMOS VocalFusion 3510-INT soundcard Subject: [PATCH 1/1] Add support for the XMOS VocalFusion 3510-INT soundcard
@ -16,10 +16,10 @@ Subject: [PATCH 1/1] Add support for the XMOS VocalFusion 3510-INT soundcard
create mode 100644 arch/arm/boot/dts/overlays/xmos-xvf3510-rpi5-overlay.dts create mode 100644 arch/arm/boot/dts/overlays/xmos-xvf3510-rpi5-overlay.dts
diff --git a/arch/arm/boot/dts/overlays/Makefile b/arch/arm/boot/dts/overlays/Makefile diff --git a/arch/arm/boot/dts/overlays/Makefile b/arch/arm/boot/dts/overlays/Makefile
index bd16c4a18d9f..7056737fd344 100644 index b9530c339797..92cd3dc00dc3 100644
--- a/arch/arm/boot/dts/overlays/Makefile --- a/arch/arm/boot/dts/overlays/Makefile
+++ b/arch/arm/boot/dts/overlays/Makefile +++ b/arch/arm/boot/dts/overlays/Makefile
@@ -336,7 +336,9 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \ @@ -337,7 +337,9 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
waveshare-can-fd-hat-mode-a.dtbo \ waveshare-can-fd-hat-mode-a.dtbo \
waveshare-can-fd-hat-mode-b.dtbo \ waveshare-can-fd-hat-mode-b.dtbo \
wittypi.dtbo \ wittypi.dtbo \
@ -31,10 +31,10 @@ index bd16c4a18d9f..7056737fd344 100644
targets += dtbs dtbs_install targets += dtbs dtbs_install
targets += $(dtbo-y) targets += $(dtbo-y)
diff --git a/arch/arm/boot/dts/overlays/README b/arch/arm/boot/dts/overlays/README diff --git a/arch/arm/boot/dts/overlays/README b/arch/arm/boot/dts/overlays/README
index dfd7a44c757d..c7f26a2dbab3 100644 index 47cea04fea5f..b25f2a040d6e 100644
--- a/arch/arm/boot/dts/overlays/README --- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README +++ b/arch/arm/boot/dts/overlays/README
@@ -5470,6 +5470,13 @@ Params: alsaname Changes the card name in ALSA @@ -5487,6 +5487,13 @@ Params: alsaname Changes the card name in ALSA
compatible Changes the codec compatibility compatible Changes the codec compatibility

View File

@ -31,7 +31,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL)/scripts/post-image.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_EXTERNAL)/board/ovos/raspberrypi/rpi4" BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_EXTERNAL)/board/ovos/raspberrypi/rpi4"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,12f0f28db3afe451a81a34c5a444f6841c10067c)/linux-12f0f28db3afe451a81a34c5a444f6841c10067c.tar.gz" BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,8ee418c866c263941fb468bc1eeab1d8059db705)/linux-8ee418c866c263941fb468bc1eeab1d8059db705.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2711" BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL)/kernel/ovos.config $(BR2_EXTERNAL)/kernel/device-drivers.config $(BR2_EXTERNAL)/kernel/docker.config $(BR2_EXTERNAL)/board/ovos/raspberrypi/kernel.config" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL)/kernel/ovos.config $(BR2_EXTERNAL)/kernel/device-drivers.config $(BR2_EXTERNAL)/kernel/docker.config $(BR2_EXTERNAL)/board/ovos/raspberrypi/kernel.config"
BR2_LINUX_KERNEL_LZ4=y BR2_LINUX_KERNEL_LZ4=y