From 49a0027e2a7cda2f3ff1c4f056001f45f22becc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 18 Sep 2015 14:57:55 +0200 Subject: Disable multithreading for ryuglab target Multithreading is problematic and needs fixing. So again it is disabled for measuring purposes. --- known-problems | 1 + targets/ryuglab/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/known-problems b/known-problems index 903e8b1..b1612d4 100644 --- a/known-problems +++ b/known-problems @@ -1 +1,2 @@ +In multithreading mode are paths moved to linux folder during image preparation, but boot phase doesn't expecting this and fails on execution. MissingFile exception __str__ is not working properly. Not printing any text. diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index 11d8a14..c8e17a3 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -11,7 +11,7 @@ parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' -multithread = True +multithread = False parse_kconfig_output = False -- cgit v1.2.3