4c666d67aa
I sometimes test DB410c via mainline U-Boot, which wants to have the DTB in the "second" part of the Android boot image. Otherwise it works fine. Include it there additionally to simplify this. [ci:skip-build] already built successfully in CI
32 lines
888 B
Text
32 lines
888 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Minecrell <minecrell@minecrell.net>
|
|
pkgname=device-arrow-db410c
|
|
pkgdesc="Arrow DragonBoard 410c"
|
|
pkgver=1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8916"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="GPU/WiFi/BT/Video firmware"
|
|
depends="linux-firmware-qcom firmware-qcom-db410c-wcnss firmware-qcom-db410c-wcnss-nv"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
7cd887f02abf9a0275bf547b50e9143a7b753f39c2b04cbe553a4ee0d26533a9c733c0a9f2fce92d4603046c75a08b8831cd70f218882e5987fe978a94ecc510 deviceinfo
|
|
"
|