From 1fe4515cee979923418fdf440a9e379fcf688c79 Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Mon, 18 Oct 2021 16:28:01 -0500 Subject: [PATCH] ipc: ti-rpmsg-char: Update library to 0.3.1 Update the ti-rpmsg-char library to 0.3.1 version that enables the support for the M4F remote processor on AM64x SoCs. Signed-off-by: Hari Nagalla Reviewed-by: Praneeth Bajjuri Signed-off-by: Yogesh Siraswar --- 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 c404f926..eaf0028d 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL = "git" BRANCH = "master" SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# Initial 0.3.0 release -SRCREV = "0e76d13d08f0df5c7e70d58bbf76f7e299906ae1" +# Initial 0.3.1 release +SRCREV = "0824546f61bda7715519841d9b9f0fb030ddfaf2" -PV = "0.3.0+git${SRCPV}" +PV = "0.3.1+git${SRCPV}" S = "${WORKDIR}/git"