summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-05-25 23:44:48 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:09:57 -0500
commitace86cffee6f7cdc5c55ff5244e424051144e4b1 (patch)
tree826f34a321af6828fd4ea737e4bf521106263a19 /meta-ti-bsp/recipes-ti
parentec7aaf6df9ce3651b06d33d9a1707e5995fd0ca6 (diff)
downloadmeta-ti-ace86cffee6f7cdc5c55ff5244e424051144e4b1.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>
Diffstat (limited to 'meta-ti-bsp/recipes-ti')
-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