summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-09-23 16:14:43 -0500
committerRyan Eatmon <reatmon@ti.com>2022-09-23 17:21:08 -0500
commit7fdab18f24c561fd2f293c93a821dfe8057b55d5 (patch)
tree15e8463acc4490a9fb6ba54feb27dcb5aea9820b
parentd17d04f57bcaef4cf9a78be43542a5221b4a37ad (diff)
downloadmeta-ti-7fdab18f24c561fd2f293c93a821dfe8057b55d5.tar.gz
ipc: ti-rpmsg-char: Update library to 0.5.1
Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. 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 a0e03851..0b35f412 100644
--- a/recipes-ti/ipc/ti-rpmsg-char.inc
+++ b/recipes-ti/ipc/ti-rpmsg-char.inc
@@ -7,10 +7,10 @@ PROTOCOL = "https"
7BRANCH = "master" 7BRANCH = "master"
8SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" 8SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
9 9
10# Initial 0.4.1 release 10# Initial 0.5.1 release
11SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" 11SRCREV = "adb964ee72f99545e2ad55c50cfd14015a7d837e"
12 12
13PV = "0.4.1+git${SRCPV}" 13PV = "0.5.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16