From 7fdab18f24c561fd2f293c93a821dfe8057b55d5 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 23 Sep 2022 16:14:43 -0500 Subject: ipc: ti-rpmsg-char: Update library to 0.5.1 Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc index a0e03851..0b35f412 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/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};" -# Initial 0.4.1 release -SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" +# Initial 0.5.1 release +SRCREV = "adb964ee72f99545e2ad55c50cfd14015a7d837e" -PV = "0.4.1+git${SRCPV}" +PV = "0.5.1+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf