Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 44095fdf authored by Robert Nelson's avatar Robert Nelson
Browse files

jessie: add ti-18xx-ti-utils


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent c5be3152
Branches
Tags
No related merge requests found
......@@ -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 () {
......
......@@ -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 () {
......
......@@ -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 () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment