commit | 9189e35fb25188b438fd536e4f7173bbf2911473 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 07:45:17 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 09 07:45:17 2022 -0600 |
tree | 77ae76d3ee8875c04decd91dd5886988d2153c38 | |
parent | 2d5404f1381861f1d85ada402ab155e2bddc4abe [diff] |
markdownlint: fix all warnings Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ida76b81ed6c4d02293517d48f80667f925a6c699
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]
.