#
ac3b9680 |
| 03-Oct-2024 |
Patrick Williams <patrick@stwcx.xyz> |
pgood_wait: fix bool include
We don't actually have a CI build type for plain Make anymore, so we don't get any repository level CI done for this repository. The Yocto recipe update failed with the
pgood_wait: fix bool include
We don't actually have a CI build type for plain Make anymore, so we don't get any repository level CI done for this repository. The Yocto recipe update failed with the following:
``` 15:12:53 | pgood_wait.c:95:16: error: 'true' undeclared (first use in this function) ```
Make a simple fix to add `stdbool.h` in hopes that this solves it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I64dd3cba36c7b9b3aa8111ffe6f7fb33088eb080
show more ...
|
#
6f20774f |
| 03-Feb-2024 |
George Liu <liuxiwei@ieisystem.com> |
Remove libmapper dependency
In the latest openbmc repo, there is no need to rely on libmapper. This patch is to remove the dependence on libmapper, and then libmapper will be deleted in the future a
Remove libmapper dependency
In the latest openbmc repo, there is no need to rely on libmapper. This patch is to remove the dependence on libmapper, and then libmapper will be deleted in the future and mapper calls will be used directly.
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ibe9c345e760e5a4215a2fe3c3c2ace3c54f8e179
show more ...
|
#
059cffb8 |
| 23-Aug-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
pwrctl: add pgood state switching application
pgood_wait simply blocks until the power state changes to the requested state.
The intent is for use from a systemd unit similar to nm-online.
Change-
pwrctl: add pgood state switching application
pgood_wait simply blocks until the power state changes to the requested state.
The intent is for use from a systemd unit similar to nm-online.
Change-Id: Icf1e18f5d47d6eb2fc424b4614fd196ef3dfd6ee Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|