qemu-amd64: tweak kernel descriptions (MR 5016)

I just noticed that the virt kernel doesn't have mouse and network
working anymore in QEMU and Alpine edge. It did work with v23.12.
Everything seems to work with the LTS kernel though, and it doesn't
change often, so recommend that for now.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Oliver Smith 2024-04-07 23:34:45 +00:00 committed by Stefan Hansson
parent a61c3a3e48
commit 816ed854d0
No known key found for this signature in database
GPG key ID: 8A700086A9FE41FD

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-amd64
pkgver=6
pkgrel=2
pkgrel=3
pkgdesc="Simulated device in QEMU (x86_64)"
url="https://postmarketos.org"
arch="x86_64"
@ -53,13 +53,13 @@ kernel_none() {
}
kernel_virt() {
pkgdesc="Alpine Virt kernel (minimal, no audio)"
pkgdesc="Alpine Virt kernel (minimal, no audio/mouse/network)"
depends="linux-virt"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
kernel_lts() {
pkgdesc="Alpine LTS kernel"
pkgdesc="Alpine LTS kernel (recommended)"
depends="linux-lts linux-firmware-none"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}