Merge "Enable possibility to select HWE kernel for Ubuntu minimal"

This commit is contained in:
Zuul 2020-02-04 09:00:47 +00:00 committed by Gerrit Code Review
commit 500e60dbf4
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ linux-image-kvm:
linux-image-virtual: linux-image-virtual:
not-arch: arm64 not-arch: arm64
when: DIB_UBUNTU_KERNEL = linux-image-virtual when: DIB_UBUNTU_KERNEL = linux-image-virtual
linux-generic-hwe-18.04:
not-arch: arm64
when: DIB_UBUNTU_KERNEL = linux-image-hwe
# TODO(ianw): this is Xenial specific, for now. This kernel works # TODO(ianw): this is Xenial specific, for now. This kernel works
# much better, however, including better support for cdrom's for # much better, however, including better support for cdrom's for
# config-drive. We'll need to filter this further for future # config-drive. We'll need to filter this further for future