From 44095fdf77eabe2aef52d3241821eb096bbc039a Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 21 Jul 2016 09:16:35 -0500
Subject: [PATCH] jessie: add ti-18xx-ti-utils

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/beagleboard.org-console-jessie.sh | 12 ++++++++++++
 target/chroot/beagleboard.org-jessie.sh         | 12 ++++++++++++
 target/chroot/machinekit-jessie.sh              | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh
index 8e85f25f3..14758f3b6 100755
--- a/target/chroot/beagleboard.org-console-jessie.sh
+++ b/target/chroot/beagleboard.org-console-jessie.sh
@@ -326,6 +326,18 @@ install_git_repos () {
 			fi
 		fi
 	fi
+
+	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 () {
diff --git a/target/chroot/beagleboard.org-jessie.sh b/target/chroot/beagleboard.org-jessie.sh
index 2315161e6..5e2063ab1 100755
--- a/target/chroot/beagleboard.org-jessie.sh
+++ b/target/chroot/beagleboard.org-jessie.sh
@@ -338,6 +338,18 @@ install_git_repos () {
 			fi
 		fi
 	fi
+
+	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 () {
diff --git a/target/chroot/machinekit-jessie.sh b/target/chroot/machinekit-jessie.sh
index 5dab797b5..5a1540529 100755
--- a/target/chroot/machinekit-jessie.sh
+++ b/target/chroot/machinekit-jessie.sh
@@ -339,6 +339,18 @@ install_git_repos () {
 			fi
 		fi
 	fi
+
+	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