commit | bbf2cb8e1e4d490acf80ce3a5b162d7db5f3e4e2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 11:12:10 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 11:12:10 2016 -0600 |
tree | 3e51df4427cb364ac7c953b24c850fdcb7e44261 | |
parent | 12aaa75468b4cf08370d57f870f9d2ab0b9b7847 [diff] |
Add workaround to avoid disabling serial console This is a workaround for issue: https://github.com/openbmc/openbmc/issues/152 Once the issue is resolved, this workaround can be removed.
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 }