diff options
author | Hari Nagalla <hnagalla@ti.com> | 2023-07-03 08:21:30 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-04 09:00:11 -0500 |
commit | 116d2faeede0b7da9c59fe5938c765e553f34867 (patch) | |
tree | 1080ac0e5f56816f70f35b39accb57c4b64392fa | |
parent | 522370739fe8f1c9a5e7eeb50a0832140a95291d (diff) | |
download | meta-ti-116d2faeede0b7da9c59fe5938c765e553f34867.tar.gz |
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>
-rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
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 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" | |||
7 | BRANCH = "master" | 7 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
9 | 9 | ||
10 | # 0.6.1 release | 10 | # 0.6.2 release |
11 | SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d" | 11 | SRCREV = "6e2e829f8810708638597d49a3a7c1f2eac28ba2" |
12 | 12 | ||
13 | PV = "0.6.1+git${SRCPV}" | 13 | PV = "0.6.2+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||