summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorSunitha Harish <sunharis@in.ibm.com>2020-11-19 08:28:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-20 16:38:25 +0300
commitbb8243132bc25dcbaead4a105eae46f6309f3119 (patch)
tree1448b9813e4e32e0dbb4680272fb3373725ca687 /meta-ibm
parent0a2c10531fee4437df06e169ae5e86c254cda2b5 (diff)
downloadopenbmc-bb8243132bc25dcbaead4a105eae46f6309f3119.tar.xz
Dump manager: Add system_dump_policy object
This commit adds the system_dump_policy object to the xyz.openbmc_project.Settings. This is used to enable or disable the system dump. Default value is true Tested by: busctl tree xyz.openbmc_project.Settings └─/xyz └─/xyz/openbmc_project ├─/xyz/openbmc_project/dump │ └─/xyz/openbmc_project/dump/system_dump_policy busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/dump/system_dump_policy (From meta-ibm rev: ad88bbcbbd01d92773f61b1712f5e458f1b661bd) Signed-off-by: Sunitha Harish <sunharis@in.ibm.com> Change-Id: Ieae8a01a266ba8ff2d984b1a1b2ea9ada243d439 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
index 33a1ec78b..9a4dcb616 100644
--- a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
+++ b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
@@ -3,3 +3,9 @@
Properties:
Enabled:
Default: 'true'
+
+/xyz/openbmc_project/dump/system_dump_policy:
+ - Interface: xyz.openbmc_project.Object.Enable
+ Properties:
+ Enabled:
+ Default: 'true'