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:
parent
d970d6a04a
commit
64e526c374
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user