diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2025-03-20 13:51:22 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-20 14:31:44 -0500 |
commit | 8685a28a322a2a2d89a0f15586a480bf06653879 (patch) | |
tree | 61da0ce44cc9d664973c431ebf995d74a588a51c | |
parent | ff40c24c3270384104340bc57a9cbf463296a5d3 (diff) | |
download | meta-ti-8685a28a322a2a2d89a0f15586a480bf06653879.tar.gz |
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 <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
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 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" | |||
7 | BRANCH = "master" | 7 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
9 | 9 | ||
10 | # 0.6.7 release | 10 | # 0.6.9 release |
11 | SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" | 11 | SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" |
12 | 12 | ||
13 | PV = "0.6.7+git" | 13 | PV = "0.6.9+git" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||