pmaports/device/testing/firmware-xiaomi-mido/APKBUILD
Johannes Marbach 95d375879c
treewide: firmware: use pmb:cross-native/!tracdeps (MR 2468)
Add pmb:cross-native/!tracedeps to applicable firmware packages and
secure both with a test.

This sets the pmb:cross-native and !tracedeps options on all firmware-*
packages that are compatible with the native compilation method. A unit
test ensures the presence of both options while maintaining a list of
exempted packages.

Fixes: #718
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]
2021-09-19 18:57:36 +02:00

37 lines
1.2 KiB
Text

pkgname=firmware-xiaomi-mido
pkgver=2
pkgrel=0
pkgdesc="Firmware for Xiaomi Redmi Note 4X"
url="https://github.com/Kiciuk/proprietary_firmware_mido"
arch="aarch64"
license="proprietary"
options="!check !strip !archcheck !tracedeps pmb:cross-native"
_commit="bc001cbb255a0ded2b58af07b93f712cd9322483"
source="https://github.com/Kiciuk/proprietary_firmware_mido/archive/$_commit.zip"
builddir="$srcdir/proprietary_firmware_mido-$_commit"
_fwdir="/lib/firmware/postmarketos"
package() {
# parent package is empty
mkdir -p "$pkgdir"
# modem firmware
install -Dm644 modem/mba.mbn -t "$pkgdir/$_fwdir"
install -Dm644 modem/modem.* -t "$pkgdir/$_fwdir"
# video firmware
install -Dm644 apnhlos/venus.* -t "$pkgdir/$_fwdir"
# WiFi/BT firmware
install -Dm644 apnhlos/wcnss.* -t "$pkgdir/$_fwdir"
install -Dm644 firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin -t "$pkgdir/$_fwdir"/wlan/prima
# ADSP firmware
install -Dm644 modem/adsp.* -t "$pkgdir/$_fwdir"
# GPU firmware
install -Dm644 apnhlos/a506_zap.* -t "$pkgdir/$_fwdir"
}
sha512sums="09a671286f1bc2389763432b42be30d2a7b52717cc2f2cb1dc0e144d3ade84fadcfd3971b5dec7bbc04750fac93be0ef2bba81bbd6740ce3da396899c03f0a1c bc001cbb255a0ded2b58af07b93f712cd9322483.zip"