summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-08 02:45:57 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-18 22:27:30 +0300
commite87ca3b1256c82cbfaea9f3b54f63b6c794654ca (patch)
treef48829873e8325ba5b7f40d0d5fc69c1cfa2e6c2
parent6f61b5c654b8e7ff6bdcdc173c55dc975c327721 (diff)
downloadopenbmc-e87ca3b1256c82cbfaea9f3b54f63b6c794654ca.tar.xz
Revert "Add workaround to avoid disabling serial console"
This reverts commit bbf2cb8e1e4d490acf80ce3a5b162d7db5f3e4e2. This change doesn't seem to be required anymore. Tested: Booted Palmetto system in QEMU Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I34b3dd17d1fe7427ec12f84c6ad9bb5367f73cf6
-rw-r--r--meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
index 38dd34cff..471fd55e0 100644
--- a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
@@ -30,10 +30,6 @@ EXTRA_OECONF += " --disable-hwdb"
do_install_append() {
install -m 644 ${WORKDIR}/default.network ${D}${libdir}/systemd/network/
install -m 644 -D ${WORKDIR}/service-restart-policy.conf ${D}${libdir}/systemd/system.conf.d/service-restart-policy.conf
-
- #TODO Remove after this issue is resolved
- #https://github.com/openbmc/openbmc/issues/152
- ln -s /dev/null ${D}/etc/systemd/system/systemd-hwdb-update.service
}
do_install_append_df-obmc-ubi-fs() {