Clone this repo:

Branches

  1. 11c0cc3 build: enable and fix -Wshadow by Brad Bishop · 8 weeks ago master
  2. 197de18 build: enable and fix -Wconversion,-Wsign-conversion by Brad Bishop · 8 weeks ago
  3. 4129bfa build: enable GCC warnings by Brad Bishop · 7 weeks ago
  4. ebff160 build: require GCC 13 by Brad Bishop · 7 weeks ago
  5. 8f809dc meson: move c(xx)flags configuration by Brad Bishop · 7 weeks 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