mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
sysutils/edk2: Restrict building on aarch64 and amd64
The port only provides firmwares for those arch so it doesn't make sense to build them for other arch. If one day people wants to bootstrap an aarch64 image from a risc-v board we will reconsider this change.
This commit is contained in:
parent
3625ba51fe
commit
d80d28ff5b
@ -7,8 +7,8 @@ COMMENT= EDK2 Firmware for ${FLAVOR}
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64
|
||||
ONLY_FOR_ARCHS_REASON= source code is not yet ported to anything other than IA32, X64, ARM, AARCH64, RISCV64 or EBC
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= This port only provides firmware for aarch64 and amd64 machine
|
||||
|
||||
PKGNAMESUFFIX= -${FLAVOR:C/_/-/g}
|
||||
FLAVORS= macchiatobin rpi3 rpi4 xen
|
||||
|
Loading…
Reference in New Issue
Block a user