* [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm
@ 2022-12-23 22:31 Denis 'GNUtoo' Carikli
2022-12-24 6:15 ` [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm64 Denis 'GNUtoo' Carikli
2023-02-14 22:17 ` bug#60289: [PATCH v1] gnu: Add u-boot-qemu-arm Leo Famulari
0 siblings, 2 replies; 3+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-12-23 22:31 UTC (permalink / raw)
To: 60289; +Cc: Denis 'GNUtoo' Carikli
* gnu/packages/bootloaders.scm (u-boot-qemu-arm): 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 57705cf596..5ead34c293 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1019,6 +1019,14 @@ (define-public u-boot-puma-rk3399
`(("firmware" ,arm-trusted-firmware-rk3399)
,@(package-native-inputs base))))))
+(define-public u-boot-qemu-arm
+ (make-u-boot-package "qemu_arm" "arm-linux-gnueabihf"
+ ;; 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: b6d9e266a740c9706524bdd5c978f70e088675f1
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-14 22:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 22:31 [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm Denis 'GNUtoo' Carikli
2022-12-24 6:15 ` [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm64 Denis 'GNUtoo' Carikli
2023-02-14 22:17 ` bug#60289: [PATCH v1] gnu: Add u-boot-qemu-arm Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.