Clone this repo:

Branches

  1. fcae526 meson: use non-deprecated systemd packageconfig by Patrick Williams · 4 weeks ago master
  2. 1757675 markdownlint: minor fixes by Patrick Williams · 7 weeks ago
  3. 1e3f781 Fix SubTreePathsById when given ID is invalid by Myung Bae · 4 months ago
  4. 2a1ef01 meson: reformat with meson formatter by Patrick Williams · 5 months ago
  5. 41ad838 Fix deprecated asio usage by Ed Tanous · 6 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