meta-ibm: Add SMBIOS support in meta-system1
This commit pulls:
1. smbios-mdr recipe that is responsible for parsing the smbios table
sent down by the host, and publishes the system information on the
dbus objects.
2. phosphor-ipmi-blobs: this is an alternative implementation of IPMI
blob transfer API. The blob handler writes the data into
`/var/lib/smbios/smbios2` path (the local persistent cache for the
SMBIOS table) and triggers smbios-mdr to reload and parse the table
from that file.
Tested By:
Verified that the smbios data is transferred via IPMI to the BMC and the
smbios-mdr service reads that data and populates the dbus object.
Change-Id: I7eb54695c46cd8d0392b8ce7c942fedeb56b5d14
Signed-off-by:
Asmitha Karunanithi <asmitk01@in.ibm.com>
Loading
Please register or sign in to comment