commit | 27d734f04b39707b440c98938bb34cea4b58a6ea | [log] [tgz] |
---|---|---|
author | Daniel Hsu <Daniel-Hsu@quantatw.com> | Tue May 21 15:20:23 2024 +0800 |
committer | Daniel-Hsu <Daniel-Hsu@quantatw.com> | Thu Jun 20 05:10:49 2024 +0000 |
tree | 59ffcfb273f40289fc99561b98ad2279192fd237 | |
parent | cc49878d8f7c29d1b05a27106b4ab1427c8f41a2 [diff] |
host_bios_upgrade: Add Updateable Association Let BIOS Object make updateable association, so that Redfish would show "Updateable": true just like other Testing: curl https://*/UpdateService/FirmwareInventory/bios_active { "@odata.id": "/*/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "null" } Change-Id: I22614f7e5bf55764c785ad6c085162c5a3a45cc2 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.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
.