device-fairphone-fp6: prepare for UEFI boot through u-boot

Add systemd-boot dependency and set boot filesystem to fat32.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8901>
This commit is contained in:
Luca Weiss 2026-06-25 15:45:37 +02:00 committed by The Friendly Meow (merge) Bot
parent 4acdc7b918
commit 767a1d387c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -2,8 +2,8 @@
maintainer="Luca Weiss <luca@lucaweiss.eu>"
pkgname=device-fairphone-fp6
pkgdesc="The Fairphone (Gen. 6)"
pkgver=6
pkgrel=2
pkgver=7
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -25,6 +25,7 @@ depends="
soc-qcom
soc-qcom-modem
soc-qcom-qbootctl
systemd-boot
"
makedepends="devicepkg-dev"
source="
@ -46,7 +47,7 @@ package() {
}
sha512sums="
da360c976442b4d804e15ad9978eba45db7514be073040db289a1f3ddc00b8d796c8548b9f499c83cfdc5ae8a6116ed7a02b8c5bfd6d7216bf09372db18307cf deviceinfo
1a5d94e9c1ec0df4f674566c887b15e1cd62db299f34e4ccf2d949f58e4a10694c80c430254c2c8af74ba659d046aafff3a5999c3d95681518f3770fb6f48a96 deviceinfo
a230e30a05453491d41ba4a6a4c504e3dbe7b630402ac2b837aa5d977c2d38c73c93fb198e8aff892a12005de8d2355593fe2fae8e3e9412418efb1d32250022 kernel-cmdline.conf
178bb66a35b50aee147e3ce995b0aaf052715057025261e28a3d48e7a6449b981ceff1280799a8806529abb5c1882cea867991320594f9a291cc405d15b3e204 modules-initfs
5b94d596fb02a71f78f888996df102055c8ef50e719d39d7f61151407759c8f7345924918dd227af79a8220bcf44dd1b3bdfbc2d4c206322d0dd57ebb4520207 sim-wait-time.conf

View file

@ -21,6 +21,7 @@ deviceinfo_getty="ttyMSM0;115200"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_boot_filesystem="fat32"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="4096"
deviceinfo_flash_offset_base="0x00000000"