commit | 83ac8f6895fa7c63449879900f8d3b68ec112b79 | [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 | b3cdc01e6a8ff65a0b3941519e04dadf1e0d6b38 | |
parent | 9b641f379147f56879aa6c15f72df9c122f308ea [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/classes/phosphor-debug-collector.bbclass b/classes/phosphor-debug-collector.bbclass index 030b404..2a2a3a4 100644 --- a/classes/phosphor-debug-collector.bbclass +++ b/classes/phosphor-debug-collector.bbclass
@@ -1 +1 @@ -bmc_dump_path="/tmp/dumps" +bmc_dump_path="/var/lib/phosphor-debug-collector/dumps"