https://github.com/openbmc/phosphor-bmc-code-mgmt
Manage the BMC's code versions.
https://github.com/openbmc/phosphor-bmc-code-mgmt
Last synced: 12 months ago
JSON representation
Manage the BMC's code versions.
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-bmc-code-mgmt
- Owner: openbmc
- License: apache-2.0
- Created: 2017-01-18T12:56:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-31T17:15:58.000Z (about 1 year ago)
- Last Synced: 2025-07-31T20:36:26.832Z (about 1 year ago)
- Language: C++
- Size: 5.41 MB
- Stars: 18
- Watchers: 17
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phosphor-bmc-code-mgmt
Phosphor BMC Code Management provides a set of system software management
applications. More information can be found at
[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md)
## To Build
To build this package, do the following steps:
1. `meson build`
2. `ninja -C build`
To clean the repository run `rm -r build`.