<msm8916-secure boot-modem>: use separate firmware packages (MR 2619)

Rule B: Devices without secure boot but without modem support need:
  1. GPU firmware (firmware-qcom-adreno-a300)
  3. firmware-qcom-msm8916-wcnss: more recent wcnss firmware
  4. device-specific -wcnss-nv firmware
  5. firmware-qcom-msm8916-venus: some packaged venus firmware
This commit is contained in:
Minecrell 2021-10-19 10:29:15 +02:00 committed by Clayton Craft
parent c72ed66a27
commit d0f2a3d940
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54
2 changed files with 11 additions and 5 deletions

View file

@ -2,8 +2,8 @@
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=device-huawei-g7
pkgdesc="Huawei Ascend G7"
pkgver=1
pkgrel=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -24,7 +24,10 @@ package() {
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video firmware"
depends="linux-firmware-qcom firmware-qcom-msm8916-wcnss firmware-huawei-g7-wcnss-nv"
# msm-firmware-loader not needed because modem is not supported yet
depends="firmware-qcom-adreno-a300
firmware-qcom-msm8916-wcnss firmware-huawei-g7-wcnss-nv
firmware-qcom-msm8916-venus"
mkdir "$subpkgdir"
}

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-oppo-a51f
pkgdesc="OPPO Mirror 5s"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -22,7 +22,10 @@ package() {
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video firmware"
depends="linux-firmware-qcom firmware-qcom-msm8916-wcnss firmware-oppo-a51f-wcnss-nv"
# msm-firmware-loader not needed because modem is not supported yet
depends="firmware-qcom-adreno-a300
firmware-qcom-msm8916-wcnss firmware-oppo-a51f-wcnss-nv
firmware-qcom-msm8916-venus"
mkdir "$subpkgdir"
}