summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2025-11-13 08:01:55 -0600
committerRyan Eatmon <reatmon@ti.com>2025-11-17 13:50:55 -0600
commit5d15cce6fc2b0062c47f81b25a619385a44c88e1 (patch)
tree631cb881727aa0a89074e4fb05aa9329c118e944
parent20f7b83e1cdb353f94fe758cd34582e042baff3b (diff)
downloadmeta-ti-5d15cce6fc2b0062c47f81b25a619385a44c88e1.tar.gz
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 <hnagalla@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc6
1 files 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 0350152d..e8f0f8ba 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"
7BRANCH = "master" 7BRANCH = "master"
8SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" 8SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
9 9
10# 0.6.9 release 10# 0.6.10 release
11SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" 11SRCREV = "057b1a249261e26d00c501b59646957160ec815b"
12 12
13PV = "0.6.9+git" 13PV = "0.6.10+git"
14 14
15COMPATIBLE_MACHINE = "^(k3)$" 15COMPATIBLE_MACHINE = "^(k3)$"