update rpmsg library tp 0.6.10 It brings the following fixes from ti-rpmsg-char repo:
d4cf638 (origin/master, origin/HEAD) 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 <[email protected]> --- 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 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" 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)$" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19264): https://lists.yoctoproject.org/g/meta-ti/message/19264 Mute This Topic: https://lists.yoctoproject.org/mt/116271711/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
