summaryrefslogtreecommitdiff
path: root/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client')
-rw-r--r--meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client.sh5
-rw-r--r--meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service9
2 files changed, 0 insertions, 14 deletions
diff --git a/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client.sh b/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client.sh
deleted file mode 100644
index a95c1a656..000000000
--- a/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-#Control UART mux for obmc-console-client
-echo 0 > /sys/class/gpio/gpio325/value
-obmc-console-client
-echo 1 > /sys/class/gpio/gpio325/value
diff --git a/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service b/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service
deleted file mode 100644
index 0e2772c7e..000000000
--- a/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Control UART mux for obmc-console-client
-
-[Service]
-ExecStart=/usr/bin/env stardragon4800-rep2-console-client.sh
-SyslogIdentifier=stardragon4800-rep2-console-client.sh
-
-[Install]
-WantedBy=multi-user.target