From 51b812f77ddd2f17c4061b34c9c343c7df1a6169 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Fri, 17 Mar 2017 14:54:15 +0100 Subject: [PATCH] Avoid unused scripts from resinio --- .../resin-device-progress/resin-device-progress.bbappend | 2 ++ .../resin-device-progress/resin-device-progress | 5 +++++ .../resin-device-register/resin-device-register.bbappend | 2 ++ .../resin-device-register/resin-device-register | 5 +++++ .../resin-device-uuid/resin-device-uuid.bbappend | 2 ++ .../resin-device-uuid/resin-device-uuid/resin-device-uuid | 5 +++++ 6 files changed, 21 insertions(+) create mode 100644 meta-hassio/recipes-support/resin-device-progress/resin-device-progress.bbappend create mode 100644 meta-hassio/recipes-support/resin-device-progress/resin-device-progress/resin-device-progress create mode 100644 meta-hassio/recipes-support/resin-device-register/resin-device-register.bbappend create mode 100644 meta-hassio/recipes-support/resin-device-register/resin-device-register/resin-device-register create mode 100644 meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid.bbappend create mode 100644 meta-hassio/recipes-support/resin-device-uuid/resin-device-uuid/resin-device-uuid 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