pmaports/device/testing/device-samsung-xcover4lte/APKBUILD
Sönke Holz 4c1d852356
samsung-xcover4lte: use sm-sparse-image-tool (MR 3222)
The option `deviceinfo_flash_sparse_samsung_format` seems to work
fine on the xcover4lte.

Setting `deviceinfo_flash_sparse_samsung_format` to `1` (and
`deviceinfo_flash_sparse="true"`) causes heimdall to no longer hang
while the rootfs is being flashed.

[ci:skip-build]: already built successfully in CI
2022-06-19 11:13:56 +02:00

24 lines
630 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-xcover4lte
pkgdesc="Samsung Galaxy Xcover 4"
pkgver=0.2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-samsung-xcover4lte mkbootimg mesa-dri-gallium msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
065b2f540e732340e065187f2584b77219114c82d366789b3dbeb83441c84db28668c678355fc2075c958a7ac252dbb73116b9492ba3accb986ee7461672292b deviceinfo
"