95d375879c
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]
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
pkgname=firmware-asus-z00l
|
|
pkgver=1
|
|
pkgrel=0
|
|
pkgdesc="Firmware for ASUS Zenfone 2 Laser (720p) (ZE550KL)"
|
|
url="https://github.com/antony-jr/firmware-asus-z00l-raw"
|
|
subpackages="$pkgname-modem $pkgname-venus $pkgname-wcnss"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
_commit="d78364b2127e8187f79e271e94dde03f0f722432"
|
|
_repo="firmware-asus-z00l-raw"
|
|
_fwdir="/lib/firmware/postmarketos"
|
|
builddir="$srcdir/$_repo-$_commit"
|
|
|
|
source="
|
|
$pkgname-$_commit.tar.gz::https://github.com/antony-jr/$_repo/archive/$_commit.tar.gz
|
|
"
|
|
|
|
package() {
|
|
# parent package is empty
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
modem() {
|
|
pkgdesc="ASUS Zenfone 2 Laser modem firmware"
|
|
cd "$builddir"
|
|
install -Dm644 firmware/image/mba.mbn -t "$subpkgdir/$_fwdir"
|
|
install -Dm644 firmware/image/modem.* -t "$subpkgdir/$_fwdir"
|
|
}
|
|
|
|
venus() {
|
|
pkgdesc="ASUS Zenfone 2 Laser video firmware"
|
|
cd "$builddir"
|
|
install -Dm644 firmware/image/venus.* \
|
|
-t "$subpkgdir/$_fwdir"/qcom/venus-1.8
|
|
}
|
|
|
|
wcnss() {
|
|
pkgdesc="ASUS Zenfone 2 Laser WiFi/BT firmware"
|
|
cd "$builddir"
|
|
install -Dm644 firmware/image/wcnss.* -t "$subpkgdir/$_fwdir"
|
|
install -Dm644 etc-firmware/wlan/prima/WCNSS_qcom_wlan_nv_ze550kl.bin \
|
|
"$subpkgdir/$_fwdir"/wlan/prima/WCNSS_qcom_wlan_nv.bin
|
|
}
|
|
|
|
sha512sums="176da0aa399eddb6b9ab582b12bc698af369397a19c28556c39a656b573a5d4b02effe11a97d2f4c81568df03bc7859d999eb5d196a842dde4940cee192b96b3 firmware-asus-z00l-d78364b2127e8187f79e271e94dde03f0f722432.tar.gz"
|