From 2cb948af2b4de88ee4c7436a21fea06ec1c49d85 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Fri, 5 Jul 2019 20:06:42 +0200 Subject: [PATCH] fix(build): Don't build hello-freertos because old meson Signed-off-by: Rahix <rahix@rahix.de> --- hw-tests/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw-tests/meson.build b/hw-tests/meson.build index ed36cc1c1..76271fa6e 100644 --- a/hw-tests/meson.build +++ b/hw-tests/meson.build @@ -4,7 +4,8 @@ subdir('bmatest/') subdir('bmetest/') subdir('dual-core/') subdir('ecgtest/') -subdir('hello-freertos/') +# Disabled due to meson bug in older version +# subdir('hello-freertos/') subdir('hello-world/') subdir('imutest/') subdir('ips/') -- GitLab