6fc3562e | 07-Dec-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: adjust nlohmann-json dependency
- Simplify the nlohmann-json dependency logic in meson.build - Change wrap file name to align with other repositories. - Use HEAD for nlohmann-json revision ra
meson: adjust nlohmann-json dependency
- Simplify the nlohmann-json dependency logic in meson.build - Change wrap file name to align with other repositories. - Use HEAD for nlohmann-json revision rather than a pinned version.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ba6cc684c7c2dc8889e9a4cd882d5c6840b4b92
show more ...
|
a821dea7 | 21-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
meson: simplify dependencies
Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b8aac
meson: simplify dependencies
Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b8aac501a91075b092552daf6735037f6968d7e
show more ...
|
7217c035 | 16-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
led-manager: add CLI11 option and config loading
To facilitate localized testing of JSON config loading, add an option that allows the configuration to be directly passed, rather than try to determi
led-manager: add CLI11 option and config loading
To facilitate localized testing of JSON config loading, add an option that allows the configuration to be directly passed, rather than try to determine it from entity-manager config off dbus.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I80d7051bf312044c68f44bcdb9ac02364f9abac3
show more ...
|
9bd334ff | 16-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
fault-monitor: remove locally generated errors
Switch fault-monitor to use Common.Errors instead of locally defined ones. This greatly simplifies the build structure and follows the expected phosph
fault-monitor: remove locally generated errors
Switch fault-monitor to use Common.Errors instead of locally defined ones. This greatly simplifies the build structure and follows the expected phosphor-logging patterns better.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idb3473989c86b3a505f3c0a238735db6f3a4349e
show more ...
|
d1c1f0e9 | 16-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
meson: add proper cereal dependency
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib4ee9663a6f9ca5c97cb0bbf8c60d344f7f6d1b4 |
687fe078 | 04-May-2021 |
George Liu <liuxiwei@inspur.com> |
build: Add wrapfiles for dependencies
- Update meson.build and add wrapfiles so that all dependencies are handled as subprojects.
- This allows builds completely outside of bitbake or an SDK. r
build: Add wrapfiles for dependencies
- Update meson.build and add wrapfiles so that all dependencies are handled as subprojects.
- This allows builds completely outside of bitbake or an SDK. refer: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-virtual-sensor/+/42349
Tested: built ledManager repo successfully using `meson build`.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I35db603d4aa9c2eee41c3cfb27eba6953950fe44
show more ...
|
4b062010 | 13-Oct-2020 |
George Liu <liuxiwei@inspur.com> |
Add meson build
This commit is to add meson build. And later, we will remove Autotools and replace it with meson build.
In addition, fixed Layout::LedAction construct parameter error in test file.
Add meson build
This commit is to add meson build. And later, we will remove Autotools and replace it with meson build.
In addition, fixed Layout::LedAction construct parameter error in test file.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I58c9a2c9de928db288e77ca2d6aa807d36e70144
show more ...
|