Preparation for new templating system.
Templates and utils for generating new LAVA YAML templates based on
jinja2 will be developed in the releng-scripts repo. Clone the
"release" branch of that repo into $REPODIR, and add the utils dir to
$PATH.
Change-Id: If8a517ecb80cd849e022c82eba2794714c9ca787
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
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.