mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
sel4: build elfloader on demand (fix #3329)
This commit is contained in:
parent
817eb4f23c
commit
c5fee20286
@ -14,7 +14,12 @@ proc kernel_files { } { return sel4 }
|
||||
proc run_boot_string { } { return "\n\rBooting all finished, dropped to user space" }
|
||||
proc core_link_address { } { return "0x02000000" }
|
||||
|
||||
proc sel4_elfloader_dir { } { return "[pwd]/var/libcache/kernel-sel4/elfloader" }
|
||||
proc sel4_elfloader_dir { } {
|
||||
if {![file exists [pwd]/var/libcache/kernel-sel4/elfloader]} {
|
||||
build LIB=kernel-sel4
|
||||
}
|
||||
return "[pwd]/var/libcache/kernel-sel4/elfloader"
|
||||
}
|
||||
|
||||
##
|
||||
# Populate boot directory with binaries on hw
|
||||
|
Loading…
x
Reference in New Issue
Block a user