1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

ipc: ti-rpmsg-char: Update library to 0.4.0

Update the ti-rpmsg-char library to 0.4.0 version that enables the
support for j721s2 SoC family remote processors.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Hari Nagalla
2022-02-22 04:14:16 +00:00
committed by Ryan Eatmon
parent 94c8c6bfbf
commit 2dd2942429
+3 -3
View File
@@ -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.1 release
SRCREV = "0824546f61bda7715519841d9b9f0fb030ddfaf2"
# Initial 0.4.0 release
SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e"
PV = "0.3.1+git${SRCPV}"
PV = "0.4.0+git${SRCPV}"
S = "${WORKDIR}/git"