meta-hxt: add sol support

Change-Id: I959f6d9fa620ceb116f0c1dce8bb88f84319d629
Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com>
diff --git a/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service b/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service
new file mode 100644
index 0000000..dce0eec
--- /dev/null
+++ b/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service
@@ -0,0 +1,9 @@
+[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={SYSTEMD_DEFAULT_TARGET}