firmware-fairphone-fp6: package gen80300 gmu & sqe firmware
These generic files are not (yet) available in linux-firmware, so we need to package them for this device. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8266>
This commit is contained in:
parent
afaf475693
commit
108309ad98
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
||||
pkgname=firmware-fairphone-fp6
|
||||
pkgver=20250606
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Firmware for The Fairphone (Gen. 6)"
|
||||
subpackages="
|
||||
$pkgname-adreno
|
||||
|
|
@ -38,6 +38,11 @@ adreno() {
|
|||
|
||||
install -Dm644 "$builddir"/gen80300_zap.mbn -t \
|
||||
"$subpkgdir/lib/firmware/qcom/milos/fairphone/fp6/"
|
||||
# TODO: Remove once firmware files are in linux-firmware
|
||||
install -Dm644 "$builddir"/gen80300_gmu.bin -t \
|
||||
"$subpkgdir/lib/firmware/postmarketos/"
|
||||
install -Dm644 "$builddir"/gen80300_sqe.fw -t \
|
||||
"$subpkgdir/lib/firmware/postmarketos/"
|
||||
}
|
||||
|
||||
adsp() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue