Name Date Size #Lines LOC

..--

bmc/H--9,4166,661

subprojects/H--6547

.clang-formatH A D18-Dec-20243.7 KiB137135

.clang-tidyH A D24-Jun-20249.1 KiB265263

.gitignoreH A D02-Apr-202468 54

.shellcheckHD03-Feb-20220

LICENSEH A D18-Jan-201711.1 KiB202169

OWNERSH A D20-Sep-20242 KiB6560

README.mdH A D08-Dec-2022423 159

meson.buildH A D02-Jan-20251.6 KiB6453

meson.optionsH A D29-Feb-20243.6 KiB136111

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