mctp: Add MCTP control utilities

This change adds a recipe for the Management Component Transport
Protocol userspace utilities. This contains:

- the command-line 'mctp' tool, similar to 'ip', for setting up links,
  assigning local address and configuring routing.

- an optional 'mctpd' daemon, which implements the MCTP control
  protocol, and manages remote address assignment.

The latter depends on systemd (for sdbus), so use a
PACKAGECONFIG[systemd] for the conditional service installation.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jeremy Kerr
2021-10-26 10:39:50 +08:00
committed by Khem Raj
parent ef9915ca4e
commit d26b5db5c8
2 changed files with 32 additions and 0 deletions
@@ -207,6 +207,7 @@ RDEPENDS:packagegroup-meta-networking-support = "\
libtevent \
linux-atm \
lksctp-tools \
mctp \
memcached \
ifenslave \
netcat \