https://github.com/openbmc/phosphor-objmgr
Phosphor Object Manager
https://github.com/openbmc/phosphor-objmgr
Last synced: 5 months ago
JSON representation
Phosphor Object Manager
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-objmgr
- Owner: openbmc
- License: apache-2.0
- Created: 2015-10-19T15:47:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T19:09:56.000Z (9 months ago)
- Last Synced: 2025-11-04T19:15:01.843Z (9 months ago)
- Language: C++
- Size: 1.49 MB
- Stars: 6
- Watchers: 21
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Mapper
This repository contains the mapper, which assists in finding things on D-Bus.
There is documentation about it in the [docs repository][architecture].
## 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`
[architecture]:
https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md