Merge "arm64: use HWE kernel and fix console"

This commit is contained in:
Zuul 2018-03-16 08:31:14 +00:00 committed by Gerrit Code Review
commit 651d913fcc
2 changed files with 9 additions and 0 deletions

View File

@ -177,6 +177,8 @@ function install_grub2 {
# Serial console on Power is hvc0
if [[ "powerpc ppc64 ppc64le" =~ "$ARCH" ]]; then
SERIAL_CONSOLE="hvc0"
elif [[ "arm64" =~ "$ARCH" ]]; then
SERIAL_CONSOLE="ttyAMA0,115200"
else
SERIAL_CONSOLE="ttyS0,115200"
fi

View File

@ -1,2 +1,9 @@
linux-image-generic:
not-arch: arm64
# TODO(ianw): this is Xenial specific, for now. This kernel works
# much better, however, including better support for cdrom's for
# config-drive. We'll need to filter this further for future
# releases; maybe add a $DIB_RELEASE filter too?
linux-generic-hwe-16.04:
arch: arm64
initramfs-tools: