gnu: Add u-boot-qemu-arm64.
* gnu/packages/bootloaders.scm (u-boot-qemu-arm64): New variable.
This commit is contained in:
parent
36f7b1f02f
commit
8a68407ac1
@ -1110,6 +1110,14 @@ partition."))
|
|||||||
;; details.
|
;; details.
|
||||||
#:configs '("# CONFIG_FIT_SIGNATURE is not set")))
|
#:configs '("# CONFIG_FIT_SIGNATURE is not set")))
|
||||||
|
|
||||||
|
(define-public u-boot-qemu-arm64
|
||||||
|
(make-u-boot-package "qemu_arm64" "aarch64-linux-gnu"
|
||||||
|
;; Disable features that require OpenSSL due
|
||||||
|
;; to GPL/Openssl license incompatibilities.
|
||||||
|
;; See https://bugs.gnu.org/34717 for
|
||||||
|
;; details.
|
||||||
|
#:configs '("# CONFIG_FIT_SIGNATURE is not set")))
|
||||||
|
|
||||||
(define-public u-boot-qemu-riscv64
|
(define-public u-boot-qemu-riscv64
|
||||||
(make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
|
(make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user