1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

ipc: ti-rpmsg-char: Update library to 0.6.2

Update ti-rpmsg-char library to fix wrong rpmsg-ctrl
device ids observed when multiple remote procs are present
with multiple channels opened.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Hari Nagalla
2023-07-03 08:21:30 -05:00
committed by Ryan Eatmon
parent 35f8418759
commit b644099752
+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.1 release
SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d"
# 0.6.2 release
SRCREV = "6e2e829f8810708638597d49a3a7c1f2eac28ba2"
PV = "0.6.1+git${SRCPV}"
PV = "0.6.2+git${SRCPV}"
S = "${WORKDIR}/git"