Clone this repo:

Branches

  1. 1e3f781 Fix SubTreePathsById when given ID is invalid by Myung Bae · 10 days ago master
  2. 2a1ef01 meson: reformat with meson formatter by Patrick Williams · 5 weeks ago
  3. 41ad838 Fix deprecated asio usage by Ed Tanous · 7 weeks ago
  4. d884cdf clang-format: update latest spec and reformat by Patrick Williams · 9 weeks ago
  5. 7cc8d00 Remove default interfaces by Lei YU · 6 months ago

The Mapper

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

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