diff options
author | Hari Nagalla <hnagalla@ti.com> | 2023-09-13 09:17:57 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-09-25 12:30:50 -0500 |
commit | 2aa715541774408eedbad2ef36d2214d98cd02b6 (patch) | |
tree | 8381e23f4b78b5cef79f1ead27414648e95a88ee /meta-ti-bsp | |
parent | 8b94460cae5e9be9a90dda5a407cca8cc3617946 (diff) | |
download | meta-ti-2aa715541774408eedbad2ef36d2214d98cd02b6.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.6.3
Update library to 0.6.3 as it adds support for AM62P
SoC.
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index b9983644..729cc437 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |||
@@ -7,10 +7,10 @@ PROTOCOL = "https" | |||
7 | BRANCH = "master" | 7 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
9 | 9 | ||
10 | # 0.6.2 release | 10 | # 0.6.3 release |
11 | SRCREV = "6e2e829f8810708638597d49a3a7c1f2eac28ba2" | 11 | SRCREV = "369ed24324c28c683d52637bb0cc7784b74c1385" |
12 | 12 | ||
13 | PV = "0.6.2+git${SRCPV}" | 13 | PV = "0.6.3+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||