#
4d28bcd3 |
| 24-Apr-2023 |
Jagpal Singh Gill <paligill@gmail.com> |
meson: Switch autoconf build to meson
Summary: - Add meson build flow. - Remove the options not being configured from yocto as configure args and add them as constants/define in settings_manager.h
meson: Switch autoconf build to meson
Summary: - Add meson build flow. - Remove the options not being configured from yocto as configure args and add them as constants/define in settings_manager.hpp
Tested: - autotools build passes. - meson build passes with "ninja -C build".
Change-Id: Iaa7704886cdcd5481a04bae77e02df2c6a53aee9 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
#
cfd49eb8 |
| 24-Apr-2023 |
Jagpal Singh Gill <paligill@gmail.com> |
meson: Address warnings for switching autoconf to meson
This commit addresses the compilation warnings when switching autoconf to meson.
Tested: Build passes with CIT and "ninja -C build".
Change-
meson: Address warnings for switching autoconf to meson
This commit addresses the compilation warnings when switching autoconf to meson.
Tested: Build passes with CIT and "ninja -C build".
Change-Id: Ieda04b856f4fd24de867c3eaee8b9c4a9b333aaf Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
#
7c4181cf |
| 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: I662faee19b7b289bc0a39665fc5ce9e19406f933
show more ...
|
#
414db5a8 |
| 01-Nov-2018 |
Patrick Venture <venture@google.com> |
Add clang-format to repo Add clang-format to repo. Change-Id: I85129fe964c15ac389a1117f7a7716f2f6175dd6 Signed-off-by: Patrick Venture <venture@google.com>
|
#
7a6f2526 |
| 23-Jun-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
Persist changes to settings Persist changes made to settings, if any, such that those changes can be restored upon a reboot. Use Cereal for serialization of the settings' proper
Persist changes to settings Persist changes made to settings, if any, such that those changes can be restored upon a reboot. Use Cereal for serialization of the settings' properties. Since the settings code is generated based on a system specific settings policy, generate the serialization code as well such that only relevant settings are serialized. Resolves openbmc/openbmc#1764. Change-Id: Id8bd84a9455cf4348b22f255d038b050d004eb7c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|
#
9711211c |
| 31-May-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
Change object manager path Since there's not a "settings" root as such, and the settings objects are spread across the object namespace, register "/" as the path for the d-bus object
Change object manager path Since there's not a "settings" root as such, and the settings objects are spread across the object namespace, register "/" as the path for the d-bus object manager. Change-Id: Ic012129b333cba8831c331803124b3e89642b536 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|
#
5de0957c |
| 16-May-2017 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
Add settings application Implement settings d-bus interfaces. Define a settings policy file (this commit checks in an example YAML based policy), based on which code for a setti
Add settings application Implement settings d-bus interfaces. Define a settings policy file (this commit checks in an example YAML based policy), based on which code for a settings manager will be generated via a python script. This settings manager composes and places desired settings objects on the bus. The policy file can be supplied by a system specific bitbake recipe. Resolves openbmc/openbmc#1487. Change-Id: Ice0d3b319d9466824cef323a6915eb20ca5cae5c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|