[neon/neon/livecd-rootfs/Neon/release] /: Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.

Michael Hudson-Doyle null at kde.org
Wed Feb 19 22:35:44 GMT 2025


Git commit 46fae973d7c0b51777ddeac2f411e72856052db2 by Michael Hudson-Doyle.
Committed on 16/02/2025 at 22:31.
Pushed by carlosdem into branch 'Neon/release'.

Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.

M  +7    -0    debian/changelog
M  +5    -0    live-build/auto/config

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

diff --git a/debian/changelog b/debian/changelog
index 5c0ce4b1..9929080a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+livecd-rootfs (24.04.86) UNRELEASED; urgency=medium
+
+  * Do not build HWE kernel layer on RISC-V as there is no HWE kernel there.
+    (LP: #2098622)
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Mon, 17 Feb 2025 11:12:00 +1300
+
 livecd-rootfs (24.04.85) noble; urgency=medium
 
   * Fix build failure when using lowlatency-hwe-24.04, as ubuntustudio does.
diff --git a/live-build/auto/config b/live-build/auto/config
index f298fb3c..1eee2c1f 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -999,6 +999,11 @@ case $PROJECT in
 						;;
 				esac
 
+				if [ $ARCH = "riscv64" ]; then
+					# For RISC-V we only offer one kernel
+					variants='ga'
+				fi
+
 				for variant in $variants; do
 					if [ "$variant" = "ga" ]; then
 						kernel_metapkg=linux-generic



More information about the Neon-commits mailing list