From e664c979b28ec17ddab495d9835307ce1220f8bc Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Wed, 18 Mar 2015 14:57:16 +0100 Subject: [PATCH] base: adjust 'affinity.run' time for vea9x4 remove imx53 since it has a single CPU --- repos/base/run/affinity.run | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/repos/base/run/affinity.run b/repos/base/run/affinity.run index dd949a220..9003e1708 100644 --- a/repos/base/run/affinity.run +++ b/repos/base/run/affinity.run @@ -8,7 +8,6 @@ if { ![have_spec hw_arndale] && ![have_spec foc_x86_32] && ![have_spec foc_x86_64] && - ![have_spec foc_imx53] && ![have_spec foc_vea9x4] && ![have_spec foc_panda] && ![have_spec foc_arndale] && @@ -74,9 +73,9 @@ if {[have_include "power_on/qemu"]} { if {[have_spec x86]} { set rounds "40" } } -run_genode_until "Round $rounds:.*\n" 90 +run_genode_until "Round $rounds:.*\n" 120 -set cpus [regexp -inline {Detected [0-9x]+ CPU[ s]\.} $output] +set cpus [regexp -inline {Detected [0-9x]+ CPU[s\.]} $output] set cpus [regexp -all -inline {[0-9]+} $cpus] set cpus [expr [lindex $cpus 0] * [lindex $cpus 1]]