From b47acc9456a17c9475898304d78fb6a9b4910a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 14 Jan 2020 10:29:23 +0100 Subject: [PATCH] Actually, modify 2.525.37 and re-release since the kernel flavour name was wrong. --- debian/changelog | 4 ++-- live-build/auto/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d8cf19a..303b66c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ livecd-rootfs (2.525.37) bionic; urgency=medium - * Use the linux-raspi2-5.3 kernel flavour for the raspi3 images. This kernel - is required for proper pi4 support. (LP: #1859478) + * Use the raspi2-hwe-18.04-edge kernel flavour for the raspi3 images. This + kernel is required for proper pi4 support. (LP: #1859478) -- Ɓukasz 'sil2100' Zemczak Mon, 13 Jan 2020 15:33:20 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index f71095bf..c3215b9e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -882,7 +882,7 @@ case $ARCH in ;; raspi3) COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=raspi2-5.3 + KERNEL_FLAVOURS=raspi2-hwe-18.04-edge add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;