diff options
author | Apurva Nandan <a-nandan@ti.com> | 2024-01-05 13:31:43 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-01-05 10:22:34 -0600 |
commit | 3cc4cea657b9ba6fb4933f222f83bd78da1dcb7f (patch) | |
tree | 46470a40b1c6c71cd2318868c34cdacf49f0caff /meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |
parent | 9c9c220bf0985160a3a189e3096fc345352b1c32 (diff) | |
download | meta-ti-3cc4cea657b9ba6fb4933f222f83bd78da1dcb7f.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.6.4
Fetch from the latest commit which has J722S support now.
Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc')
-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 729cc437..78782e6a 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.3 release | 10 | # 0.6.4 release |
11 | SRCREV = "369ed24324c28c683d52637bb0cc7784b74c1385" | 11 | SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886" |
12 | 12 | ||
13 | PV = "0.6.3+git${SRCPV}" | 13 | PV = "0.6.4+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||