diff options
author | Hari Nagalla <hnagalla@ti.com> | 2023-05-25 23:44:48 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-07 10:09:57 -0500 |
commit | ace86cffee6f7cdc5c55ff5244e424051144e4b1 (patch) | |
tree | 826f34a321af6828fd4ea737e4bf521106263a19 /meta-ti-bsp | |
parent | ec7aaf6df9ce3651b06d33d9a1707e5995fd0ca6 (diff) | |
download | meta-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')
-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 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" | |||
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.0 release | 10 | # 0.6.1 release |
11 | SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5" | 11 | SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d" |
12 | 12 | ||
13 | PV = "0.6.0+git${SRCPV}" | 13 | PV = "0.6.1+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||