[neon/neon/livecd-rootfs/Neon/release] /: Handle the allwinner kernel in the same way as we handle generic

Łukasz 'sil2100' Zemczak null at kde.org
Sat Feb 24 21:21:02 GMT 2024


Git commit ef87b2b2d5c4aad1739ae1a4a2ad5d90e847fd3a by Łukasz 'sil2100' Zemczak.
Committed on 20/02/2024 at 08:54.
Pushed by jriddell into branch 'Neon/release'.

Handle the allwinner kernel in the same way as we handle generic

M  +7    -0    debian/changelog
M  +1    -1    live-build/auto/build

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

diff --git a/debian/changelog b/debian/changelog
index 858db682..2882bcdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+livecd-rootfs (2.765.40) UNRELEASED; urgency=medium
+
+  * Handle the allwinner kernel in the same way as we handle generic. This
+    change seems to been missed, as it was present in noble. (LP: #2054412)
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com>  Tue, 20 Feb 2024 09:48:10 +0100
+
 livecd-rootfs (2.765.39) jammy; urgency=medium
 
   [ dann frazier ]
diff --git a/live-build/auto/build b/live-build/auto/build
index d1b8818d..2e4292ca 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -590,7 +590,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
 		continue
 	fi
 	case $FLAVOUR in
-		virtual|generic-hwe-*)
+		allwinner|virtual|generic-hwe-*)
 			FLAVOUR="generic"
 			;;
 		lowlatency-hwe-*)



More information about the Neon-commits mailing list