diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2024-07-15 18:57:24 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-19 11:15:51 -0500 |
commit | e7c6c1fcf04778ecd9c24d1d4589defbc93eca61 (patch) | |
tree | 5fc846cadc952f6b4f995483aacc4ac6703f7240 | |
parent | 5e40907f519493acde3bec9d5c4bdd96b176287e (diff) | |
download | meta-ti-e7c6c1fcf04778ecd9c24d1d4589defbc93eca61.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.6.7
update from 0.6.6 to 0.6.7.
This update brings the following fixes from ti-rpmsg-char repo.
5100a2e lib: Fix truncation warnings
15011fe example: Add roundtrip delay metering
aac39ae lib: fix truncation warnings with spritnf
4b9fd76 include: rproc_id: Add numbered enum
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 4710be09..22d03d97 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.6 release | 10 | # 0.6.7 release |
11 | SRCREV = "55a6f4032246631a309f8608af5e822024664b59" | 11 | SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" |
12 | 12 | ||
13 | PV = "0.6.6+git" | 13 | PV = "0.6.7+git" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||