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 <[email protected]> --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file 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 84873923..b9983644 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" 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16808): https://lists.yoctoproject.org/g/meta-ti/message/16808 Mute This Topic: https://lists.yoctoproject.org/mt/99926338/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
