summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-08-02 16:07:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-08-21 02:33:25 +0300
commit149928f4ebedf64f1b5dd9aa9396d61b80b1455d (patch)
treeec0249d7f7eb37d9aea4f1a59bedf22353904855 /meta-phosphor/classes
parent93f0d495c70a977ac2ba9e94c73a2d5e88511414 (diff)
downloadopenbmc-149928f4ebedf64f1b5dd9aa9396d61b80b1455d.tar.xz
Change Dump file storage location
Changed the dump storage location from /tmp/dumps to /var/lib/phosphor-debug-collector/dumps. Change-Id: I3751db7b70c634f8642c5c23d8437ac0b94aebc8 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/phosphor-debug-collector.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/phosphor-debug-collector.bbclass b/meta-phosphor/classes/phosphor-debug-collector.bbclass
index 030b4049e..2a2a3a415 100644
--- a/meta-phosphor/classes/phosphor-debug-collector.bbclass
+++ b/meta-phosphor/classes/phosphor-debug-collector.bbclass
@@ -1 +1 @@
-bmc_dump_path="/tmp/dumps"
+bmc_dump_path="/var/lib/phosphor-debug-collector/dumps"