diff mbox series

[meta-ti,master/kirkstone] ipc: ti-rpmsg-char: Update library to 0.6.4

Message ID 20240105080143.876480-1-a-limaye@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] ipc: ti-rpmsg-char: Update library to 0.6.4 | expand

Commit Message

Limaye, Aniket Jan. 5, 2024, 8:01 a.m. UTC
From: Apurva Nandan <a-nandan@ti.com>

Fetch from the latest commit which has J722S support now.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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 729cc437..78782e6a 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.3 release
-SRCREV = "369ed24324c28c683d52637bb0cc7784b74c1385"
+# 0.6.4 release
+SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886"
 
-PV = "0.6.3+git${SRCPV}"
+PV = "0.6.4+git${SRCPV}"
 
 S = "${WORKDIR}/git"