mbox series

[bug#60802,v4,0/2] Remove unsupported u-boot-malta package

Message ID 20230117153432.23719-1-maxim.cournoyer@gmail.com
Headers show
Series Remove unsupported u-boot-malta package | expand

Message

Maxim Cournoyer Jan. 17, 2023, 3:34 p.m. UTC
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