New Package: atf-rk3328-bl31-2.3.
This commit is contained in:
parent
40a82780c1
commit
c86858d08b
1 changed files with 26 additions and 0 deletions
26
srcpkgs/atf-rk3328-bl31/template
Normal file
26
srcpkgs/atf-rk3328-bl31/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'atf-rk3328-bl31'
|
||||
pkgname=atf-rk3328-bl31
|
||||
version=2.3
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
wrksrc="trusted-firmware-a-${version}"
|
||||
short_desc="ARM Trusted Firmware for Rockchip rk3328 boards (ARMv8, bl31 option)"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://developer.trustedfirmware.org/dashboard/view/6/"
|
||||
distfiles="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${version}.tar.gz"
|
||||
checksum=37f917922bcef181164908c470a2f941006791c0113d738c498d39d95d543b21
|
||||
nostrip=yes
|
||||
|
||||
do_build() {
|
||||
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
||||
fi
|
||||
make ${makejobs} PLAT=rk3328 bl31
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall build/rk3328/release/bl31/bl31.elf 0755 usr/lib/trusted-firmware-a/rk3328
|
||||
vlicense docs/license.rst
|
||||
}
|
Loading…
Reference in a new issue