Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bmc/ | H | - | - | 9,416 | 6,661 | |
subprojects/ | H | - | - | 65 | 47 | |
.clang-format | H A D | 18-Dec-2024 | 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 | 02-Jan-2025 | 1.6 KiB | 64 | 53 | |
meson.options | H A D | 29-Feb-2024 | 3.6 KiB | 136 | 111 |
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