[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: system: Set kernel name for riscv64-linux.
From: |
guix-commits |
Subject: |
10/10: system: Set kernel name for riscv64-linux. |
Date: |
Mon, 7 Mar 2022 15:56:26 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 34ba6e0616a4f8cee672ea23a9ed6fbb1b155a4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 7 22:47:27 2022 +0200
system: Set kernel name for riscv64-linux.
* gnu/system.scm (system-linux-image-file-name): Add option for riscv64.
---
gnu/system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 432330c915..dc980312ab 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
;;; Copyright © 2020, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <jannek@gnu.org>
-;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 raid5atemyhomework <raid5atemyhomework@protonmail.com>
;;;
@@ -658,6 +658,7 @@ See \"(guix) operating-system Reference\" for more
details.~%")))
((string-prefix? "arm" target) "zImage")
((string-prefix? "mips" target) "vmlinuz")
((string-prefix? "aarch64" target) "Image")
+ ((string-prefix? "riscv64" target) "Image")
(else "bzImage")))
(define (operating-system-kernel-file os)
- branch master updated (dc1e2ce72c -> 34ba6e0616), guix-commits, 2022/03/07
- 01/10: gnu: libopenmpt: Update dependencies., guix-commits, 2022/03/07
- 04/10: gnu: mtd-utils: Fix cross-compiling., guix-commits, 2022/03/07
- 02/10: gnu: libxrender: Fix cross compiling to riscv64-linux., guix-commits, 2022/03/07
- 06/10: gnu: squashfs-tools: Fix cross-compiling., guix-commits, 2022/03/07
- 03/10: gnu: libjpeg-turbo: Fix cross-compiling to riscv64-linux., guix-commits, 2022/03/07
- 07/10: build-system/meson: Add more cross-compilation targets., guix-commits, 2022/03/07
- 09/10: gnu: dtc: Use pkg-config-for-target., guix-commits, 2022/03/07
- 10/10: system: Set kernel name for riscv64-linux.,
guix-commits <=
- 05/10: gnu: libcap: Fix cross-compiling., guix-commits, 2022/03/07
- 08/10: gnu: dtc: Use different source tarball., guix-commits, 2022/03/07