mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue