summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-05-18 01:58:01 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-18 14:43:18 -0500
commit9a0bc0f254469bfebf7aaa896fe71f57f6471503 (patch)
treebbb9035ef805e88116d608adc57d3afe05b7019d
parentbc40ef339a88826ae270dc9ae5cd0f0487ac4980 (diff)
downloadmeta-ti-9a0bc0f254469bfebf7aaa896fe71f57f6471503.tar.gz
ipc: ti-rpmsg-char: Update library to 0.6.0
Update the ti-rpmsg-char library to 0.6.0 version that enables the support for 6.1 kernel. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-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 dff13640..bff55258 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 = "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.5.2 release 10# 0.6.0 release
11SRCREV = "1da3e1bd0412c148ab57690940fea5d129220896" 11SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5"
12 12
13PV = "0.5.2+git${SRCPV}" 13PV = "0.6.0+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16