summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2023-01-17 12:15:30 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-01-27 20:16:36 +0300
commit7988c1e685d448e36f53a4c0702adf964507ac33 (patch)
treed2287a97c827106d0b4644e64646ce1b89a01500 /meta-amd
parent41d8435a8da033e7129c9fd2602054d9e7ba51b0 (diff)
downloadopenbmc-7988c1e685d448e36f53a4c0702adf964507ac33.tar.xz
meta-ethanolx: Populate "redfish/v1/Systems/system"
The "redfish/v1/Systems/system" page is necessary to fill the "Server information" panel in the webui-vue application. Change-Id: Id8ee7b6ab504cd38916f92fd6dda9d99dfdd898c Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json
index b95e9092fb..baaeee82a1 100644
--- a/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json
+++ b/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json
@@ -1475,5 +1475,6 @@
"Model": "EthanolX",
"PartNumber": "109-H43111-00A_02",
"SerialNumber": "EX782B"
- }
+ },
+ "xyz.openbmc_project.Inventory.Item.System": {}
}