The non-cloud arm64 kernel does not enable some configs
that are needed for the qemu runs, like generic TPM support
dbus-broker
iproute2
iputils-ping
- linux-image-generic
login
polkitd
systemd-coredump
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Architecture=arm64
+Distribution=debian
+
+[Content]
+# The non-cloud arm64 kernel does not enable various options
+# that are needed for our qemu builds, like generic TPM support
+Packages=
+ linux-image-cloud-arm64
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Architecture=|!arm64
+Distribution=|ubuntu
+Distribution=|kali
+
+[Content]
+Packages=
+ linux-image-generic