gnu: edk2-tools: Limit supported systems.
* gnu/packages/firmware.scm (edk2-tools)[supported-systems]: New field. Change-Id: I1b8a63221b361ec440783c7d93ae120b53cabe2bmaster
parent
c3cdb2b405
commit
4b9cb5f87c
|
@ -882,6 +882,9 @@ Executables included are:
|
|||
@item @code{VfrCompile}: Parse preprocessed UEFI and Framework VFR files.
|
||||
@item @code{VolInfo}: Display the contents of a firmware volume.
|
||||
@end itemize")
|
||||
;; See BaseTools/Source/C/GNUmakefile
|
||||
(supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"
|
||||
"aarch64-linux" "riscv64-linux"))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define* (make-ovmf-firmware arch)
|
||||
|
|
Reference in New Issue