device-qemu-ppc64le: support proper OF boot

Signed-off-by: Jens Reidel <adrian@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7153>
This commit is contained in:
Jens Reidel 2025-10-08 14:46:20 +02:00 committed by The Friendly Merge Bot
parent 8410d344cc
commit 882b3807aa
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -2,13 +2,14 @@
# Maintainer: Jens Reidel <adrian@travitia.xyz>
# Co-Maintainer: famfo <famfo@famfo.xyz>
pkgname=device-qemu-ppc64le
pkgver=1
pkgver=2
pkgrel=0
pkgdesc="Simulated device in QEMU (ppc64le)"
url="https://postmarketos.org"
arch="ppc64le"
license="MIT"
depends="
grub-ieee1275
postmarketos-base
postmarketos-qemu-common
"
@ -52,6 +53,6 @@ kernel_stable() {
}
sha512sums="
3996a6e44f15fd5c989cf4cb10f180adc8594b67697010c0ac0c2a1d7e677002b1708a62ade65df23e22a9f743409b3de001d87990ba177295010892d69c64f9 deviceinfo
770558efa15fe47a55e832e0452ba7a2840df5a58fec37246d041ee6be3ced64308d2becf8f09365f90459f6e8aae286ce48711d956d7ffd065dffd0863ad0a9 deviceinfo
8129439ec53e76e714b2d3dac97bbe702822d6f6642ea6b631aa26001fec85ca310fbe9eeb04c2bd849145a1137b7934c21b704524f3a98b96b7c6f71c2ca992 modules-initfs
"

View file

@ -8,9 +8,8 @@ deviceinfo_codename="qemu-ppc64le"
deviceinfo_arch="ppc64le"
# Device related
deviceinfo_gpu_accelerated="true"
deviceinfo_drm="true"
deviceinfo_chassis="vm"
deviceinfo_keyboard="true"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1024"
deviceinfo_screen_height="768"
@ -20,3 +19,5 @@ deviceinfo_getty="ttyS0;230400"
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=tty1 console=ttyS0 PMOS_FORCE_PARTITION_RESIZE"
deviceinfo_disable_dhcpd="true"
deviceinfo_create_prep_boot="true"
deviceinfo_generate_grub_config="true"