From 1fd35289769f95a4e7e7230e3e609b542bc7d152 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Wed, 21 Nov 2018 06:33:59 -0600 Subject: phosphor-debug-collector: OP Pass errors to watch through YAML file Introduced checkstop dump type. Error object paths to watch for checkstop dump type are specified in the YAML file. (From meta-openpower rev: ee3362b9f94e225c4cb607be928373bb8ca892d1) Change-Id: I32ec30a77a0b22d1a610c9a0233653375467bb7e Signed-off-by: Marri Devender Rao Signed-off-by: Brad Bishop --- .../dump/phosphor-debug-errors-native/errors_watch.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml (limited to 'meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native') diff --git a/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml b/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml new file mode 100644 index 000000000..6053b9971 --- /dev/null +++ b/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml @@ -0,0 +1,4 @@ +elog: + - xyz.openbmc_project.Common.Error.InternalFailure +checkstop: + - org.open_power.Host.Boot.Error.Checkstop -- cgit v1.2.3