Some missing pieces.

focal-iotg-bump
Łukasz 'sil2100' Zemczak 3 years ago
parent 8b0cd96803
commit f59dad4ce9

@ -855,6 +855,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

@ -1012,7 +1012,7 @@ case $PROJECT in
case $SUBARCH in
intel-iot)
COMPONENTS='main restricted'
KERNEL_FLAVOURS='image-intel'
KERNEL_FLAVOURS='intel-iotg-edge'
;;
esac
;;

Loading…
Cancel
Save