device-qemu-ppc64le: fix console name

This was already working previously, but hvc0 is the more correct name
for the serial console.

Signed-off-by: Jens Reidel <adrian@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7192>
This commit is contained in:
Jens Reidel 2025-10-13 23:48:50 +02:00 committed by The Friendly Merge Bot
parent 96e8b07819
commit e710e26cbb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Jens Reidel <adrian@travitia.xyz>
# Co-Maintainer: famfo <famfo@famfo.xyz>
pkgname=device-qemu-ppc64le
pkgver=2
pkgver=3
pkgrel=0
pkgdesc="Simulated device in QEMU (ppc64le)"
url="https://postmarketos.org"
@ -53,6 +53,6 @@ kernel_stable() {
}
sha512sums="
770558efa15fe47a55e832e0452ba7a2840df5a58fec37246d041ee6be3ced64308d2becf8f09365f90459f6e8aae286ce48711d956d7ffd065dffd0863ad0a9 deviceinfo
1114cad9b787065252d08ce43d9c6d12f2231992a547e00a1532f128b8857ffa3767fdf2e3ca2020f6ad7a89901475e59c33b55e34f0a56b04a90b3220d6ea1e deviceinfo
8129439ec53e76e714b2d3dac97bbe702822d6f6642ea6b631aa26001fec85ca310fbe9eeb04c2bd849145a1137b7934c21b704524f3a98b96b7c6f71c2ca992 modules-initfs
"

View file

@ -13,11 +13,11 @@ deviceinfo_chassis="vm"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1024"
deviceinfo_screen_height="768"
deviceinfo_getty="ttyS0;230400"
deviceinfo_getty="hvc0;38400"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=tty1 console=ttyS0 PMOS_FORCE_PARTITION_RESIZE"
deviceinfo_kernel_cmdline="console=tty1 console=hvc0 PMOS_FORCE_PARTITION_RESIZE"
deviceinfo_disable_dhcpd="true"
deviceinfo_create_prep_boot="true"
deviceinfo_generate_grub_config="true"