diff mbox series

[kirkstone/master] ipc: ti-rpmsg-char: Update library to 0.6.1

Message ID 20230526044448.20318-1-hnagalla@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone/master] ipc: ti-rpmsg-char: Update library to 0.6.1 | expand

Commit Message

Hari Nagalla May 26, 2023, 4:44 a.m. UTC
Update the ti-rpmsg-char library to 0.6.1 version to fix rpmsg_ctlr
id on v6.1 kernel when multiple channels are created.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
---
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Bajjuri, Praneeth May 26, 2023, 8:17 a.m. UTC | #1
On 5/25/2023 11:44 PM, Hari Nagalla wrote:
> Update the ti-rpmsg-char library to 0.6.1 version to fix rpmsg_ctlr
> id on v6.1 kernel when multiple channels are created.
> 
> Signed-off-by: Hari Nagalla <hnagalla@ti.com>

Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>

> ---
>   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 bff55258..84873923 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.0 release
> -SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5"
> +# 0.6.1 release
> +SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d"
>   
> -PV = "0.6.0+git${SRCPV}"
> +PV = "0.6.1+git${SRCPV}"
>   
>   S = "${WORKDIR}/git"
>
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 bff55258..84873923 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.0 release
-SRCREV = "600ec4dd56d73cc7ad62082c63244183b34f77a5"
+# 0.6.1 release
+SRCREV = "510e90d0a75bc21d79020669d2ea03f8222f3b8d"
 
-PV = "0.6.0+git${SRCPV}"
+PV = "0.6.1+git${SRCPV}"
 
 S = "${WORKDIR}/git"