mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
run: build nova kernel on every run invocation
Compared to some other kernels checking the nova source and building is way faster - so we can spend on each run/* invocation the extra time.
This commit is contained in:
parent
8fa802815d
commit
93c1ef0309
@ -33,12 +33,13 @@ proc run_boot_string { } {
|
||||
# Populate directory with binaries on NOVA
|
||||
#
|
||||
proc run_boot_dir {binaries} {
|
||||
|
||||
#
|
||||
# Collect contents of the ISO image
|
||||
#
|
||||
copy_and_strip_genode_binaries_to_run_dir $binaries
|
||||
|
||||
if {![nova_external] && ![file exists [nova_kernel]]} { build { kernel } }
|
||||
if {![nova_external]} { build { kernel } }
|
||||
|
||||
puts "using NOVA kernel at [nova_kernel]"
|
||||
exec [cross_dev_prefix]objcopy -O elf32-i386 [nova_kernel] [run_dir]/hypervisor
|
||||
|
Loading…
x
Reference in New Issue
Block a user