also support building an ubuntu-cpc amd64 iotg image

bdmurray/iotg
Brian Murray 4 years ago
parent d8b24aaae6
commit 066422894b

@ -819,6 +819,10 @@ case $PROJECT in
amd64)
if [ "${SUBARCH:-}" = "generic" ]; then
KERNEL_FLAVOURS=generic
elif [ "${SUBARCH:-}" = "iotg" ]; then
KERNEL_FLAVOURS=image-intel
COMPONENTS='main restricted universe'
OPTS="${OPTS:+$OPTS }--initramfs=none"
fi
;;
riscv64*)

Loading…
Cancel
Save