From 8eb85b51e5890d4ea089c863f1af9fa0eb532f67 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Sun, 12 Feb 2017 11:39:07 -0600 Subject: [PATCH] bb.org: roboticscape-3.0 changes Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- target/chroot/beagleboard.org-console-jessie.sh | 1 + target/chroot/beagleboard.org-jessie.sh | 1 + target/chroot/beagleboard.org-stretch.sh | 1 + target/chroot/machinekit-jessie.sh | 1 + target/chroot/seeed-jessie.sh | 1 + 5 files changed, 5 insertions(+) diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh index 72d9b8181..f5f052528 100755 --- a/target/chroot/beagleboard.org-console-jessie.sh +++ b/target/chroot/beagleboard.org-console-jessie.sh @@ -309,6 +309,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/beagleboard.org-jessie.sh b/target/chroot/beagleboard.org-jessie.sh index 921bf870e..e1a4a9409 100755 --- a/target/chroot/beagleboard.org-jessie.sh +++ b/target/chroot/beagleboard.org-jessie.sh @@ -321,6 +321,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/beagleboard.org-stretch.sh b/target/chroot/beagleboard.org-stretch.sh index e93fed563..da6b18f51 100755 --- a/target/chroot/beagleboard.org-stretch.sh +++ b/target/chroot/beagleboard.org-stretch.sh @@ -320,6 +320,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/machinekit-jessie.sh b/target/chroot/machinekit-jessie.sh index eedb18844..1b9c4f648 100755 --- a/target/chroot/machinekit-jessie.sh +++ b/target/chroot/machinekit-jessie.sh @@ -332,6 +332,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/seeed-jessie.sh b/target/chroot/seeed-jessie.sh index b9517c436..04c38dc8b 100755 --- a/target/chroot/seeed-jessie.sh +++ b/target/chroot/seeed-jessie.sh @@ -394,6 +394,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true -- GitLab