From 6b7e9c4f2a12ea82b045cbd93a166d413faaa5a9 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sun, 9 Dec 2018 12:59:54 -0600
Subject: [PATCH] machinekit: disable beagle-tester

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/machinekit-stretch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/chroot/machinekit-stretch.sh b/target/chroot/machinekit-stretch.sh
index 6b3bf8872..50a37b942 100755
--- a/target/chroot/machinekit-stretch.sh
+++ b/target/chroot/machinekit-stretch.sh
@@ -320,7 +320,7 @@ install_git_repos () {
 	#beagle-tester
 	git_repo="https://github.com/jadonk/beagle-tester"
 	git_target_dir="/opt/source/beagle-tester"
-	git_clone
+#	git_clone
 	if [ -f ${git_target_dir}/.git/config ] ; then
 		if [ -f /usr/lib/libroboticscape.so ] ; then
 			cd ${git_target_dir}/
-- 
GitLab