sysutils/atf-allwinner: Mark the port as NO_ARCH
It's a cross compiled firmware for aarch64, mark it as NO_ARCH While here pet portlint. Approved by: bapt (mentor, implicit)
This commit is contained in:
parent
f52512fba7
commit
d7ccc163a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487437
2 changed files with 11 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= atf-allwinner
|
||||
PORTVERSION= 2.0.20181123
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GH
|
||||
|
||||
|
@ -12,18 +13,21 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
BUILD_DEPENDS= aarch64-none-elf-gcc:devel/aarch64-none-elf-gcc
|
||||
|
||||
USES= gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ARM-software
|
||||
GH_PROJECT= arm-trusted-firmware
|
||||
GH_TAGNAME= 98aab97
|
||||
|
||||
SSP_UNSAFE= yes
|
||||
USES= gmake
|
||||
MAKE_ENV+= CROSS_COMPILE="aarch64-none-elf-"
|
||||
ALL_TARGET= ARCH="aarch64" PLAT=sun50i_a64 V=1 bl31
|
||||
|
||||
PLIST_FILES= ${PREFIX}/share/${PORTNAME}/bl31.bin
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/
|
||||
${INSTALL_DATA} ${WRKSRC}/build/sun50i_a64/release/bl31.bin ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
Arm Trusted Framework for Allwinner 64 Bits SoCs
|
||||
|
||||
Trusted Firmware-A (TF-A) provides a reference implementation of secure world
|
||||
software for Armv7-A and Armv8-A, including a Secure Monitor executing at
|
||||
Exception Level 3 (EL3).
|
||||
|
||||
WWW: https://github.com/ARM-software/arm-trusted-firmware
|
||||
|
|
Loading…
Reference in a new issue