From 4265d50ec423e70f1afb623f6609eedc8ba79922 Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Thu, 13 Nov 2025 08:01:55 -0600 Subject: [PATCH] ipc: ti-rpmsg-char: Update library to 0.6.10 update rpmsg library to 0.6.10 It brings the following fixes from ti-rpmsg-char repo: d4cf638 src: fix bug in file_read_string() 3e72722 src: add api to fetch kernel allocated remote proc id 5061690 benchmark: update max runs = 1 trillion, max latency = 9sec 4aa2a84 examples: clean up tabs, delay metering 07660dd example: add rpmsg_char_benchmark b40845f Replace read bytes from 256 --> 496 b2e9e2f Update max message size to 496 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 4aa16b58..f9208a39 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL = "https" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# 0.6.9 release -SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" +# 0.6.10 release +SRCREV = "057b1a249261e26d00c501b59646957160ec815b" -PV = "0.6.9+git" +PV = "0.6.10+git" S = "${WORKDIR}/git"