commit | a1c032ea8f06c12871df3645f094c53e20236fd4 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Jun 14 18:49:48 2022 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Jun 14 19:59:41 2022 +0000 |
tree | 2a225e6b14a1186b723a577da891a3af6414b14a | |
parent | 0523e0b1b984e1765cddea1f85afacb0e5d63032 [diff] |
version: Change error to info for missing MANIFEST fields The MANIFEST had an optional field Extended Version that was set to an empty string by default. With the addition of the optional field Compatible Names, the optional fields in the MANIFEST were removed instead of being added as empty string as default: https://gerrit.openbmc.org/c/openbmc/openbmc/+/52355 This causes an error message in the journal on every update: phosphor-version-software-manager[528]: No values found in MANIFEST file for key: ExtendedVersion= phosphor-version-software-manager[528]: No values found in MANIFEST file for key: CompatibleName= Change the error message from severity error to info, so that the message is still displayed, but it's not marked as an error. Tested: The messages are not highlighted as errors in the journal. Change-Id: I3c8c1d4f4767a12ab032bba0b4520add95f853b2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
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
.