community/arrow-db410c: add _pmb_select="soc-qcom-msm8916-rproc" (MR 2632)

This allows disabling the modem explicitly to get a bit more RAM.
It's also not _particularly_ useful on DB410c because it only provides GPS.
This commit is contained in:
Minecrell 2021-10-29 17:56:06 +02:00
parent 5cdf33cf1c
commit 46a7f0ae08
No known key found for this signature in database
GPG key ID: B77CE638A6C2E562

View file

@ -2,16 +2,18 @@
# Maintainer: Minecrell <minecrell@minecrell.net> # Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=device-arrow-db410c pkgname=device-arrow-db410c
pkgdesc="Arrow DragonBoard 410c" pkgdesc="Arrow DragonBoard 410c"
pkgver=2 pkgver=3
pkgrel=0 pkgrel=0
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
options="!check !archcheck" options="!check !archcheck"
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8916" depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916
soc-qcom-msm8916 soc-qcom-msm8916-rproc"
makedepends="devicepkg-dev" makedepends="devicepkg-dev"
source="deviceinfo" source="deviceinfo"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware" subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
_pmb_select="soc-qcom-msm8916-rproc"
build() { build() {
devicepkg_build $startdir $pkgname devicepkg_build $startdir $pkgname