fw update: bios: fix service file

Set Type=dbus and dbus name.

Change-Id: Ic40bfc34fc3f137da0768fdd0fdd6be6e172312a
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
1 file changed
tree: 47d53f0b1893e654fd85a03cac4bdab905614e27
  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.