Clone this repo:

Branches

  1. 883d91d meson: Disable tests build for tinyxml2 dependency by Konstantin Aladyshev · 3 weeks ago master
  2. 3e2eb6a build: Add wrap file for tinyxml2 by Konstantin Aladyshev · 4 weeks ago
  3. ec87407 build: use allowed over enabled by Patrick Williams · 5 months ago
  4. 47b68cb clang-format: copy latest and re-format by Patrick Williams · 6 months ago
  5. ef885e4 meson_options.txt: Support for reading options from meson.options by George Liu · 8 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