CodeConstruct / mctp

MCTP userspace tools
GNU General Public License v2.0
32 stars 19 forks source link

mctpd: use new Bus Owner name of `au.com.CodeConstruct.MCTP` #34

Closed jk-ozlabs closed 4 months ago

jk-ozlabs commented 9 months ago

We currently use a Bus Owner name of xyz.openbmc_project.MCTP, to suit conventions with the existing dbus interface names, and MCTP object path structure.

However, mctpd is not under the OpenBMC umbrella, so we should be using our own namespace instead.

Change to a Bus Owner value of au.com.CodeConstruct.MCTP, but keep the old value for compatibility. This will be removed in a future release, once we have confidence that consumers are using the new name.

jk-ozlabs commented 6 months ago

Per some conversation on the OpenBMC discord, we may want to use this as an opportunity to implement a more comprehensive (and versioned) dbus object model.

amboar commented 6 months ago

(for the record, the conversation happens around here: https://discord.com/channels/775381525260664832/778790638563885086/1240142924381945856)

jk-ozlabs commented 4 months ago

Closed by #43