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

jammy-iotg-bump
Łukasz 'sil2100' Zemczak 3 years ago
parent 198a2f6faf
commit a894c4e85f

@ -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

Loading…
Cancel
Save