#
0ff7100b |
| 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant.
Change-Id: I27f71195ffb92a3e3224022edca33d8cc249bacd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
2f187348 |
| 20-Apr-2022 |
John Wedig <johnwedig@google.com> |
Add systemd service file
Add a systemd service file for eStoraged, so that it starts up automatically. Now that eStoraged can dynamically look for config objects and doesn't need a hard-coded device
Add systemd service file
Add a systemd service file for eStoraged, so that it starts up automatically. Now that eStoraged can dynamically look for config objects and doesn't need a hard-coded device filename, it makes sense to have a service file in this repo now.
Tested: Made some corresponding changes to the eStoraged recipe, then verified that eStoraged automatically starts up on a BMC when included in the image.
Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: Id701bde62c2ca4206b980660340eec678e062ede
show more ...
|