#
0e78828c |
| 31-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
regenerate-meson: enable meson formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
|
#
7f154004 |
| 03-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
build: support registry generation
sdbus++-gen-meson version 10 adds support for redfish registry generation and greatly simplifies the install directives.
Regenerate the YAML meson files and modif
build: support registry generation
sdbus++-gen-meson version 10 adds support for redfish registry generation and greatly simplifies the install directives.
Regenerate the YAML meson files and modify the base meson.build as necessary. Also, format meson.build with `meson format`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I77586fca7742d5468803913cb45276ca57271655
show more ...
|
#
871f7556 |
| 27-Feb-2024 |
Jayanth Othayoth <ojayanth@gmail.com> |
Dump.Entry.FaultLog: interface restructure
Moved Dump.Entry.FaultLog.FaultDataType enum definition to common folder. This to to use FaultDataType enums in different interfaces.
Tested: Build verifi
Dump.Entry.FaultLog: interface restructure
Moved Dump.Entry.FaultLog.FaultDataType enum definition to common folder. This to to use FaultDataType enums in different interfaces.
Tested: Build verified.
Change-Id: I1073ab5e558fc5444a4164492ebb36682dc51e8d Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
show more ...
|
#
a60ff845 |
| 12-Jul-2023 |
Jagpal Singh Gill <jagpalgill@meta.com> |
phosphor-health-monitor: add new D-Bus interface
This commit introduces following changes - - A new Metrics Value Interface. - An interface to reset the metrics, if needed. - Common Threshold interf
phosphor-health-monitor: add new D-Bus interface
This commit introduces following changes - - A new Metrics Value Interface. - An interface to reset the metrics, if needed. - Common Threshold interface so it can be used in Metrics and Sensors.
For more detail, please refer to design - https://gerrit.openbmc.org/c/openbmc/docs/+/64917
Unit Test: meson build passes.
Change-Id: I014a047f9db6fe470124baa41dcce93caf7ceb4b Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
#
8a2674b8 |
| 25-Sep-2023 |
Lakshmi Yadlapati <lakshmiy@us.ibm.com> |
common: Add new Priority interface
This commit introduces the new "Priority" interface, which is designed to indicate the priority level of an entity. It can be used as a decorator for other objects
common: Add new Priority interface
This commit introduces the new "Priority" interface, which is designed to indicate the priority level of an entity. It can be used as a decorator for other objects to specify their priority. While this interface was initially developed for fan sensors, it can be applied to various entities and is not limited to fans. This new interface provide more specific information about the primary and secondary sensors, which is needed for Redfish Fan schema.
bmcweb commit: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57657
Change-Id: Iee875dbe627980139199a6d9a56fde3e5d651af0 Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
show more ...
|
#
11335246 |
| 12-Sep-2022 |
Patrick Williams <patrick@stwcx.xyz> |
gen: update due to sdbusplus-gen-meson change
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9491eb608d9c6849b3e39fe212054a3651bfb824
|
#
a39c66ae |
| 21-Sep-2021 |
Asmitha Karunanithi <asmitk01@in.ibm.com> |
Add a new interface "OriginatedBy"
This interface can be implemented by the dbus objects of any application/service that has a requirement to store the identity of the "originator" that has caused t
Add a new interface "OriginatedBy"
This interface can be implemented by the dbus objects of any application/service that has a requirement to store the identity of the "originator" that has caused the activity. This unique id is stored in the "OriginatorId" property and "OriginatorType" helps identify the type of originator.
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com> Change-Id: Ia96592bbe4a7b0057fe66f8e1f09d73837978c30
show more ...
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
2600affc |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
build: Regenerate meson for sdbus++ update
Change-Id: I6c7b9fc22d7acf593c268713b2ef837ab983b956 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
16599e2d |
| 15-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build: regenerate meson with latest sdbusplus version
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idb01b777bb90b165c906aacad24b0d3c9b0e93d2
|
#
d6217805 |
| 08-Sep-2020 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Add interface for progress tracking.
Implement this interface to track the progress of an activity.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ia40b4b0052d4c71742d22
Add interface for progress tracking.
Implement this interface to track the progress of an activity.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ia40b4b0052d4c71742d226ff8be6c1c3029c727e
show more ...
|
#
d9632146 |
| 24-Jun-2020 |
Patrick Williams <patrick@stwcx.xyz> |
build: add sdbus++-gen-meson generated files
Use the tool to generate the meson.build files for the current tree of interfaces, but do not utilize them yet. Add a small helper tool to regenerate as
build: add sdbus++-gen-meson generated files
Use the tool to generate the meson.build files for the current tree of interfaces, but do not utilize them yet. Add a small helper tool to regenerate as needed.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie1f68984e5b01dcab661863d2ac719d0e3cd45c1
show more ...
|