1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-11 17:10:27 +00:00

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>
This commit is contained in:
Hari Nagalla
2025-11-13 08:01:55 -06:00
committed by Ryan Eatmon
parent 20f7b83e1c
commit 5d15cce6fc

View File

@@ -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.9 release
SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7"
# 0.6.10 release
SRCREV = "057b1a249261e26d00c501b59646957160ec815b"
PV = "0.6.9+git"
PV = "0.6.10+git"
COMPATIBLE_MACHINE = "^(k3)$"