gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 31 Jan 2018 19:09:54 +0000 (21:09 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sat, 24 Mar 2018 19:15:11 +0000 (22:15 +0300)
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
'itb' and 'dtb' files to the files installed during custom 'install phase.

gnu/packages/bootloaders.scm

index 582c71c..063e9c3 100644 (file)
@@ -422,7 +422,7 @@ also initializes the boards (RAM etc).")
                (let* ((out (assoc-ref outputs "out"))
                       (libexec (string-append out "/libexec"))
                       (uboot-files (append
-                                    (find-files "." ".*\\.(bin|efi|img|spl)$")
+                                    (find-files "." ".*\\.(bin|efi|img|spl|itb|dtb)$")
                                     (find-files "." "^MLO$"))))
                  (mkdir-p libexec)
                  (install-file ".config" libexec)