summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mctp
diff options
context:
space:
mode:
authorThu Nguyen <thu@os.amperecomputing.com>2025-02-14 04:01:47 +0000
committerKhem Raj <raj.khem@gmail.com>2025-02-17 10:16:24 -0800
commit9b522de0f97b0f1734c57744565d0bfe81575bc7 (patch)
tree6fb0337a4dadb71845a59fd31a360f2c047e4346 /meta-networking/recipes-support/mctp
parent42a4a8bd795083933dc4e4644d1e55f877faed6d (diff)
downloadmeta-openembedded-9b522de0f97b0f1734c57744565d0bfe81575bc7.tar.gz
mctp: srcrev bump 9042704131d..dd944cf5b5a
Additional commit included in this version bump are below. Jeremy Kerr (9): + tests: Add tests for dbus Network1 interface + tests: add System.del_address + tests: notify netlink socket on system link/neighbour/address/route changes + tests: Add NLSocket._create_msg + tests: rename NLSocket._send_resp to _send_msg + mctpd: fix error message and code for missing linkmap entry case + mctpd: remove unnecessary debug output + CHANGELOG: Add mctp-bench change Thu Nguyen (1): + Support `LocalEIDs` property in `au.com.codeconstruct.MCTP.Network1` Timon Liu (1): + mctp-bench: Add a utility tool to send/receive messages and display throughput Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/mctp')
-rw-r--r--meta-networking/recipes-support/mctp/mctp_2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mctp/mctp_2.1.bb b/meta-networking/recipes-support/mctp/mctp_2.1.bb
index 931a4535aa..5bd7039529 100644
--- a/meta-networking/recipes-support/mctp/mctp_2.1.bb
+++ b/meta-networking/recipes-support/mctp/mctp_2.1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
7 7
8SRCREV = "9042704131d270e713fc267d3cc84273bc995315" 8SRCREV = "dd944cf5b5a8b834f3685bcb2017190258dbcd0b"
9 9
10SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" 10SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"
11 11