device-qcom-qcs6490: Change flash method to none

This results in building a single image flashable to NVMe SSDs, SD
cards, UFS flash or similar, which lends itself better to distribution
on e.g. BPO.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8893>
This commit is contained in:
Aelin 2026-06-24 01:31:16 +02:00 committed by The Friendly Meow (merge) Bot
parent c125130f8f
commit 132137a7ba
No known key found for this signature in database
2 changed files with 2 additions and 10 deletions

View file

@ -2,7 +2,7 @@
maintainer="Aelin <aelin@postmarketos.org>"
pkgname=device-qcom-qcs6490
pkgdesc="Generic QCS6490"
pkgver=3
pkgver=4
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -52,7 +52,7 @@ vulkan() {
sha512sums="
ff9ed610e7c34fc74ab5dc7bee59e7ab307a057c209f47b294eaa64c72b82ad5735cad6c0f91ca69b713513915fe1b9416f0820ca1c71c6f8e3295a2e6a36e7a 30-initramfs-firmware-qcom-qcs6490.files
f59289f88a4fabae73951a50d1ce54009800b409e6b9743a14a2ef57ce0fa8658f1fc009995e6188e1a644b7b3147263c16b9f8eedab1285f17f00d25d5f2084 deviceinfo
70c59b83ddd651c34a0755725a14009b845f709933ccc13dc8b1b819773fa85fac63d6492e70ed0ce771dce487fd69fa441abe7a737920f2a5590b68a00ac941 deviceinfo
b011963364382785cfc3b80ec380007ab8ff413b772421de40d2004f2f4bbe4bbfb0ed2ff038f1060329689edfedbfe7269e690309317db18d6c2c3ce08dcb5a kernel-cmdline.conf
a8c659732a4fa105baed0c94fb8d83cca84cb13392cd051765684f44a04e2ac0fd027ca7f363dcf137d2cc2a762bfcae257ff6c9728de211ea07230fceddf3dd modules-initfs
"

View file

@ -16,14 +16,6 @@ deviceinfo_external_storage="true"
deviceinfo_disable_dhcpd="true"
# Bootloader related
deviceinfo_flash_method="fastboot-bootpart"
# Different devices have different partition layouts
# The Rubik Pi 3 has a LUN with efi, persist and system partitions,
# while the Dragon Q6A has no fixed partition layout.
# People installing the Dragon Q6A will not be using fastboot, while
# those using the Rubik Pi 3 may, so cater to its needs.
deviceinfo_flash_fastboot_partition_kernel="efi"
deviceinfo_flash_fastboot_partition_rootfs="system"
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_boot_filesystem="fat32"
# Required for devices using UFS as storage (instead of e.g. eMMC)