From 9f3bff164241fd4d89e503ee610faf2d3341039e Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Mon, 1 Nov 2021 15:32:58 -0400 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 Signed-off-by: Denys Dmytriyenko 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 df14d63f..140536e7 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"