mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: add support to preserve 'genode' directory
Add '--preserve-genode-dir' to RUN_OPT in order to preserve the 'genode' directory in '<build_dir>/var/run/<run-script>'
This commit is contained in:
committed by
Christian Helmuth
parent
d00baf8db4
commit
b6bc44fd10
@@ -54,7 +54,7 @@ proc run_boot_dir {binaries} {
|
||||
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
|
||||
|
||||
exec rm -rf [run_dir]/genode
|
||||
remove_genode_dir
|
||||
|
||||
exec mv [run_dir]/image.elf [run_dir]/boot/image.elf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user