commit | 7d2fa1429c4413084eb38bc4f39e5cdd9017f1de | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Fri Aug 06 10:58:19 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Fri Aug 20 13:25:58 2021 +0800 |
tree | ef3f44d8888179e5361d95b38f109d3333b6dd54 | |
parent | 258681896603d2af084e8f6bf86bc33423ed7153 [diff] |
Fix build issue related to boost asio The previous commit has issue in the boost asio code and causes the build error when host-bios-upgrade is enabled. It was not caught by the repo CI because the repo CI build does not enable the host-bios-upgrade config. This patch fixes the issue by using the correct boost asio code. Tested: Manually enable host-bios-upgrade in local CI and verify the build is fine. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I224ee3a3706e83ec8ca9d6737d72a84f456d3b2f
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.