From efd428856bf0672e6cda840d5df1d2dc76d1ae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 22 Jan 2020 09:29:37 +0100 Subject: [PATCH] Switch raspi2-hwe-18.04-edge to raspi2-hwe-18.04. --- debian/changelog | 1 + live-build/auto/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4176554d..45207926 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ livecd-rootfs (2.525.38) UNRELEASED; urgency=medium * Support generating a .disk/info file via ubuntu-image from the passed-in datestamp parameter (using the $NOW environment variable). (LP: #1856684) + * Switch raspi2-hwe-18.04-edge to raspi2-hwe-18.04. (LP: #1859478) -- Ɓukasz 'sil2100' Zemczak Wed, 22 Jan 2020 09:18:06 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index d258ee88..a056a875 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -889,7 +889,7 @@ case $ARCH in ;; raspi3) COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=raspi2-hwe-18.04-edge + KERNEL_FLAVOURS=raspi2-hwe-18.04 add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant BINARY_REMOVE_LINUX=false ;;