summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2021-10-18 16:28:01 -0500
committerYogesh Siraswar <yogeshs@ti.com>2021-10-19 04:07:40 +0000
commit1fe4515cee979923418fdf440a9e379fcf688c79 (patch)
treeb0a89234ac784b3b41ab23df0419d098ab2f5d40
parentbc74a9cfc379e73a7b389bbec5572ed39a6aa7cb (diff)
downloadmeta-ti-1fe4515cee979923418fdf440a9e379fcf688c79.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>
-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 c404f926..eaf0028d 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