commit | bd441717aa78dc863c68012609f6096275c34648 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 15 14:49:05 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 15 15:08:23 2023 -0600 |
tree | 538923faf6c0be02e7ca17d2d01619d38f84bdab | |
parent | 670edd12179786c525d8624d983b95eef8f6914a [diff] |
mapper-wait: add service dependency Even though ObjectMapper is dbus-activated, it takes long enough to start up that the dbus client operation times out. This causes a whole bunch of failed services on boot of the BMC. Add an explicit dependency back on the service in order to give the service time to start up. Tested: Applied on Bletchley and see no restarts of the various mapper-wait invocations now. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I473a8f251906a8267e2c44600b6802adfea1fd0e
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build