2020-06-08 13:25:14 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
|
|
# Maintainer: Minecrell <minecrell@minecrell.net>
|
|
|
|
pkgname=device-arrow-db410c
|
|
|
|
pkgdesc="Arrow DragonBoard 410c"
|
2024-02-15 08:21:05 +00:00
|
|
|
pkgver=4
|
2024-06-18 19:53:59 +00:00
|
|
|
pkgrel=1
|
2020-06-08 13:25:14 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2021-10-29 15:56:06 +00:00
|
|
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916
|
|
|
|
soc-qcom-msm8916 soc-qcom-msm8916-rproc"
|
2020-06-08 13:25:14 +00:00
|
|
|
makedepends="devicepkg-dev"
|
2023-08-02 17:06:01 +00:00
|
|
|
source="deviceinfo modules-initfs"
|
2020-06-08 13:25:14 +00:00
|
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
2021-10-29 15:56:06 +00:00
|
|
|
_pmb_select="soc-qcom-msm8916-rproc"
|
2020-06-08 13:25:14 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
nonfree_firmware() {
|
|
|
|
pkgdesc="GPU/WiFi/BT/Video firmware"
|
2021-10-19 08:24:59 +00:00
|
|
|
depends="firmware-qcom-adreno-a300 firmware-qcom-db410c-modem
|
|
|
|
firmware-qcom-db410c-wcnss firmware-qcom-db410c-wcnss-nv
|
|
|
|
firmware-qcom-msm8916-venus"
|
2020-06-08 13:25:14 +00:00
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
2021-07-01 12:48:16 +00:00
|
|
|
sha512sums="
|
2024-06-18 19:53:59 +00:00
|
|
|
b7431dcf918509458637442814d6f91f1532c75cd483be65d14dedd7af81f2f565187a190b3e3537474d00eec71cdb4ef6eb7fe3246ecde5a6c7b92593e71207 deviceinfo
|
2023-08-02 17:06:01 +00:00
|
|
|
ccd6758cb4954eb0a96c7fb15e732e8147414f8edc498d9faf7d04ddef85d817733669ec1a6003e623e8392f3f6bb85f71160efe4e82f27e300d58aa6f5c8549 modules-initfs
|
2021-07-01 12:48:16 +00:00
|
|
|
"
|