[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60224] [PATCH v5 02/13] gnu: make-u-boot-package: Install .imx file
From: |
Maxim Cournoyer |
Subject: |
[bug#60224] [PATCH v5 02/13] gnu: make-u-boot-package: Install .imx files. |
Date: |
Sun, 15 Jan 2023 22:25:33 -0500 |
* gnu/packages/bootloaders.scm
(make-u-boot-package) [phases] <install>: Add imx to the regexp of files
considered for installation.
---
(no changes since v1)
gnu/packages/bootloaders.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 96dd65ae9d..b17f8b1a9f 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -965,7 +965,7 @@ (define*-public (make-u-boot-package board triplet
"sunxi-spl-with-ecc.bin"
name))
(find-files "."
- ".*\\.(bin|efi|img|spl|itb|dtb|rksd)$"))
+
".*\\.(bin|efi|img|imx|spl|itb|dtb|rksd)$"))
(find-files "." "^(MLO|SPL)$"))))
(mkdir-p libexec)
(install-file ".config" libexec)
--
2.38.1
- [bug#60224] [PATCH v5 01/13] gnu: make-u-boot-package: Add a u-boot argument and use gexps., Maxim Cournoyer, 2023/01/15
- [bug#60224] [PATCH v5 02/13] gnu: make-u-boot-package: Install .imx files.,
Maxim Cournoyer <=
- [bug#60224] [PATCH v5 03/13] gnu: u-boot: Reduce the number of native inputs., Maxim Cournoyer, 2023/01/15
- [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