summaryrefslogtreecommitdiffstats
path: root/settings.yaml
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-01-28 16:44:27 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2016-01-29 08:47:54 -0600
commit41a925ed86ff1ef795c4640075033518807fb07e (patch)
treedf1df5f2f34cea62c35a149fecec8e0236db06a0 /settings.yaml
parent8ca30e800018d4300db6997cd266f8700467e516 (diff)
downloadphosphor-settingsd-41a925ed86ff1ef795c4640075033518807fb07e.tar.gz
phosphor-settingsd-41a925ed86ff1ef795c4640075033518807fb07e.zip
Add system_state dbus property
Add system_state property to keep track of the system state across reboots. Include the generated settings_file.py since some build machines cannot have the yaml python module installed. This file will be removed once the code is ported to C in the next rework. Add the path where the settings will be stored in bmc: /var/lib/obmc/ Address review comments from the initial commit.
Diffstat (limited to 'settings.yaml')
-rw-r--r--settings.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml
index 8bd9543..a8cecb6 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -12,3 +12,7 @@ host:
name: boot_flags
type: s
default: "0000000000"
+ sysstate:
+ name: system_state
+ type: s
+ default: ""
OpenPOWER on IntegriCloud