diff options
author | Suman Anna <s-anna@ti.com> | 2020-12-11 12:13:27 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-12-11 06:23:45 -0600 |
commit | 05437e4d51ec6b9bbc9ecc09b64efa287e7851b9 (patch) | |
tree | 3ac3432eee7cb1ec57dc976006f68233c528c1c4 /recipes-ti | |
parent | 33c89d6c5267e430242d7be56a386fe3650f6c08 (diff) | |
download | meta-ti-05437e4d51ec6b9bbc9ecc09b64efa287e7851b9.tar.gz |
ipc: ti-rpmsg-char: Update library to 0.3.0
Update the ti-rpmsg-char library to 0.3.0 version that enables
the support for the various R5F remote processors on AM64x SoCs.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Dan Murphy <dmurphy@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 b37672a6..c404f926 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.2.0 release | 10 | # Initial 0.3.0 release |
11 | SRCREV = "ecee54d2bd5125d4e78028013433b568a2b72d07" | 11 | SRCREV = "0e76d13d08f0df5c7e70d58bbf76f7e299906ae1" |
12 | 12 | ||
13 | PV = "0.2.0+git${SRCPV}" | 13 | PV = "0.3.0+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||