6a2b8956 | 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I6083e412d8356a97b5213a138f370bfeb43a69b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
35262538 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
markdownlint: fix all warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I306b56d35f2e158f4ebfab6f6d916b602f7c490f |
2b14012d | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I0a6ceeba2a4136cdb334349fccdddb0766eeca1d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
c4bc11e8 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I1344c9ab1a1c3be
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I1344c9ab1a1c3beec79c7326d02b78a6efbd6daf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
7f2b6ae9 | 05-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
python: fix flake8 warnings and format with black
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3a07938b0768e093d04abedeaf96b63b2e8e9ec7 |
2d38eda1 | 04-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: remove file
The MAINTAINERS file is deprecated in favor of OWNERS.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic8928ae333d56132f9bcb11e2bae989c05973ac9
|
8123a713 | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I768b8efcac262ef07cf75f06486c6144c090e91a
show more ...
|
d29ded89 | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib5b441d5ae8cd19b85f27eda6da490868bfb627d
show more ...
|
1b388099 | 03-Jun-2022 |
Matt Spinler <spinler@us.ibm.com> |
Fix typo
Caught by a newer compiler. This was a legitimate bug.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I92758be667ddfd969269e671a73334b0929a1750 |
d5b6fd18 | 15-Apr-2022 |
Patrick Williams <patrick@stwcx.xyz> |
build: enable C++20
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6d994b7113fc06c6fd8a77faee239d8614219855 |
c0763620 | 05-Apr-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping.
sdbusplus: object: don't use 'bool' argument constructor
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7adbc8df11fa75f33f7d3437ea5ceae4ea6ca9d2
show more ...
|
e841b05f | 22-Oct-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Add OWNERS file
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ia4fe11c9c01c35db5d58083db40b37a96a309a10 |
bf9ea8ad | 06-Oct-2021 |
Patrick Williams <patrick@stwcx.xyz> |
catch exceptions as const
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If8dcf70005aebd4ca633b91d6f96badf4a5cd326 |
1eb63675 | 02-Sep-2021 |
Matt Spinler <spinler@us.ibm.com> |
Switch SdBusError to generic sdbusplus exception
SdBusError was never supposed to be caught outside of sdbusplus.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Iee1e200cbcf70d6ba548b4
Switch SdBusError to generic sdbusplus exception
SdBusError was never supposed to be caught outside of sdbusplus.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Iee1e200cbcf70d6ba548b492042bd6dc0f5e2ba8
show more ...
|
074d53b7 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: remove Deepak
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7afde98e84ee2a56bcebc7d08857928dc89c3b0c |
3c845964 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
bootstrap: fix shellcheck warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57 |
aeaa374a | 15-Jun-2020 |
Matt Spinler <spinler@us.ibm.com> |
Remove ibm-dbus-ifaces dependency
The IBM D-Bus interface used here moved into phosphor-dbus-interfaces.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I19a155afbfc9bf85c1924b0b3e53c5f
Remove ibm-dbus-ifaces dependency
The IBM D-Bus interface used here moved into phosphor-dbus-interfaces.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I19a155afbfc9bf85c1924b0b3e53c5f54b7412c2
show more ...
|
29c2ec6d | 16-May-2020 |
Andrew Geissler <geissonator@yahoo.com> |
string: ensure string included
Latest upstream yocto appears to have removed a free include of string. This is causing compile failures for files which do not include it properly.
Signed-off-by: An
string: ensure string included
Latest upstream yocto appears to have removed a free include of string. This is causing compile failures for files which do not include it properly.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I6a0afb2e01d0ed0630a28f8798a16a66b0142cab
show more ...
|
b9ba9416 | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: replace message::variant with std::variant
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6fc165a29d0db9794ed9012a52f6b92c68954e04 |
0d9b74da | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: update Deepak's email address
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifc14893163d7be93d24e51708740eb0dc3051c87 |
b5af3a3f | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: remove deprecated variant_ns
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib20d8676d474bcb020a5ffababd77d901360d192 |
94924b4b | 09-Mar-2020 |
Matt Spinler <spinler@us.ibm.com> |
Update condense_policy.py for python3
Specify that python3 should be used in the script.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I7bc419ca75cb98ff455d1f0c59cb0d3b38c74696 |
c4cd4dcb | 20-Feb-2020 |
Matt Spinler <spinler@us.ibm.com> |
create_error_reports update for python3
Add the change as suggested by the '2to3' program, and also explicitly specify python3.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I688b7738
create_error_reports update for python3
Add the change as suggested by the '2to3' program, and also explicitly specify python3.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I688b773869e09c57dae3a3719404c5224c581e85
show more ...
|
4c0e8945 | 06-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
Updates for new association interface
The association interface name changed to xyz.openbmc_project.Association.Definitions and its property changed to Associations. Update the code accordingly.
T
Updates for new association interface
The association interface name changed to xyz.openbmc_project.Association.Definitions and its property changed to Associations. Update the code accordingly.
Tested: Created an event log with a callout association, and verified that the correct callout object was created.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id48b6f2093410757ca6119cda09544d81f708ba5
show more ...
|
3dd7c2e6 | 28-Mar-2019 |
Patrick Venture <venture@google.com> |
build: install into bin instead of sbin
Installs into bin instead of sbin per guidelines.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I5d40374545a7e87428a4ab973c01b8e148d18731 |