summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2022-02-03 20:10:58 -0600
committerRyan Eatmon <reatmon@ti.com>2022-02-07 08:23:10 -0600
commit8956bc4a8fa2793231536a842447e1aaae38f24c (patch)
tree492a4e9db81ec6c88fd54a914c6c7789c7e3606d
parent8cab895a51521dabc2ce501e89e9eb9a535afd9c (diff)
downloadmeta-ti-8956bc4a8fa2793231536a842447e1aaae38f24c.tar.gz
ipc: ti-rpmsg-char: Update library to 0.4.0
Update the ti-rpmsg-char library to 0.4.0 version that enables the support for j721s2 SoC family remote processors. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Ryan Eatmon <reatmon@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 eaf0028d..dc98fbb5 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.1 release 10# Initial 0.4.0 release
11SRCREV = "0824546f61bda7715519841d9b9f0fb030ddfaf2" 11SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e"
12 12
13PV = "0.3.1+git${SRCPV}" 13PV = "0.4.0+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16