[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60802] [PATCH v3 2/2] gnu: Remove u-boot-malta.
From: |
Maxim Cournoyer |
Subject: |
[bug#60802] [PATCH v3 2/2] gnu: Remove u-boot-malta. |
Date: |
Sat, 14 Jan 2023 10:14:57 -0500 |
Relates to <https://issues.guix.gnu.org/60786>.
The mips64el architecture is not currently supported, causing (guix platform)
to raise an exception when attempting to cross-build the package.
* gnu/packages/bootloaders.scm (u-boot-malta): Delete variable.
---
(no changes since v1)
gnu/packages/bootloaders.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 6e6bdb4c08..8dc6ff698d 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -965,9 +965,6 @@ (define*-public (make-u-boot-package board triplet
uboot-files)
#t)))))))))
-(define-public u-boot-malta
- (make-u-boot-package "malta" "mips64el-linux-gnuabi64"))
-
(define-public u-boot-am335x-boneblack
(let ((base (make-u-boot-package
"am335x_evm" "arm-linux-gnueabihf"
--
2.38.1
- [bug#60802] [PATCH 1/2] platforms: Raise an exception when no suitable platform is found., (continued)
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Maxim Cournoyer, 2023/01/14
- [bug#60802] [PATCH v3 2/2] gnu: Remove u-boot-malta.,
Maxim Cournoyer <=
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Josselin Poiret, 2023/01/15
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Maxim Cournoyer, 2023/01/15
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Simon Tournier, 2023/01/16
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Ludovic Courtès, 2023/01/17
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Simon Tournier, 2023/01/17
- [bug#60802] [PATCH v3 1/2] platforms: Raise an exception when no suitable platform is found., Maxim Cournoyer, 2023/01/17
[bug#60802] [PATCH v4 0/2] Remove unsupported u-boot-malta package, Maxim Cournoyer, 2023/01/17