From 8685a28a322a2a2d89a0f15586a480bf06653879 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 20 Mar 2025 13:51:22 -0500 Subject: ipc: ti-rpmsg-char: Update library to 0.6.9 update from 0.6.7 to 0.6.9. This update brings the following fixes from ti-rpmsg-char repo. 09b064c src: fix misc warnings 5a9ec97 src: fix warnings for resource leak & string null b4ef987 Fix Werror=stringop-truncation dabdc21 lib: Fix klockwork 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 be88aade..4aa16b58 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.7 release -SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" +# 0.6.9 release +SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" -PV = "0.6.7+git" +PV = "0.6.9+git" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf