diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2022-04-20 16:34:58 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-21 13:00:20 -0500 |
commit | 821c0bb4c310da00f303f3057a1479a0ba08072b (patch) | |
tree | 19ffff2a7264544c5c128b670b7fddca7355900e /recipes-ti | |
parent | f7dff82833a876b71eb625aeb379dcbf1fdc8bd0 (diff) | |
download | meta-ti-821c0bb4c310da00f303f3057a1479a0ba08072b.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.4.108.03.00.001
Update the ti-rpmsg-char library to 0.4.1 version that enables the
support for AM62x SoC family remote processors.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc index dc98fbb5..b499647a 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/recipes-ti/ipc/ti-rpmsg-char.inc | |||
@@ -7,10 +7,10 @@ PROTOCOL = "git" | |||
7 | BRANCH = "master" | 7 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
9 | 9 | ||
10 | # Initial 0.4.0 release | 10 | # Initial 0.4.1 release |
11 | SRCREV = "92b464f1e7477f77e44ae18d87b3d369576d662e" | 11 | SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" |
12 | 12 | ||
13 | PV = "0.4.0+git${SRCPV}" | 13 | PV = "0.4.1+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||