pmaports/device/testing/device-xiaomi-wt88047/APKBUILD
Minecrell 7bef094fae
{bq-paella,wileyfox-crackling,xiaomi-wt88047}: remove modprobe.conf (MR 1871)
The modprobe.conf is not necessary on those devices because they already
load the panel module using deviceinfo_modules_initfs. Let's skip the
modprobe.conf in that case so we don't need to add all panels in two places.
2021-01-27 10:09:00 +01:00

71 lines
2.4 KiB
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-xiaomi-wt88047
pkgdesc="Xiaomi Redmi 2"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base mkbootimg soc-qcom-msm8916"
makedepends="devicepkg-dev"
source="deviceinfo"
subpackages="
$pkgname-kernel-mainline:kernel_mainline
$pkgname-kernel-mainline-modem-wt86047:kernel_mainline_modem_wt86047
$pkgname-kernel-mainline-modem-wt88047:kernel_mainline_modem_wt88047
$pkgname-nonfree-firmware:nonfree_firmware
$pkgname-nonfree-firmware-modem-wt86047:nonfree_firmware_modem_wt86047
$pkgname-nonfree-firmware-modem-wt88047:nonfree_firmware_modem_wt88047
"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
kernel_mainline() {
pkgdesc="Close to mainline kernel (no modem, audio routed directly)"
depends="linux-postmarketos-qcom-msm8916"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
# wt86047 (Chinese variant) and wt88047 (global variant) need different
# modem firmware, otherwise they are pretty much the same.
kernel_mainline_modem_wt86047() {
pkgdesc="Close to mainline kernel (wt86047 (China), non-free modem, audio routed through ADSP)"
depends="linux-postmarketos-qcom-msm8916 soc-qcom-msm8916-modem"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
kernel_mainline_modem_wt88047() {
pkgdesc="Close to mainline kernel (wt88047 (global), non-free modem, audio routed through ADSP)"
depends="linux-postmarketos-qcom-msm8916 soc-qcom-msm8916-modem"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video(/Modem) firmware"
depends="linux-firmware-qcom firmware-qcom-msm8916-wcnss firmware-xiaomi-wt88047-wcnss-nv"
mkdir "$subpkgdir"
}
nonfree_firmware_modem_wt86047() {
pkgdesc="Modem firmware (WT86047)"
depends="firmware-xiaomi-wt86047-modem"
install_if="$pkgname-nonfree-firmware $pkgname-kernel-mainline-modem-wt86047"
mkdir "$subpkgdir"
}
nonfree_firmware_modem_wt88047() {
pkgdesc="Modem firmware (WT88047)"
depends="firmware-xiaomi-wt88047-modem"
install_if="$pkgname-nonfree-firmware $pkgname-kernel-mainline-modem-wt88047"
mkdir "$subpkgdir"
}
sha512sums="17bf542a3446ef35515bf9bca2849ae5cb95306caef7c8c57101c8d0ea40ba2baf71767f0e652876519a439cacad0d877fac8d40373cae5d1b014a0383896a57 deviceinfo"