summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2026-02-18 13:23:25 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-19 14:10:01 -0600
commit4107d315a567958c60b931f38aaa74c6c8500f97 (patch)
treeaa884d8c442fa7aaed7af42d511118c76e072969
parentee9f5e1dfe817fc192908d420d840668b7aa7100 (diff)
downloadmeta-ti-4107d315a567958c60b931f38aaa74c6c8500f97.tar.gz
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 <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 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"
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.10 release 10# 0.6.11 release
11SRCREV = "057b1a249261e26d00c501b59646957160ec815b" 11SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04"
12 12
13PV = "0.6.10+git" 13PV = "0.6.11+git"
14 14
15COMPATIBLE_MACHINE = "^(k3)$" 15COMPATIBLE_MACHINE = "^(k3)$"