mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
@@ -207,6 +207,7 @@ RDEPENDS:packagegroup-meta-networking-support = "\
|
||||
libtevent \
|
||||
linux-atm \
|
||||
lksctp-tools \
|
||||
mctp \
|
||||
memcached \
|
||||
ifenslave \
|
||||
netcat \
|
||||
|
||||
Reference in New Issue
Block a user