[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60224: [PATCH 0/9] Improvements to our u-boot tooling
From: |
Maxim Cournoyer |
Subject: |
bug#60224: [PATCH 0/9] Improvements to our u-boot tooling |
Date: |
Wed, 18 Jan 2023 21:10:19 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> And have that u-boot argument used as the complete base of the template, so
> that a user can override it.
>
> * gnu/packages/bootloaders.scm (make-u-boot-package): New U-BOOT argument.
> Document it.
> [native-inputs]: Move the native-inputs of U-BOOT first, so that the
> cross compilation tools can be overridden via U-BOOT.
> [arguments]: Rewrite using substitute-keyword-arguments, extending rather than
> overriding most arguments. Use gexps. Do not bind OUTPUTS.
As suggested by Vagrant on #guix, I've checked some outputs md5 sums
matched with the new build style (they did!) and pushed.
Thanks for the reviews!
--
Thanks,
Maxim
- [bug#60224] [PATCH v5 04/13] gnu: make-uboot-package: Simplify build., (continued)
- [bug#60224] [PATCH v5 04/13] gnu: make-uboot-package: Simplify build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 06/13] gnu: u-boot-pinebook-pro-rk3399: Remove input labels and use gexps., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 07/13] gnu: u-boot-firefly-rk3399: Use gexps and fix build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 05/13] gnu: make-u-boot-package: Allow disabling cross-compilation., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 08/13] gnu: make-u-boot-sunxi64-package: Use gexps and fix build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 09/13] gnu: u-boot-rock64-rk3328: Use gexps and fix build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 11/13] gnu: u-boot-rockpro64-rk3399: Use gexps and fix build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 13/13] gnu: u-boot-puma-rk3399: Use gexps and fix build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 12/13] gnu: make-arm-trusted-firmware: Simplify build., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 10/13] gnu: u-boot-sifive-unmatched: Use gexps and remove inputs labels., Maxim Cournoyer, 2023/01/15
- bug#60224: [PATCH 0/9] Improvements to our u-boot tooling,
Maxim Cournoyer <=