From 816ed854d0d52b8a0aef9703201b423b21f4dba5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 7 Apr 2024 23:34:45 +0000 Subject: [PATCH] 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 --- device/main/device-qemu-amd64/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/main/device-qemu-amd64/APKBUILD b/device/main/device-qemu-amd64/APKBUILD index 2ce87c389..8b38c7785 100644 --- a/device/main/device-qemu-amd64/APKBUILD +++ b/device/main/device-qemu-amd64/APKBUILD @@ -3,7 +3,7 @@ # Co-Maintainer: Oliver Smith 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 }