regenerate-meson: enable meson formattingSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
build: support registry generationsdbus++-gen-meson version 10 adds support for redfish registrygeneration and greatly simplifies the install directives.Regenerate the YAML meson files and modif
build: support registry generationsdbus++-gen-meson version 10 adds support for redfish registrygeneration and greatly simplifies the install directives.Regenerate the YAML meson files and modify the base meson.buildas necessary. Also, format meson.build with `meson format`.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I77586fca7742d5468803913cb45276ca57271655
show more ...
common: Add new Priority interfaceThis commit introduces the new "Priority" interface, which is designedto indicate the priority level of an entity. It can be used as adecorator for other objects
common: Add new Priority interfaceThis commit introduces the new "Priority" interface, which is designedto indicate the priority level of an entity. It can be used as adecorator for other objects to specify their priority. While thisinterface was initially developed for fan sensors, it can be applied tovarious entities and is not limited to fans. This new interface providemore specific information about the primary and secondary sensors, whichis needed for Redfish Fan schema.bmcweb commit:https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57657Change-Id: Iee875dbe627980139199a6d9a56fde3e5d651af0Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>