mapper: remove unused ifaceAllowList

This feature was left unimplemented in the switch from the python to the
c++ mapper and noone seems to have noticed.  Drop the remaining
references to it.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I60dab879503cdf2c7abd152d6794570f15ee431a
1 file changed
tree: 8678dc69df1e13a85e5e6abbe064d4f912091ff7
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson_options.txt
  11. OWNERS
  12. README.md
README.md

Prerequisites

Non-OpenBMC build dependencies are:

  • meson/ninja
  • boost
  • libsystemd
  • systemd
  • tinyxml2

Build

meson build && ninja -C build

Run Unit Tests

meson build && ninja -C build test

Clean the repository

rm -rf build