diff options
author | Jayanth Othayoth <ojayanth@in.ibm.com> | 2017-07-05 10:31:16 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-07 19:35:53 +0000 |
commit | 416458c07e0e8f7f5172f79f63d540a2d5083f1f (patch) | |
tree | 90946a4b545c6037f7507fb18cc58848d89443d8 /meta-phosphor/classes | |
parent | bb4499fc3e2f972b734d2a0fa0a8cd61d7b8e76e (diff) | |
download | talos-openbmc-416458c07e0e8f7f5172f79f63d540a2d5083f1f.tar.gz talos-openbmc-416458c07e0e8f7f5172f79f63d540a2d5083f1f.zip |
Enforce Dump directory creation prior to Dump manager starts
Create Dump file storage location before Dump Manager
application starts.
Change-Id: I583b8cdb853ac1ac18e50c05404f90a2fbb6d5e1
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r-- | meta-phosphor/classes/phosphor-debug-collector.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/classes/phosphor-debug-collector.bbclass b/meta-phosphor/classes/phosphor-debug-collector.bbclass new file mode 100644 index 000000000..030b4049e --- /dev/null +++ b/meta-phosphor/classes/phosphor-debug-collector.bbclass @@ -0,0 +1 @@ +bmc_dump_path="/tmp/dumps" |