guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm64


From: Denis 'GNUtoo' Carikli
Subject: [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm64
Date: Sat, 24 Dec 2022 07:15:17 +0100

* gnu/packages/bootloaders.scm (u-boot-qemu-arm64): New variable.
---
 gnu/packages/bootloaders.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 5ead34c293..cb86f0154c 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1027,6 +1027,14 @@ (define-public u-boot-qemu-arm
                        ;; details.
                        #: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
   (make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
 

base-commit: 48f6de89bf090e0918a91b494da40fa9edf2b8d9
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]