From 4107d315a567958c60b931f38aaa74c6c8500f97 Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Wed, 18 Feb 2026 13:23:25 -0600 Subject: [PATCH] ipc: ti-rpmsg-char: Update library to 0.6.11 update ti-rpmsg-char library to 0.6.11 It brings the below fixes: dd4783422bf lib: Do not update local endpoint f26e4a30ca7 example: benchmark: move latencies array to data section. Signed-off-by: Hari Nagalla Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index e8f0f8ba..f9fb0f25 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,9 +7,9 @@ PROTOCOL = "https" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# 0.6.10 release -SRCREV = "057b1a249261e26d00c501b59646957160ec815b" +# 0.6.11 release +SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04" -PV = "0.6.10+git" +PV = "0.6.11+git" COMPATIBLE_MACHINE = "^(k3)$"