commit | 92cfff44d5790b7e59930e8a6acf15751a3cd891 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 22 17:15:39 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 23 07:11:14 2021 -0600 |
tree | 4aa2e20e6b890ad6f4954905bb93891637ae9316 | |
parent | 9f14591205aa47cf3e99c44cc8a0469cb87ed8da [diff] |
clang-format-11: reformat Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7053c31b9d6236342a4c151888d81fa2a393281d
This component implements middleware for sensors and metrics aggregation.
This application is implementation of Telemetry proposed in OpenBMC design docs [1]
.
It's responsible for:
[2]
,[3]
updates.[4]
There are two way to build telemetry service:
To build it using bitbake follow the guide from OpenBMC docs[5]
. To build it using meson follow the quick guide to install meson[6]
and then run below commands
meson build cd build ninja
After successful build you should be able to run telemetry binary or start unit tests
./tests/telemetry-ut ./telemetry
In case if system is missing boost dependency, it is possible to build it locally and set BOOST_ROOT environment variable to location of built files for meson. After this change meson should be able to detect boost dependency. See [7]
for more details.
More information can be found in OpenBMC docs repository [8]
.