# 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 modprobe.conf"
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
df15ed95ee31ac2e565d21056493d9c7b264491f5d446bafe6684ae80750d408a0de7370d31323c75d50eee5ac0f97010c198d3c28285898d7762b822ef7181f  modprobe.conf"
