[neon/neon/livecd-rootfs/Neon/release-lts] /: Support the lowlatency-hwe-* when handling kernel flavours.

Łukasz 'sil2100' Zemczak null at kde.org
Wed Feb 3 10:44:37 GMT 2021


Git commit befad641dcd5fc577e0c7478677ce7a347e8ba42 by Łukasz 'sil2100' Zemczak.
Committed on 02/02/2021 at 10:51.
Pushed by jriddell into branch 'Neon/release-lts'.

Support the lowlatency-hwe-* when handling kernel flavours.

M  +6    -0    debian/changelog
M  +3    -0    live-build/auto/build

https://invent.kde.org/neon/neon/livecd-rootfs/commit/befad641dcd5fc577e0c7478677ce7a347e8ba42

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 <lukasz.zemczak at ubuntu.com>  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"
 			;;



More information about the Neon-commits mailing list