I2CVR-Software-Update: change service type to dbus

Change-Id: Id3c5f95b88b35d17bb8707159d22688ae9dbdcdb
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
1 file changed
tree: ec715e46c3a3dfe9d6993280f956cab417808dd8
  1. bios/
  2. bmc/
  3. common/
  4. i2c-vr/
  5. subprojects/
  6. test/
  7. .clang-format
  8. .clang-tidy
  9. .gitignore
  10. .shellcheck
  11. LICENSE
  12. meson.build
  13. meson.options
  14. OWNERS
  15. 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.