prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.
prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.Change-Id: I0d25f27a5e449578967915d9f570cc29246927d7Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
Add support for vendor specific FruDbusLookupIn the current state, a vendor could not define the FRU'sthat he wants to send to the host.This commit adds a fru_master.json that can be used while
Add support for vendor specific FruDbusLookupIn the current state, a vendor could not define the FRU'sthat he wants to send to the host.This commit adds a fru_master.json that can be used whilebuilding the master , and the json would be replaced withfru_master.json from the oem/<vendor>/configurationsdirectory when compiling for oem's.Tested By:IBM machine test :1. meson build -Doem-ibm=enabled -Dprefix=<>2. ninja -C build && ninja install3. in the prefix directory we should see the json file from the oem/ibm/configurations folderNon IBM machine test :1. meson build -Doem-ibm=disabled -Dprefix=<>2. ninja -C build && ninja install3. in the prefix directory we should see the json file from the pldm/configurations folder.Runtime test:1. on an IBM machine make sure the pldm builds the fru record table.Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>Change-Id: Id3c2746c51a1f99f2038b2af48137133e9d0b405