summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-05-02 14:51:14 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-02 11:31:08 -0500
commit307d9403837b22b57c9e8f431a2fe0e14e0af4d0 (patch)
tree8840caa5dfa9d5c67e5f5136ef4bd1c8be8f8863 /meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
parente8df1a8d80111a22642f9f75192d1e5b26889d8d (diff)
downloadmeta-ti-307d9403837b22b57c9e8f431a2fe0e14e0af4d0.tar.gz
ipc: ti-rpmsg-char: Update library to 0.4.1
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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc')
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc6
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 08066edf..10349b58 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 = "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