aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh
index 00d67882..f67262d4 100644
--- a/jjb/common/include-agl-run-test-prepare.sh
+++ b/jjb/common/include-agl-run-test-prepare.sh
@@ -12,6 +12,12 @@ set -x
cd $REPODIR
+# clone repo for templates and related utils, add to $PATH for later use
+git clone --branch release https://git.automotivelinux.org/AGL/releng-scripts
+if [ -e releng-scripts/utils ]; then
+ export PATH=$PATH:$PWD/releng-scripts/utils
+fi
+
ls -alhR meta-agl/templates/machine/${MACHINE}
#### Find out if machine can be tested.