emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60289: closed ([PATCH v1] gnu: Add u-boot-qemu-arm)


From: GNU bug Tracking System
Subject: bug#60289: closed ([PATCH v1] gnu: Add u-boot-qemu-arm)
Date: Tue, 14 Feb 2023 22:18:02 +0000

Your message dated Tue, 14 Feb 2023 17:17:05 -0500
with message-id <Y+wIYTkdpQIYTYBt@jasmine.lan>
and subject line Re: [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm
has caused the debbugs.gnu.org bug report #60289,
regarding [PATCH v1] gnu: Add u-boot-qemu-arm
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60289: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60289
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH v1] gnu: Add u-boot-qemu-arm Date: Fri, 23 Dec 2022 23:31:09 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60289] [PATCH v1] gnu: Add u-boot-qemu-arm Date: Tue, 14 Feb 2023 17:17:05 -0500
On Fri, Dec 23, 2022 at 11:31:09PM +0100, Denis 'GNUtoo' Carikli wrote:
> * gnu/packages/bootloaders.scm (u-boot-qemu-arm): New variable.

Thanks! I pushed the patch series as
8a68407ac1eb1f6fca245efcc9c372df52045e96


--- End Message ---

reply via email to

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