[neon/neon/livecd-rootfs/Neon/release] /: Switch the intel-iot images to use the linux-intel-iotg kernel instead.

Łukasz 'sil2100' Zemczak null at kde.org
Tue Jul 26 12:23:08 BST 2022


Git commit 198a2f6faf6cf4f65ed2a786ad4842f291ed8971 by Łukasz 'sil2100' Zemczak.
Committed on 10/06/2022 at 09:16.
Pushed by jriddell into branch 'Neon/release'.

Switch the intel-iot images to use the linux-intel-iotg kernel instead.

M  +6    -0    debian/changelog
M  +4    -4    live-build/auto/config

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

diff --git a/debian/changelog b/debian/changelog
index e4b6c681..11b3f5d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+livecd-rootfs (2.765.1) UNRELEASED; urgency=medium
+
+  * Switch the intel-iot images to use the linux-intel-iotg kernel instead.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com>  Fri, 10 Jun 2022 11:14:36 +0200
+
 livecd-rootfs (2.764) jammy; urgency=medium
 
   [ Michał Sawicz ]
diff --git a/live-build/auto/config b/live-build/auto/config
index e223954e..0d83ecb7 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -704,7 +704,7 @@ case $PROJECT in
 						OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15"
 						;;
 					intel-iot)
-						KERNEL_FLAVOURS='image-intel'
+						KERNEL_FLAVOURS='intel-iotg'
 						COMPONENTS='main restricted'
 						OPTS="${OPTS:+$OPTS }--initramfs=none"
 						OPTS="${OPTS:+$OPTS }--system=normal"
@@ -723,7 +723,7 @@ case $PROJECT in
 				add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
 				KERNEL_FLAVOURS='generic-hwe-22.04'
 				if [ "$SUBARCH" = "intel-iot" ]; then
-					KERNEL_FLAVOURS='image-intel'
+					KERNEL_FLAVOURS='intel-iotg'
 					COMPONENTS='main restricted'
 				fi
 				;;
@@ -931,7 +931,7 @@ case $PROJECT in
 				if [ "${SUBARCH:-}" = "generic" ]; then
 					KERNEL_FLAVOURS=generic
 				elif [ "${SUBARCH:-}" = "intel-iot" ]; then
-					KERNEL_FLAVOURS=image-intel
+					KERNEL_FLAVOURS=intel-iotg
 					COMPONENTS='main restricted'
 					OPTS="${OPTS:+$OPTS }--initramfs=none"
 				fi
@@ -1095,7 +1095,7 @@ case $PROJECT in
 		case $SUBARCH in
 			intel-iot)
 				COMPONENTS='main restricted'
-				KERNEL_FLAVOURS='image-intel'
+				KERNEL_FLAVOURS='intel-iotg'
 				;;
 		esac
 		;;



More information about the Neon-commits mailing list