commit | 5f98f6d52c4cbb6852e88f0814fc6449ef44ef18 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Sep 15 15:11:33 2021 -0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Jul 08 15:30:53 2022 +0000 |
tree | 688c7e979ce9300ca270bb702bb9ec16a16bbfda | |
parent | 92cb3c7f3d7c1674b3551e33fe9193a12fe33eff [diff] |
Enable IO-uring for dbus-sensors IO-uring has performnce benefits for dbus-sensors, as can be seen in https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/46918. This patchset updates the dbus-sensors recipe to add the requied dependencies. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I39089e937596cf2a08479c8a05c428484482a36a
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 0e4a173..22d9229 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -69,6 +69,7 @@ boost \ i2c-tools \ libgpiod \ + liburing \ nlohmann-json \ phosphor-logging \ sdbusplus \