bytedance: g220a: Add sol config

Tested: ssh -p 2200, SOL works well.

Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Change-Id: I8c05e695ac42b6615da06f0a0fe5fe735550e777
diff --git a/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend b/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend
new file mode 100644
index 0000000..a5d722f
--- /dev/null
+++ b/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend
@@ -0,0 +1,14 @@
+FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
+OBMC_CONSOLE_HOST_TTY = "ttyS2"
+SRC_URI += "file://obmc-console@.service \
+           "
+inherit obmc-phosphor-systemd
+
+SYSTEMD_SERVICE_${PN} += " \
+        ${PN}@${OBMC_CONSOLE_HOST_TTY}.service \
+        "
+
+do_install_append() {
+        rm -rf ${D}${base_libdir}/udev/rules.d/80-obmc-console-uart.rules
+        install -m 0644 ${WORKDIR}/${PN}@.service ${D}${systemd_system_unitdir}
+}