mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-29 15:29:50 +00:00
autopilot: always add '--autopilot' run option
...not just in case RUN_OPT_AUTOPILOT was set. Issue #2076
This commit is contained in:
parent
8723d764f9
commit
9c88891baf
@ -309,8 +309,10 @@ foreach platform $platforms {
|
|||||||
if {[info exists ::env(RUN_OPT_AUTOPILOT)]} {
|
if {[info exists ::env(RUN_OPT_AUTOPILOT)]} {
|
||||||
set kernel [exec echo $platform |& sed {s/_.*//}]
|
set kernel [exec echo $platform |& sed {s/_.*//}]
|
||||||
|
|
||||||
exec echo "RUN_OPT=--include boot_dir/$kernel --autopilot $::env(RUN_OPT_AUTOPILOT)" >> $build_conf
|
exec echo "RUN_OPT=--include boot_dir/$kernel $::env(RUN_OPT_AUTOPILOT)" >> $build_conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exec echo "RUN_OPT += --autopilot" >> $build_conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user