# Maintainer: Jacek Pruciak <pmos@juniorjpdj.pl>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lark-freeme-70-2s
pkgdesc="Lark FreeMe 70.2S"
pkgver=0.1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="
	linux-postmarketos-allwinner
	mesa-egl
	mesa-dri-gallium
	postmarketos-base
	u-boot-tools
	u-boot-lark-freeme-70-2s
	"
makedepends="devicepkg-dev linux-postmarketos-allwinner"
source="
	deviceinfo
	u-boot-script.cmd
	"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"

build() {
	devicepkg_build $startdir $pkgname

	mkimage \
		-A arm \
		-O linux \
		-T script \
		-C none \
		-a 0 \
		-e 0 \
		-n postmarketos \
		-d "$srcdir"/u-boot-script.cmd \
		"$srcdir"/boot.scr
}

package() {
	devicepkg_package $startdir $pkgname

	# U-Boot boot script
	install -Dm644 "$srcdir"/boot.scr \
		"$pkgdir"/boot/boot.scr

	# Device Tree - temporary workaround: copy from kernel package
	install -Dm644 /usr/share/dtb/sun4i-a10-lark-freeme-70-2s.dtb \
		"$pkgdir"/boot/dtbs-postmarketos-allwinner/sun4i-a10-lark-freeme-70-2s.dtb
}

nonfree_firmware() {
	pkgdesc="Wifi firmware (rtl8188ctv)"
	depends="linux-firmware-rtlwifi"
	mkdir "$subpkgdir"
}

sha512sums="4402c2ca3092ecaa99d0e295b3101024ad2d53ad315c0770f6235d53759207c4cfe2b4b269ced92b1f3386dec487e8721f44d4851ded7a0070a42f014de4444c  deviceinfo
26751c01bd998545b60d45f373e6d8356120ee2e49f923e85e1413b34a3aa1bdf9c84a04aac43c487d587e614710f7ade5a293c83a551cf7e3b2a4a90b076420  u-boot-script.cmd"
