gnu: make-u-boot-package: Install .imx files.

* gnu/packages/bootloaders.scm
(make-u-boot-package) [phases] <install>: Add imx to the regexp of files
considered for installation.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Maxim Cournoyer 2022-12-07 09:06:16 -05:00
parent d970d6a04a
commit 64e526c374
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -965,7 +965,7 @@ different version of U-Boot must be used."
"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)