[neon/neon/livecd-rootfs/Neon/release] live-build/auto: Make sure the intel-iotg flavor is handled in auto/build

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


Git commit a894c4e85fa908bf208aa6d6b97eed626a583a29 by Łukasz 'sil2100' Zemczak.
Committed on 13/06/2022 at 08:09.
Pushed by jriddell into branch 'Neon/release'.

Make sure the intel-iotg flavor is handled in auto/build

M  +3    -0    live-build/auto/build

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

diff --git a/live-build/auto/build b/live-build/auto/build
index 7621de65..1b6ee503 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -580,6 +580,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
 		image-intel)
 			FLAVOUR="intel"
 			;;
+		intel-iotg*)
+			FLAVOUR="intel-iotg"
+			;;
 	esac
 	KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-* 2>/dev/null || true) | (fgrep -v .efi || true) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" )"
 	if [ -z "$KVERS" ]; then



More information about the Neon-commits mailing list