From db2e54491a2b4baf28d4bc752a54eba5236b6bd0 Mon Sep 17 00:00:00 2001 From: Francis Ginther Date: Mon, 20 Jul 2020 16:13:03 -0500 Subject: [PATCH] Switch raspi3 builds to the linux-raspi-hwe-18.04 kernel As part of the backport of the 5.4 kernel for Raspberry Pi, the kernel flavour name is changing to match that in Focal. This is to provide a consistent name for the 5.4 kernel in both Bionic and Focal. This effectively rolls the kernel from 5.3 to 5.4 for raspi classic images. --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 03d88193..5534cc91 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -906,7 +906,7 @@ case $ARCH in ;; raspi3) COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=raspi2-hwe-18.04 + KERNEL_FLAVOURS=raspi-hwe-18.04 add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;