commit | ce4dfa06100d85e81debcebee414c3952c141d93 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 15 10:55:35 2017 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 15 10:59:15 2017 -0500 |
tree | f72738b261450bee3b8db21cfaee89cdce5a3880 | |
parent | 3fb465b6b241e19053ef57d12a84c67dc8baa81f [diff] |
Revert "phosphor-debug-collector: Create /var/lib/systemd/coredump mount point" This reverts commit c9fe4cb40e025998a7b90743b29f31b3eaf0d821. Change-Id: I8bd588c00605a5c38f668f33505d03884500e1eb Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/common/recipes-phosphor/dump/phosphor-debug-collector.bb b/common/recipes-phosphor/dump/phosphor-debug-collector.bb index 7be45ec..f6c098e 100644 --- a/common/recipes-phosphor/dump/phosphor-debug-collector.bb +++ b/common/recipes-phosphor/dump/phosphor-debug-collector.bb
@@ -64,10 +64,7 @@ FILES_${PN}-dreport += "${bindir}/dreport" DBUS_SERVICE_${PN}-manager += "${MGR_SVC}" -SYSTEMD_SERVICE_${PN}-monitor += " \ - obmc-dump-monitor.service \ - var-lib-systemd-coredump.mount \ -" +SYSTEMD_SERVICE_${PN}-monitor += "obmc-dump-monitor.service" EXTRA_OECONF = "BMC_DUMP_PATH=${bmc_dump_path}"
diff --git a/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service b/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service index 0af6cea..0e8ef3b 100644 --- a/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service +++ b/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service
@@ -1,7 +1,5 @@ [Unit] Description=Phosphor Dump core monitor. -Wants=var-lib-systemd-coredump.mount -Before=var-lib-systemd-coredump.mount [Service] ExecStart=/usr/bin/env phosphor-dump-monitor
diff --git a/common/recipes-phosphor/dump/phosphor-debug-collector/var-lib-systemd-coredump.mount b/common/recipes-phosphor/dump/phosphor-debug-collector/var-lib-systemd-coredump.mount deleted file mode 100644 index 66d0e4f..0000000 --- a/common/recipes-phosphor/dump/phosphor-debug-collector/var-lib-systemd-coredump.mount +++ /dev/null
@@ -1,7 +0,0 @@ -[Unit] -Description=/var/lib/systemd/coredump - -[Mount] -What=tmpfs -Where=/var/lib/systemd/coredump -Type=tmpfs