summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml6
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml4
2 files changed, 8 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
index 717818466..7dada721b 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
@@ -25,6 +25,8 @@ PROC:
# Delimiter value in ascii as YAML parser
# was not allowing certain characters like ":" as value
IPMIFruValueDelimiter: "58"
+ xyz.openbmc_project.Inventory.Item.Cpu:
+
SYS:
Interfaces:
xyz.openbmc_project.Inventory.Decorator.Asset:
@@ -34,6 +36,7 @@ SYS:
SerialNumber:
IPMIFruSection: Chassis
IPMIFruProperty: "Serial Number"
+ xyz.openbmc_project.Inventory.Item.System:
NODE:
Interfaces:
@@ -54,6 +57,7 @@ NODE:
PrettyName:
IPMIFruSection: Board
IPMIFruProperty: "Name"
+ xyz.openbmc_project.Inventory.Item.Chassis:
AssociatedTypes:
- SYS
@@ -83,6 +87,7 @@ DIMM:
Version:
IPMIFruSection: Product
IPMIFruProperty: "Version"
+ xyz.openbmc_project.Inventory.Item.Dimm:
MEMBUFF:
Interfaces:
@@ -103,3 +108,4 @@ MEMBUFF:
PrettyName:
IPMIFruSection: Board
IPMIFruProperty: "Name"
+ xyz.openbmc_project.Inventory.Item.MemoryBuffer:
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml
index eb7f827f3..b92005012 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml
@@ -7,9 +7,9 @@ BMC:
VINI,DR: PrettyName
xyz.openbmc_project.Common.UUID:
OPFR,UD: UUID
-
-
+ xyz.openbmc_project.Inventory.Item.Bmc:
ETHERNET:
xyz.openbmc_project.Inventory.Item.NetworkInterface:
VINI,B1: MACAddress
OPFR,B1: MACAddress
+ xyz.openbmc_project.Inventory.Item.Ethernet:
OpenPOWER on IntegriCloud