summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-04-20 16:34:58 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-21 13:00:20 -0500
commit821c0bb4c310da00f303f3057a1479a0ba08072b (patch)
tree19ffff2a7264544c5c128b670b7fddca7355900e
parentf7dff82833a876b71eb625aeb379dcbf1fdc8bd0 (diff)
downloadmeta-ti-08.03.00.001.tar.gz
ipc: ti-rpmsg-char: Update library to 0.4.108.03.00.001
Update the ti-rpmsg-char library to 0.4.1 version that enables the support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri <praneeth@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 dc98fbb5..b499647a 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.4.0 release 10# Initial 0.4.1 release
11SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e" 11SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd"
12 12
13PV = "0.4.0+git${SRCPV}" 13PV = "0.4.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16