From e7eb357dced908282eeff835ddca7081fc0bb661 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 16 Mar 2017 23:53:54 +0100 Subject: [PATCH] Update buildscript with new hassio layer --- build-scripts/resinos-build/create_resinos.sh | 3 +++ .../{update-resin-supervisor.txt => update-resin-supervisor} | 0 2 files changed, 3 insertions(+) rename meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/{update-resin-supervisor.txt => update-resin-supervisor} (100%) diff --git a/build-scripts/resinos-build/create_resinos.sh b/build-scripts/resinos-build/create_resinos.sh index f36d602b5..4876aca34 100755 --- a/build-scripts/resinos-build/create_resinos.sh +++ b/build-scripts/resinos-build/create_resinos.sh @@ -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" diff --git a/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor.txt b/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor similarity index 100% rename from meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor.txt rename to meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor