From 31cf88ee7978bf701fbc417c8d171aa0ac6851b5 Mon Sep 17 00:00:00 2001 From: Mircea Caprioru Date: Mon, 5 Apr 2021 14:09:30 +0300 Subject: [PATCH] stage6: aditof-sdk: Fix process using 100% of cpu core ADITOF-SDK was using one core of the controller at 100% all the time. This patch changes the tag used for building the software for ADI Kuiper to use the fixed version. Signed-off-by: Mircea Caprioru --- stage6/07-aditof-sdk/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage6/07-aditof-sdk/00-run.sh b/stage6/07-aditof-sdk/00-run.sh index adc633e469..477b65c4f5 100755 --- a/stage6/07-aditof-sdk/00-run.sh +++ b/stage6/07-aditof-sdk/00-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -ADITOF_SDK_BRANCH=v2.0.0 # this branch will be bumped for new releases +ADITOF_SDK_BRANCH=v2.0.0-busy-server-fix # this branch will be bumped for new releases on_chroot << EOF