mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
run: increase tcl buffer for run_genode_until
and move it close to run_genode_until implementation. Somehow the "match_max -d" gets ignored if it is to far away and some our run scripts fails because the buffer contains not all information (seen for affinity.run on a 8 core machine)
This commit is contained in:
parent
7617833365
commit
467eee07a6
@ -131,6 +131,8 @@ proc build_boot_image {binaries} {
|
|||||||
run_boot_dir $binaries
|
run_boot_dir $binaries
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# set expect match-buffer size
|
||||||
|
match_max -d 40000
|
||||||
|
|
||||||
##
|
##
|
||||||
# Execute Genode
|
# Execute Genode
|
||||||
@ -367,9 +369,6 @@ proc run_dir { } { global run_name; return var/run/$run_name }
|
|||||||
proc genode_dir { } { global genode_dir; return $genode_dir }
|
proc genode_dir { } { global genode_dir; return $genode_dir }
|
||||||
proc cross_dev_prefix { } { global cross_dev_prefix; return $cross_dev_prefix }
|
proc cross_dev_prefix { } { global cross_dev_prefix; return $cross_dev_prefix }
|
||||||
|
|
||||||
# set expect match-buffer size
|
|
||||||
match_max -d 20000
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Return true if spec value is set for the build
|
# Return true if spec value is set for the build
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user