gbmc-release-24.1.x: Revert "bare-metal: ensure client start after bm config"
This reverts commit da60a5ab8a7a0fa172759af6edf781f0f261939b.
Tested: N/A
Google-Bug-Id: 232191934
Change-Id: Ic6c68ce2f344802d08ee96f479d36505585aba11
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/recipes-phosphor/console/obmc-console/40-console-client-override.conf b/recipes-phosphor/console/obmc-console/40-console-client-override.conf
deleted file mode 100644
index b3005d5..0000000
--- a/recipes-phosphor/console/obmc-console/40-console-client-override.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Unit]
-After=bare-metal-setup.service
diff --git a/recipes-phosphor/console/obmc-console_%.bbappend b/recipes-phosphor/console/obmc-console_%.bbappend
index a5125e1..466c81b 100644
--- a/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/recipes-phosphor/console/obmc-console_%.bbappend
@@ -2,17 +2,8 @@
SRC_URI:append:gbmc = " \
file://readonly-obmc-console-client \
- file://40-console-client-override.conf \
"
do_install:append:gbmc() {
- install -d -m0644 ${D}${systemd_system_unitdir}/serial-to-host@.service.d/
- install -m0644 ${WORKDIR}/40-console-client-override.conf \
- ${D}${systemd_system_unitdir}/serial-to-host@.service.d/
-
- install -d -m0644 ${D}${systemd_system_unitdir}/serial-to-bmc@.service.d/
- install -m0644 ${WORKDIR}/40-console-client-override.conf \
- ${D}${systemd_system_unitdir}/serial-to-bmc@.service.d/
-
install -d -m0755 ${D}${libexecdir}
install -m0755 ${WORKDIR}/readonly-obmc-console-client ${D}${libexecdir}/
}