mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
run/nova: cleanup hypervisor binary handling
With the following changes, the hypervisor binary from bin/ as well as from depot archives is taken as is and not unnecessarily turned inside out. - Remove objcopy -O elf32-i386 as our grub boots 64-bit binaries very well - Remove strip as bin/hypervisor is already stripped
This commit is contained in:
parent
07669ac991
commit
0b63bb91b6
@ -82,12 +82,11 @@ proc run_boot_dir {binaries} {
|
||||
build_core_image $binaries
|
||||
|
||||
exec mkdir -p [run_dir]/boot
|
||||
exec [cross_dev_prefix]objcopy -O elf32-i386 [run_dir]/genode/hypervisor [run_dir]/boot/hypervisor
|
||||
exec [cross_dev_prefix]strip [run_dir]/boot/hypervisor
|
||||
copy_file [run_dir]/genode/hypervisor [run_dir]/boot/hypervisor
|
||||
|
||||
remove_genode_dir
|
||||
|
||||
exec mv [run_dir]/image.elf [run_dir]/boot/image.elf
|
||||
exec mv [run_dir]/image.elf [run_dir]/boot/image.elf
|
||||
|
||||
#
|
||||
# Setup bender options, e.g. serial and applying Intel HWP mode
|
||||
|
Loading…
Reference in New Issue
Block a user