From befad641dcd5fc577e0c7478677ce7a347e8ba42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 2 Feb 2021 11:51:21 +0100 Subject: [PATCH] Support the lowlatency-hwe-* when handling kernel flavours. --- debian/changelog | 6 ++++++ live-build/auto/build | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7793edf7..ba31235d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.664.15) UNRELEASED; urgency=medium + + * Properly handle lowlatency-hwe-* (LP: #1914217) + + -- Ɓukasz 'sil2100' Zemczak Tue, 02 Feb 2021 11:39:11 +0100 + livecd-rootfs (2.664.14) focal; urgency=medium * Actually also enable the hwe kernel for all flavours for 20.04.2 diff --git a/live-build/auto/build b/live-build/auto/build index 12b96a5b..82eb56ee 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -826,6 +826,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do virtual|generic-hwe-*) FLAVOUR="generic" ;; + lowlatency-hwe-*) + FLAVOUR="lowlatency" + ;; oem-*) FLAVOUR="oem" ;;