summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-05-25 23:44:48 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commit768330ea0c72333e9b3ef623d1c0b270ac5581a9 (patch)
treebf2191298959528b85d780960cb345f61e6febb0
parent59e70acdeacb776bb2d8572247f36b64ded8d09f (diff)
downloadmeta-ti-768330ea0c72333e9b3ef623d1c0b270ac5581a9.tar.gz
ipc: ti-rpmsg-char: Update library to 0.6.1
Update the ti-rpmsg-char library to 0.6.1 version to fix rpmsg_ctlr id on v6.1 kernel when multiple channels are created. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@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 bff55258..84873923 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"
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.0 release 10# 0.6.1 release
11SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5" 11SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d"
12 12
13PV = "0.6.0+git${SRCPV}" 13PV = "0.6.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16