diff options
author | Devarsh Thakkar <devarsht@ti.com> | 2023-01-04 19:56:09 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-05 16:45:19 -0600 |
commit | 5f685a39de2fc8793fb62e953096c8deb2cb71e6 (patch) | |
tree | 7fbf3ef7344faa7832991c2e812855d25bc654c3 /recipes-ti | |
parent | dbebc412d885b40204c3f0a94f55058aa55dfe79 (diff) | |
download | meta-ti-5f685a39de2fc8793fb62e953096c8deb2cb71e6.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.5.2
Update library to 0.5.2 as it adds support for AM62A
SoC.
Co-Authored-By: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Acked-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 0b35f412..2c6ab414 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/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 | # Initial 0.5.1 release | 10 | # Initial 0.5.2 release |
11 | SRCREV = "adb964ee72f99545e2ad55c50cfd14015a7d837e" | 11 | SRCREV = "1da3e1bd0412c148ab57690940fea5d129220896" |
12 | 12 | ||
13 | PV = "0.5.1+git${SRCPV}" | 13 | PV = "0.5.2+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||