Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bmc/ | H | - | - | 9,418 | 6,660 | |
common/ | H | - | - | 2,139 | 1,431 | |
subprojects/ | H | - | - | 66 | 46 | |
test/ | H | - | - | 667 | 422 | |
.clang-format | H A D | 01-Feb-2025 | 3.7 KiB | 137 | 135 | |
.clang-tidy | H A D | 24-Jun-2024 | 9.1 KiB | 265 | 263 | |
.gitignore | H A D | 02-Apr-2024 | 68 | 5 | 4 | |
.shellcheck | HD | 03-Feb-2022 | 0 | |||
LICENSE | H A D | 18-Jan-2017 | 11.1 KiB | 202 | 169 | |
OWNERS | H A D | 20-Sep-2024 | 2 KiB | 65 | 60 | |
README.md | H A D | 08-Dec-2022 | 423 | 15 | 9 | |
meson.build | H A D | 27-Feb-2025 | 1.9 KiB | 83 | 65 | |
meson.options | H A D | 03-Feb-2025 | 3.8 KiB | 178 | 153 |
README.md
1# phosphor-bmc-code-mgmt 2 3Phosphor BMC Code Management provides a set of system software management 4applications. More information can be found at 5[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md) 6 7## To Build 8 9To build this package, do the following steps: 10 111. `meson build` 122. `ninja -C build` 13 14To clean the repository run `rm -r build`. 15