soc-qcom-sdm845: new aport (MR 1271)

Add a generic qcom SDM845 aport for common packages like rmtfs,
pd-mapper and tqftpserv which are required in order to get the Modem and
WLAN booted.
This commit is contained in:
Caleb Connolly 2020-05-27 01:15:46 +01:00 committed by Alexey Min
parent a4f2d33eae
commit 5fcc6297c3
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# Maintainer: Caleb Connolly (kalube) <caleb@connolly.tech>
pkgname=soc-qcom-sdm845
pkgdesc="Common package for Qualcomm SDM845 devices"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64"
options="!check !archcheck !tracedeps"
depends="mesa-dri-gallium"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
package() {
mkdir -p "$pkgdir"
}
nonfree_firmware() {
pkgdesc="Modem, WiFi and GPU Firmware"
depends="pd-mapper pd-mapper-openrc tqftpserv tqftpserv-openrc msm-modem-mainline"
install="$subpkgname.post-install"
mkdir "$subpkgdir"
}

View file

@ -0,0 +1,3 @@
#!/bin/sh
rc-update add tqftpserv boot
rc-update add pd-mapper boot