Merge pull request #153 from anoo1/hwdb
Add workaround to avoid disabling serial console
diff --git a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
index 680595c..8b3b25d 100644
--- a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
@@ -6,4 +6,8 @@
do_install_append() {
install -m 644 ${WORKDIR}/default.network ${D}${libdir}/systemd/network/
+
+ #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
}