summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2023-01-04 19:56:09 +0530
committerRyan Eatmon <reatmon@ti.com>2023-01-05 16:45:19 -0600
commit5f685a39de2fc8793fb62e953096c8deb2cb71e6 (patch)
tree7fbf3ef7344faa7832991c2e812855d25bc654c3
parentdbebc412d885b40204c3f0a94f55058aa55dfe79 (diff)
downloadmeta-ti-5f685a39de2fc8793fb62e953096c8deb2cb71e6.tar.gz
ipc: ti-rpmsg-char: Update library to 0.5.2
Update library to 0.5.2 as it adds support for AM62A SoC. Co-Authored-By: Sai Sree Kartheek Adivi <s-adivi@ti.com> Signed-off-by: Devarsh Thakkar <devarsht@ti.com> Acked-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 0b35f412..2c6ab414 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.5.1 release 10# Initial 0.5.2 release
11SRCREV = "adb964ee72f99545e2ad55c50cfd14015a7d837e" 11SRCREV = "1da3e1bd0412c148ab57690940fea5d129220896"
12 12
13PV = "0.5.1+git${SRCPV}" 13PV = "0.5.2+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16