From fb273080e3669831b478a2d3ea02d72bd6eac77e Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Mon, 11 Mar 2024 15:45:58 -0500 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file 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 d9f101b1..4710be09 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" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# 0.6.4 release -SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886" +# 0.6.6 release +SRCREV = "55a6f4032246631a309f8608af5e822024664b59" -PV = "0.6.4+git" +PV = "0.6.6+git" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf