mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: make-u-boot-package: Install "u-boot".
* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
This commit is contained in:
parent
dd4fe0c288
commit
0fcfed3950
1 changed files with 2 additions and 0 deletions
|
@ -413,6 +413,8 @@ (define (make-u-boot-package board triplet)
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue