From d26b5db5c8a6633e8e819902ec84ba939eda7bf5 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 26 Oct 2021 10:39:50 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking/recipes-core') diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb index 8931f412d1..e84086e131 100644 --- a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb +++ b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb @@ -207,6 +207,7 @@ RDEPENDS:packagegroup-meta-networking-support = "\ libtevent \ linux-atm \ lksctp-tools \ + mctp \ memcached \ ifenslave \ netcat \ -- cgit v1.2.3-54-g00ecf