commit | cc74233cbe5b4d99787eb30d85c34d7d8e7aafb7 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Oct 20 16:25:55 2021 +0800 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Dec 14 19:49:15 2021 +0000 |
tree | bfb8b8e699ca5a2c612025624e7371519ec894f7 | |
parent | 0890ab94539f682450c0e9ac86bcbb6c8ee067d4 [diff] |
usb: Initialize USB Code Update Compile the USB Code Update function after enabling `usb-code-update`, and expect to pass in the name of the USB mount folder when calling the process. Also, the dependency of CLI11 has been added. Tested: enabled `usb-code-update` and built `phosphor-bmc-code-mgmt` successfully and check that there is a `phosphor-usb-code-update` process in image-bmc. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Iedfb63c3866cc8542afef9b54bfeaaf5f7b40c6b
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
.