89ef6fcef8
Patch picked from https://github.com/crust-firmware/crust/pull/209 [ci:skip-build]: Already built successfully in CI
26 lines
1 KiB
Text
26 lines
1 KiB
Text
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=crust
|
|
pkgver=0.5
|
|
pkgrel=1
|
|
pkgdesc="SCP firmware for sunxi SoCs"
|
|
arch="aarch64"
|
|
url="https://github.com/crust-firmware/crust"
|
|
license="BSD-1-Clause AND BSD-3-Clause AND GPL-2.0-only and MIT"
|
|
makedepends="gcc-or1k-elf binutils-or1k-elf dtc bison flex"
|
|
source="crust-v$pkgver.tar.gz::https://github.com/crust-firmware/crust/archive/refs/tags/v$pkgver.tar.gz
|
|
fix-build-with-gcc-12.patch
|
|
"
|
|
options="!check !archcheck !tracedeps pmb:cross-native" # No tests
|
|
|
|
build() {
|
|
make CROSS_COMPILE=or1k-elf- pinephone_defconfig
|
|
make CROSS_COMPILE=or1k-elf- build/scp/scp.bin
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 build/scp/scp.bin "$pkgdir"/usr/share/crust/pinephone/scp.bin
|
|
}
|
|
sha512sums="
|
|
1a3811053fd3a27285a1377888ab5b36e9363a2f5818f69966eb7f5214e571475a2a7865b9e1b68387940a9a7e9dc3841d2458544c155aecc5b9da041eb946ba crust-v0.5.tar.gz
|
|
cde7b2ab368533a9902fa67a8f35c012864cdaaa4f38b62715513c67bd9a0591b22a6d7c29961da9e5ea342589a2aac5beec4b84838041f7dfb2d414d6bc4d4b fix-build-with-gcc-12.patch
|
|
"
|