2016-11-01 17:38:20 +00:00
|
|
|
linux-image-generic:
|
2018-02-22 23:01:32 +00:00
|
|
|
not-arch: arm64
|
2019-06-18 17:02:36 +00:00
|
|
|
when: DIB_UBUNTU_KERNEL = linux-image-generic
|
2020-05-12 01:42:16 +00:00
|
|
|
|
|
|
|
# On ARM64/Xenial install the HWE kernel as generic because the base
|
|
|
|
# kernel is very old and causes problems.
|
|
|
|
linux-generic-hwe-16.04:
|
|
|
|
arch: arm64
|
|
|
|
when:
|
|
|
|
- DIB_RELEASE = xenial
|
|
|
|
- DIB_UBUNTU_KERNEL = linux-image-generic
|
|
|
|
linux-image-generic:
|
|
|
|
arch: arm64
|
|
|
|
when:
|
|
|
|
- DIB_RELEASE != xenial
|
|
|
|
- DIB_UBUNTU_KERNEL = linux-image-generic
|
|
|
|
|
|
|
|
# NOTE: there isn't actually an arm64 linux-image-kvm, but we don't
|
|
|
|
# have a way to error out here.
|
2019-06-18 17:02:36 +00:00
|
|
|
linux-image-kvm:
|
|
|
|
not-arch: arm64
|
|
|
|
when: DIB_UBUNTU_KERNEL = linux-image-kvm
|
2020-05-12 01:42:16 +00:00
|
|
|
|
2019-06-18 17:02:36 +00:00
|
|
|
linux-image-virtual:
|
|
|
|
when: DIB_UBUNTU_KERNEL = linux-image-virtual
|
2020-05-12 01:42:16 +00:00
|
|
|
|
2019-12-15 09:42:34 +00:00
|
|
|
linux-generic-hwe-18.04:
|
2020-05-12 03:09:30 +00:00
|
|
|
when:
|
|
|
|
- DIB_UBUNTU_KERNEL = linux-image-hwe
|
|
|
|
- DIB_RELEASE = bionic
|
2020-05-12 01:42:16 +00:00
|
|
|
|
2020-05-12 03:09:30 +00:00
|
|
|
linux-generic-hwe-20.04:
|
|
|
|
when:
|
|
|
|
- DIB_UBUNTU_KERNEL = linux-image-hwe
|
|
|
|
- DIB_RELEASE = focal
|
|
|
|
|
2017-09-21 00:16:15 +00:00
|
|
|
initramfs-tools:
|