soc-qcom-msm8953: add modem package (MR 4432)
Common modem package is introduced with q6voiced configuration.
This commit is contained in:
parent
d3fe50c3d1
commit
7d86ad96a5
4 changed files with 22 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Barnabas Czeman <trabarni@gmail.com>
|
||||
pkgname=soc-qcom-msm8953
|
||||
pkgdesc="Common package for Qualcomm MSM8953 devices"
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -9,6 +9,7 @@ arch="aarch64"
|
|||
options="!check !archcheck !tracedeps pmb:cross-native"
|
||||
depends="$pkgname-ucm swclock-offset"
|
||||
subpackages="
|
||||
$pkgname-modem
|
||||
$pkgname-ucm
|
||||
"
|
||||
|
||||
|
@ -16,6 +17,7 @@ _ucm_commit="01b9629916bd51e47481b97a29a0078bb6a72aec"
|
|||
source="
|
||||
$pkgname-$_ucm_commit.tar.gz::https://github.com/msm8953-mainline/alsa-ucm-conf/archive/$_ucm_commit.tar.gz
|
||||
90-feedbackd-pm8xxx-vib.rules
|
||||
q6voiced.conf
|
||||
"
|
||||
|
||||
package() {
|
||||
|
@ -32,7 +34,21 @@ ucm() {
|
|||
cp -r ucm2 "$subpkgdir"/usr/share/alsa
|
||||
}
|
||||
|
||||
modem() {
|
||||
depends="
|
||||
msm-modem-uim-selection
|
||||
q6voiced
|
||||
q6voiced-openrc
|
||||
qrtr
|
||||
rmtfs
|
||||
rmtfs-openrc
|
||||
"
|
||||
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||
install -Dm644 "$srcdir"/q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
03423f1247eafeb46f2c5e8e1c7bf29b3f6302d10f8acf8be962e34ecf1d6d812acf9d15147f47397a00d1661052aa45276155bc40ce9a8734076497d8b75142 soc-qcom-msm8953-01b9629916bd51e47481b97a29a0078bb6a72aec.tar.gz
|
||||
90fca4a3291a2c84c0b20e41308c4698374ba896e9365ca80dbfd0c0c4f7dc08317f3dd865a3c7f6707c81b02f5bb24136d1172253d2e4fdd50039bbbf02a178 90-feedbackd-pm8xxx-vib.rules
|
||||
3a4a9322839d4b3ef9d79668a37840a9f444954759ae3c512e694051d2f9a2573db42ad6c4c1a5c75eeb861232a27ba1a8cef9b503decd54ead25a96e3dd6f98 q6voiced.conf
|
||||
"
|
||||
|
|
2
device/testing/soc-qcom-msm8953/q6voiced.conf
Normal file
2
device/testing/soc-qcom-msm8953/q6voiced.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
q6voice_card=0
|
||||
q6voice_device=4
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
rc-update add -q q6voiced default
|
|
@ -0,0 +1 @@
|
|||
soc-qcom-msm8953-modem.post-install
|
Loading…
Add table
Reference in a new issue