#
1b03c8d6 |
| 13-Oct-2022 |
Szymon Dompke <szymon.dompke@intel.com> |
Update meson and subprojects
Few changes related to meson: - GTest and boost were updated. - Boost is now built locally in case it is not installed on system. - Minor meson.build refactor.
Testing
Update meson and subprojects
Few changes related to meson: - GTest and boost were updated. - Boost is now built locally in case it is not installed on system. - Minor meson.build refactor.
Testing done: - local build is working fine, when subprojects are not installed on the system, - local build is working fine, when subprojects are installed on the system, - yocto build is working fine.
Signed-off-by: Szymon Dompke <szymon.dompke@intel.com> Change-Id: Ib62092946d6ffafb1884d1ba3eab97bed243dd12
show more ...
|
#
93064d8f |
| 09-Sep-2021 |
Lukasz Kazmierczak <lukasz.kazmierczak@intel.com> |
Updated subprojects revisions to fix build issues
Revisions of subprojects had to be modified to eliminate errors during compilation of OpenBMC Telemetry project via meson build + ninja
Tested: - B
Updated subprojects revisions to fix build issues
Revisions of subprojects had to be modified to eliminate errors during compilation of OpenBMC Telemetry project via meson build + ninja
Tested: - Built Telemetry and ran its unit tests, all passed
Signed-off-by: Lukasz Kazmierczak <lukasz.kazmierczak@intel.com> Change-Id: I9e20550a625f24d0e5135dcde78994007c0dfc47
show more ...
|
#
73da6906 |
| 24-Sep-2020 |
Krzysztof Grobelny <krzysztof.grobelny@intel.com> |
Added PersistentJsonStorageClass
PersistentJsonStorage is used to store persistent information in json format. This class will be used by ReportManager to save persistent report configuration.
Test
Added PersistentJsonStorageClass
PersistentJsonStorage is used to store persistent information in json format. This class will be used by ReportManager to save persistent report configuration.
Tested: - Added unit tests for new functionality - All other unit tests are passing
Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@intel.com> Change-Id: Ib496e6782e849d910fe37c02c355047afda5c79c
show more ...
|