diff options
author | Suman Anna <s-anna@ti.com> | 2020-12-11 12:13:27 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-12-12 10:12:34 -0600 |
commit | 6d4c1fd1cfe41e00f931d40e64f09f977aac7473 (patch) | |
tree | 179fd5b29572962fe09544913be1d0028f8360f2 /recipes-ti/ipc | |
parent | 1021415ce0ade8ff49ebf7b023efb30de9f918fd (diff) | |
download | meta-ti-6d4c1fd1cfe41e00f931d40e64f09f977aac7473.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/ipc')
-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 | ||