commit | 149928f4ebedf64f1b5dd9aa9396d61b80b1455d | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 02 08:07:09 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Aug 20 23:33:25 2017 +0000 |
tree | ec0249d7f7eb37d9aea4f1a59bedf22353904855 | |
parent | 93f0d495c70a977ac2ba9e94c73a2d5e88511414 [diff] [blame] |
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>
diff --git a/meta-phosphor/classes/phosphor-debug-collector.bbclass b/meta-phosphor/classes/phosphor-debug-collector.bbclass index 030b404..2a2a3a4 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"