[PATCH phosphor-settingsd] Create the settings dbus object.
OpenBMC Patches
openbmc-patches at stwcx.xyz
Mon Jan 11 08:40:31 AEDT 2016
Host settings are specified in a yaml file.
Parser converts the yaml file into a dictionary.
The settings manager runs on the BMC and uses the dictionary to
create the dbus properties and save the values in the BMC so that
the values persist.
https://github.com/openbmc/phosphor-settingsd/pull/1
Adriana Kobylak (1):
Create the settings dbus object.
settings.yaml | 14 ++++++++
settings_file.py | 2 ++
settings_manager.py | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++
settings_parser.py | 20 ++++++++++++
4 files changed, 130 insertions(+)
create mode 100644 settings.yaml
create mode 100644 settings_file.py
create mode 100755 settings_manager.py
create mode 100755 settings_parser.py
--
2.6.4
More information about the openbmc
mailing list