summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Software
Commit message (Collapse)AuthorAgeFilesLines
* Add new Software Version Incompatible errorAdriana Kobylak2018-10-182-0/+16
| | | | | | | | | | | | | | 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>
* Add information about functional associationGunnar Mills2018-03-071-1/+2
| | | | | | | | | | | Added a line about the functional association. There is much more about the functional association at github.com/openbmc/docs/blob/master/code-update/ubi-code-update.md#associations but thought it was good to add a line in the Software interface README. Change-Id: Ibf172d15ead248bff679eb45886a0ee182612a55 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update Software interface READMEGunnar Mills2017-09-061-10/+11
| | | | | Change-Id: I93764fc9c8e6f05d41ece7a6605452bbbac11c3b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Move FilePath to Common dir and update Software READMEAdriana Kobylak2017-03-201-1/+3
| | | | | | | | | | | | The FilePath yaml was initially created under the base xyz/openbmc_project/ directory. There's now a Common subdirectory to hold all the common yaml files, so move it there. Also update the Software README to include the Common FilePath interface. Change-Id: Ibb18e198f68927c0629accc103f37055abd0f5d1 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Software: Fix YAML typesPatrick Williams2017-01-252-2/+2
| | | | | Change-Id: I3fddcff3feaa14ccec59a4787da8cbb632f9c6b8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Software: add initial software-version mgmtPatrick Williams2017-01-247-0/+291
Change-Id: I3b50488b8383c595b4b41375ea0d62d62bdc0eed Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud