Update buildscript with new hassio layer

This commit is contained in:
Pascal Vizeli 2017-03-16 23:53:54 +01:00
parent 6e1dbfa838
commit e7eb357dce
2 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ if [ $RESIN_BRANCH != "master" ]; then
fi
cd $WORKSPACE && git submodule update --init --recursive
echo "[INFO] Inject HassIO yocto layer"
cp -r ../../meta-hassio $WORKSPACE/layer/
# Additional variables
BARYS_ARGUMENTS_VAR="-a HASSIO_SUPERVISOR_TAG=$SUPERVISOR_TAG"