diff options
| author | Hari Nagalla <hnagalla@ti.com> | 2026-02-18 13:23:25 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-19 14:10:01 -0600 |
| commit | 4107d315a567958c60b931f38aaa74c6c8500f97 (patch) | |
| tree | aa884d8c442fa7aaed7af42d511118c76e072969 | |
| parent | ee9f5e1dfe817fc192908d420d840668b7aa7100 (diff) | |
| download | meta-ti-4107d315a567958c60b931f38aaa74c6c8500f97.tar.gz | |
ipc: ti-rpmsg-char: Update library to 0.6.11
update ti-rpmsg-char library to 0.6.11
It brings the below fixes:
dd4783422bf lib: Do not update local endpoint
f26e4a30ca7 example: benchmark: move latencies array to data section.
Signed-off-by: Hari Nagalla <hnagalla@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 e8f0f8ba..f9fb0f25 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |||
| @@ -7,9 +7,9 @@ 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.10 release | 10 | # 0.6.11 release |
| 11 | SRCREV = "057b1a249261e26d00c501b59646957160ec815b" | 11 | SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04" |
| 12 | 12 | ||
| 13 | PV = "0.6.10+git" | 13 | PV = "0.6.11+git" |
| 14 | 14 | ||
| 15 | COMPATIBLE_MACHINE = "^(k3)$" | 15 | COMPATIBLE_MACHINE = "^(k3)$" |
