Clone this repo:

Branches

  1. 7dd2029 build: fix -Wmissing-prototype by Brad Bishop · 3 months ago master
  2. e5cb4ae build: fix -Wmissing-variable-declarations by Brad Bishop · 4 months ago
  3. 3d9fb99 fail-monitor: expand CLI11_PARSE macro by Brad Bishop · 4 months ago
  4. 86436ac build: fix -Wsuggest-override by Brad Bishop · 4 months ago
  5. 18d3d44 build: remove unused headers by Brad Bishop · 3 months ago

The Mapper

This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.

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