common: dbus helper for fetching configuration

Since currently the EM schemas and PDI interfaces for configuration
parsing are not yet ready, we cannot use generated client bindings to
fetch the configuration.

Thus providing a helper function 'dbusGetRequiredProperty' for code
updaters to fetch configuration. Call sites to this helper function
should then later be replaced by using the generated client.

Change-Id: Icf3a34d58a8994a13f2a719ad13ca28a59cb77d0
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
1 file changed
tree: cdeaeb2dfe6d3076cc7aaa97a09c18a5ad934087
  1. bmc/
  2. common/
  3. subprojects/
  4. test/
  5. .clang-format
  6. .clang-tidy
  7. .gitignore
  8. .shellcheck
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.