fix: i2cvr-software-update meson.build cleanup for i2c dependency

Change-Id: Ie2f004bcdf672a850888aa089f12ede402f1ed24
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
4 files changed
tree: 59cdbf6ce8a96a44f751a94c3659296ce1993182
  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.