diff --git a/meta-hassio/recipes-support/resin-device-progress/resin-device-progress.bbappend b/meta-hassio/recipes-support/resin-device-progress/resin-device-progress.bbappend new file mode 100644 index 000000000..6b2ba6fc5 --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-progress/resin-device-progress.bbappend @@ -0,0 +1,2 @@ + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/meta-hassio/recipes-support/resin-device-progress/resin-device-progress/resin-device-progress b/meta-hassio/recipes-support/resin-device-progress/resin-device-progress/resin-device-progress new file mode 100644 index 000000000..987e1428d --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-progress/resin-device-progress/resin-device-progress @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +exit 0 diff --git a/meta-hassio/recipes-support/resin-device-register/resin-device-register.bbappend b/meta-hassio/recipes-support/resin-device-register/resin-device-register.bbappend new file mode 100644 index 000000000..6b2ba6fc5 --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-register/resin-device-register.bbappend @@ -0,0 +1,2 @@ + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/meta-hassio/recipes-support/resin-device-register/resin-device-register/resin-device-register b/meta-hassio/recipes-support/resin-device-register/resin-device-register/resin-device-register new file mode 100644 index 000000000..987e1428d --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-register/resin-device-register/resin-device-register @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +exit 0 diff --git a/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid.bbappend b/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid.bbappend new file mode 100644 index 000000000..6b2ba6fc5 --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid.bbappend @@ -0,0 +1,2 @@ + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid/resin-device-uuid b/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid/resin-device-uuid new file mode 100644 index 000000000..987e1428d --- /dev/null +++ b/meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid/resin-device-uuid @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +exit 0