From db2e54491a2b4baf28d4bc752a54eba5236b6bd0 Mon Sep 17 00:00:00 2001 From: Francis Ginther Date: Mon, 20 Jul 2020 16:13:03 -0500 Subject: [PATCH 1/2] 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 ;; From 5e442437fa8dfec9cc5820afb409c34deca4161d Mon Sep 17 00:00:00 2001 From: Francis Ginther Date: Mon, 20 Jul 2020 20:58:17 -0500 Subject: [PATCH 2/2] Update changelog Use the linux-raspi-hwe-18.04 kernel for raspi3 classic image builds. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e103094..a7bb0ddf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.525.45) bionic; urgency=medium + + * Use the linux-raspi-hwe-18.04 kernel for raspi3 classic image builds. + + -- Francis Ginther Mon, 20 Jul 2020 16:17:07 -0500 + livecd-rootfs (2.525.44) bionic; urgency=medium * Add support for building uc18 appliance images (LP: #1887673).