1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

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>
This commit is contained in:
Hari Nagalla
2023-05-25 23:44:48 -05:00
committed by Ryan Eatmon
parent ec7aaf6df9
commit ace86cffee
+3 -3
View File
@@ -7,10 +7,10 @@ PROTOCOL = "https"
BRANCH = "master"
SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
# 0.6.0 release
SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5"
# 0.6.1 release
SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d"
PV = "0.6.0+git${SRCPV}"
PV = "0.6.1+git${SRCPV}"
S = "${WORKDIR}/git"