[neon/neon/livecd-rootfs/Neon/release] live-build/auto: build: fix FLAVOUR set for lowlatency
Dan Bungert
null at kde.org
Wed Feb 19 22:35:44 GMT 2025
Git commit 2a9992ad7d538567a6449059d998bfc8c6d3103f by Dan Bungert.
Committed on 13/02/2025 at 03:00.
Pushed by carlosdem into branch 'Neon/release'.
build: fix FLAVOUR set for lowlatency
M +3 -0 live-build/auto/build
https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/2a9992ad7d538567a6449059d998bfc8c6d3103f
diff --git a/live-build/auto/build b/live-build/auto/build
index ddcb7bc3..222a5b52 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -510,6 +510,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
intel-iotg*)
FLAVOUR="intel-iotg"
;;
+ lowlatency-hwe-*)
+ FLAVOUR="lowlatency"
+ ;;
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