summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb')
-rw-r--r--meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb b/meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb
deleted file mode 100644
index e20ea75cf..000000000
--- a/meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Set passthrough"
-DESCRIPTION = "Script to enable / disable passthrough"
-
-S = "${WORKDIR}"
-SRC_URI = "file://set-passthrough.sh"
-
-LICENSE = "CLOSED"
-RDEPENDS_${PN} += "bash"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/set-passthrough.sh ${D}/${bindir}/set-passthrough.sh
-}