commit | 9388b69f651fe55fc1e2d7de7978dd7ac6ce1336 | [log] [tgz] |
---|---|---|
author | Lukasz Kazmierczak <lukasz.kazmierczak@intel.com> | Thu Jul 01 13:55:28 2021 +0200 |
committer | Lukasz Kazmierczak <lukasz.kazmierczak@intel.com> | Thu Jul 01 14:04:36 2021 +0200 |
tree | 88fca90c5f79f1e568c001969c8f468a4e9075c9 | |
parent | 85db8bdfac85e26742926f5aa6a938fe71d10cff [diff] |
Adding Lukasz Kazmierczak to the MAINTAINERS file Signed-off-by: Lukasz Kazmierczak <lukasz.kazmierczak@intel.com> Change-Id: Ieb0843ca14a50c5ad7501fe97d60bd3b4ca8966d
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]
.