09d189f364
Changes: - use msm-firmware-loader - use soc-qcom-msm8953 - cleanup firmware package - add tqftpserv as a dependency for modem - add modules-initfs with panel and touchscreen modules [ci:skip-build]: already built successfully in CI
49 lines
1.1 KiB
Text
49 lines
1.1 KiB
Text
# Maintainer: Sireesh Kodali <scarface@disroot.org>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-motorola-potter
|
|
pkgdesc="Motorola Moto G5 Plus"
|
|
pkgver=1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-msm8953
|
|
lk2nd-msm8953
|
|
mkbootimg
|
|
postmarketos-base
|
|
soc-qcom-msm8953
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo modules-initfs"
|
|
|
|
subpackages="
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="GPU/Wi-Fi/Bluetooth/Audio/Video/Modem firmware"
|
|
depends="
|
|
firmware-motorola-potter
|
|
msm-firmware-loader
|
|
soc-qcom-msm8953-initramfs
|
|
soc-qcom-msm8953-modem
|
|
tqftpserv
|
|
tqftpserv-openrc
|
|
"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
31f181f7115af01efa032e23d11a6e311308d3ba1bb8465e5c17bde00f4f47b3dd49755a2ff41f598275d310dcd7de5a5cd35140ad0482b36b0fe53dcd71cf66 deviceinfo
|
|
93c77bfcde005c021ac9b671f9671923339f855e45d4fce8b2caea4748eccc08c8ec65bdfc85fef4900c974860613e8d62e6fe0ea95741ec1ab08c814148472b modules-initfs
|
|
"
|