summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2021-11-01 15:32:58 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-11-05 23:48:09 +0000
commit9f3bff164241fd4d89e503ee610faf2d3341039e (patch)
tree0e3004f8c690c5aa8dd94298a421e5450ef69f66 /recipes-ti/ipc
parent2f616d3dc402959d5e71b6e5b9f82a3683bd0a42 (diff)
downloadmeta-ti-9f3bff164241fd4d89e503ee610faf2d3341039e.tar.gz
ipc: ti-rpmsg-char: Update library to 0.3.1
Update the ti-rpmsg-char library to 0.3.1 version that enables the support for the M4F remote processor on AM64x SoCs. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-rpmsg-char.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc
index df14d63f..140536e7 100644
--- a/recipes-ti/ipc/ti-rpmsg-char.inc
+++ b/recipes-ti/ipc/ti-rpmsg-char.inc
@@ -7,10 +7,10 @@ PROTOCOL = "git"
7BRANCH = "master" 7BRANCH = "master"
8SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" 8SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
9 9
10# Initial 0.3.0 release 10# Initial 0.3.1 release
11SRCREV = "0e76d13d08f0df5c7e70d58bbf76f7e299906ae1" 11SRCREV = "0824546f61bda7715519841d9b9f0fb030ddfaf2"
12 12
13PV = "0.3.0+git${SRCPV}" 13PV = "0.3.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16