gnu: make-u-boot-package: Install 'SPL' files also.
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'SPL' files to the files installed during custom 'install phase.
This commit is contained in:
		
							parent
							
								
									df1eaffc36
								
							
						
					
					
						commit
						fd0b21d5f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -408,7 +408,7 @@ also initializes the boards (RAM etc).")
 | 
				
			||||||
                      (libexec (string-append out "/libexec"))
 | 
					                      (libexec (string-append out "/libexec"))
 | 
				
			||||||
                      (uboot-files (append
 | 
					                      (uboot-files (append
 | 
				
			||||||
                                    (find-files "." ".*\\.(bin|efi|img|spl|itb|dtb)$")
 | 
					                                    (find-files "." ".*\\.(bin|efi|img|spl|itb|dtb)$")
 | 
				
			||||||
                                    (find-files "." "^MLO$"))))
 | 
					                                    (find-files "." "^(MLO|SPL)$"))))
 | 
				
			||||||
                 (mkdir-p libexec)
 | 
					                 (mkdir-p libexec)
 | 
				
			||||||
                 (install-file ".config" libexec)
 | 
					                 (install-file ".config" libexec)
 | 
				
			||||||
                 (for-each
 | 
					                 (for-each
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue