summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2024-03-11 15:44:37 -0500
committerRyan Eatmon <reatmon@ti.com>2024-03-12 08:58:18 -0500
commite088457aaed02a2a4a5e4884e46a303b83ff8063 (patch)
tree41f698266b54c8c5cf4298196a301d7b6c88ecec
parent5f5984a8a7d0d04821a2c12bae8e5f23d7e7eae3 (diff)
downloadmeta-ti-e088457aaed02a2a4a5e4884e46a303b83ff8063.tar.gz
ipc: ti-rpmsg-char: Update library to 0.6.6
update from 0.6.4 to 0.6.6. This update brings the following fixes from ti-rpmsg-char repo. 55a6f40 remove ti.ipc4.ping-pong reference 8892e57 lib: fix data type build warnings 7c2ab48 lib: fix build warnings Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Chirag Shilwant <c-shilwant@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 78782e6a..cd00a682 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# 0.6.4 release 10# 0.6.6 release
11SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886" 11SRCREV = "55a6f4032246631a309f8608af5e822024664b59"
12 12
13PV = "0.6.4+git${SRCPV}" 13PV = "0.6.6+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16