meson: add libpldm wrap file

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib554f7e697641c941a4275f021a8207a5cdb5472
1 file changed
tree: f795f346c836624ed7cb4a2759adbb49ae89dc35
  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.