Skip to content

Commit

Permalink
stage6: aditof-sdk: Fix process using 100% of cpu core
Browse files Browse the repository at this point in the history
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 <mircea.caprioru@analog.com>
  • Loading branch information
Mircea Caprioru authored and SRaus committed May 30, 2023
1 parent 7b4e14f commit 31cf88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage6/07-aditof-sdk/00-run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 31cf88e

Please # to comment.