#
a8f47e7f |
| 11-Jun-2024 |
Patrick Williams <patrick@stwcx.xyz> |
postcode: add dbus paths
The default path for the post code objects is, from phosphor-post-code-manager:
``` meson.build 16:conf_data.set_quoted('DBUS_OBJECT_NAME', '/xyz/openbmc_project/State/Boot
postcode: add dbus paths
The default path for the post code objects is, from phosphor-post-code-manager:
``` meson.build 16:conf_data.set_quoted('DBUS_OBJECT_NAME', '/xyz/openbmc_project/State/Boot/PostCode')
src/main.cpp 60: std::string dbusObjName = DBUS_OBJECT_NAME + std::to_string(node); ```
Add these constants to the interface YAML file so they can be used by dbus clients.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If255733aaf12cf7283e191c31fe13ba3025736d8
show more ...
|
#
a1347418 |
| 06-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Pat
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
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 to
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 ...
|