Clone this repo:

Branches

  1. 4a46c71 build: update to boost 1.88.0 by Brad Bishop · 5 weeks ago master
  2. 3622f51 build: update gtest to v1.17 by Brad Bishop · 5 weeks ago
  3. d775f46 build: update tinyxml2 to 11.0 by Brad Bishop · 5 weeks ago
  4. 85e956a fail-monitor: remove is_method_error call by Patrick Williams · 9 weeks ago
  5. d7926d0 tidy: fix performance-unnecessary-value-param by Brad Bishop · 5 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