[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60802] [PATCH v4 0/2] Remove unsupported u-boot-malta package
From: |
Maxim Cournoyer |
Subject: |
[bug#60802] [PATCH v4 0/2] Remove unsupported u-boot-malta package |
Date: |
Tue, 17 Jan 2023 10:34:29 -0500 |
The package was causing issues when migrating the make-u-boot-package
procedure to use Guix's infrastructure for cross-compilation, because Guix
would now attempt to build a cross-compiler for mips64el, which is not
supported per (guix platforms).
Changes in v4:
- Use (srfi srfi-35) condition instead of (ice-9 exceptions)
- Add a target-or-system field to the condition type for extra information
Changes in v3:
- Use false-if-platform-not-found instead of false-if-exception in (gnu
packages bootstrap)
- Do not export make-platform-not-found-error constructor
Changes in v2:
- Add false-if-platform-not-found syntax
- Use it while evaluating lookup-platform-by-target-or-system
Maxim Cournoyer (2):
platforms: Raise an exception when no suitable platform is found.
gnu: Remove u-boot-malta.
gnu/packages/bootloaders.scm | 3 --
gnu/packages/bootstrap.scm | 3 +-
guix/platform.scm | 55 +++++++++++++++++++++++++++---------
3 files changed, 44 insertions(+), 17 deletions(-)
base-commit: ecda67a577570f412b103e5dd8ed1a44193a9c11
--
2.38.1
- [bug#60802] [PATCH v2 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, 2023/01/14
- [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 <=