commit | 098a6771e26c2c217b359d284fbca4d662e0aa73 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 01 14:55:30 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Sep 09 12:27:21 2023 -0500 |
tree | 0df047a9e17a580b5dcefdf174353d8b679ebb2b | |
parent | 123dde15d8c796bc439d8081933eabb5b1ac42ec [diff] |
elog-errors: remove generated file Since we use meson subprojects to build this repository outside of Yocto, there is no need to carry along a pre-generated elog-errors file anymore. Remove it and ensure all code is using the real one from phosphor-logging. The Software.Image errors have been moved over to phosphor-dbus-interfaces and can be used from there. Remove them from this repository. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic16fdef298361a878644e989b661f6312af8a0cb
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
.