All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH phosphor-settingsd] Create the settings dbus object.
@ 2016-01-10 21:40 OpenBMC Patches
  2016-01-10 21:40 ` OpenBMC Patches
  0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2016-01-10 21:40 UTC (permalink / raw)
  To: openbmc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-11 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10 21:40 [PATCH phosphor-settingsd] Create the settings dbus object OpenBMC Patches
2016-01-10 21:40 ` OpenBMC Patches
2016-01-11  3:03   ` Cyril Bur
2016-01-11 23:10   ` Andrew Jeffery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.