gnu: make-u-boot-package: Install "u-boot".

* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
master
Danny Milosavljevic 2018-05-12 22:19:14 +02:00
parent dd4fe0c288
commit 0fcfed3950
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 0 deletions

View File

@ -413,6 +413,8 @@ also initializes the boards (RAM etc).")
(find-files "." "^(MLO|SPL)$"))))
(mkdir-p libexec)
(install-file ".config" libexec)
;; Useful for "qemu -kernel".
(install-file "u-boot" libexec)
(for-each
(lambda (file)
(let ((target-file (string-append libexec "/" file)))