From 1e8e984a0b0f987a91979affaf013040e1a135df Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 12 May 2016 18:09:53 -0500
Subject: [PATCH] seeed: /usr/local/bin/calibrator

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/seeed-jessie.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/target/chroot/seeed-jessie.sh b/target/chroot/seeed-jessie.sh
index 86d2abdb6..daf060966 100755
--- a/target/chroot/seeed-jessie.sh
+++ b/target/chroot/seeed-jessie.sh
@@ -411,6 +411,18 @@ install_git_repos () {
 	git_repo="https://github.com/jadonk/beagle-tester"
 	git_target_dir="/opt/source/beagle-tester"
 	git_clone
+
+	git_repo="https://github.com/rcn-ee/ti-18xx-ti-utils"
+	git_target_dir="/opt/source/ti-18xx-ti-utils"
+	git_branch="R8.6_SP1-bbgw"
+	git_clone_branch
+	if [ -f ${git_target_dir}/.git/config ] ; then
+		cd ${git_target_dir}/
+		if [ -f /usr/bin/make ] ; then
+			make
+			make install
+		fi
+	fi
 }
 
 install_build_pkgs () {
-- 
GitLab