diff --git a/buildroot b/buildroot index 4ae08741..3c79e493 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 4ae08741a99b2ee32304fe5c1599c9e57888b160 +Subproject commit 3c79e493f659a2b27146a5e0c5d1a175b6bd5f67 diff --git a/buildroot-external/board/ovos/raspberrypi/patches/linux/0002-Add-support-for-the-XMOS-VocalFusion-3510-INT-soundc.patch b/buildroot-external/board/ovos/raspberrypi/patches/linux/0002-Add-support-for-the-XMOS-VocalFusion-3510-INT-soundc.patch index ac0150ed..6350eed5 100644 --- a/buildroot-external/board/ovos/raspberrypi/patches/linux/0002-Add-support-for-the-XMOS-VocalFusion-3510-INT-soundc.patch +++ b/buildroot-external/board/ovos/raspberrypi/patches/linux/0002-Add-support-for-the-XMOS-VocalFusion-3510-INT-soundc.patch @@ -1,4 +1,4 @@ -From 4646199906b21fcf76409d9aaab512153b600cd8 Mon Sep 17 00:00:00 2001 +From 516d52f57928ec26ef45c49188cb4378347c79c0 Mon Sep 17 00:00:00 2001 From: j1nx Date: Mon, 7 Oct 2024 11:33:57 +0000 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 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 +++ 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-b.dtbo \ wittypi.dtbo \ @@ -31,10 +31,10 @@ index bd16c4a18d9f..7056737fd344 100644 targets += dtbs dtbs_install targets += $(dtbo-y) 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 +++ 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 diff --git a/buildroot-external/configs/rpi4_64_defconfig b/buildroot-external/configs/rpi4_64_defconfig index 0bc96f5d..19b87e6b 100644 --- a/buildroot-external/configs/rpi4_64_defconfig +++ b/buildroot-external/configs/rpi4_64_defconfig @@ -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_LINUX_KERNEL=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_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