guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add u-boot-qemu-arm64.


From: guix-commits
Subject: 02/02: gnu: Add u-boot-qemu-arm64.
Date: Tue, 14 Feb 2023 17:16:50 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 8a68407ac1eb1f6fca245efcc9c372df52045e96
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Sat Dec 24 07:15:17 2022 +0100

    gnu: Add u-boot-qemu-arm64.
    
    * 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 b88df0109b..9d56efb628 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1110,6 +1110,14 @@ partition."))
                        ;; 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"))
 



reply via email to

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