| commit | 5b26ee102753d3e526e85e603831c7916ec38750 | [log] [tgz] |
|---|---|---|
| author | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 08 13:14:12 2018 -0500 |
| committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Oct 18 07:53:43 2018 -0500 |
| tree | 1260fdc72de2677df4574eef03c1a11738d6e1c1 | |
| parent | 95fafa87ac341b90ade6367b8bfff6fab4b8e8d2 [diff] |
Add new Software Version Incompatible error
Add a new error for when a system component does not meet the
version requirements as determined by the implementation.
Collect the following metadata:
- MIN_VERSION: The minimum version level as defined by the implementation.
- ACTUAL_VERSION: The version running on the system component.
- VERSION_PURPOSE: The Version Purpose as described in
https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/Version.interface.yaml
or some other descriptive text.
Change-Id: I3e39bfa0735173aee7f3c2177ae24afa619efd69
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>