fix: fw-update: make libpldm optional dependency

Only pull in the libpldm dependency if tests are enabled.

The only users of this dependency currently are in the tests.

Change-Id: I17759c536e32c4b15af1f9afd0acde85efe4d3c4
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
1 file changed
tree: 96ffec68d528e077f5023680efefaef94251a727
  1. bmc/
  2. subprojects/
  3. test/
  4. .clang-format
  5. .clang-tidy
  6. .gitignore
  7. .shellcheck
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. 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.