summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-22 09:45:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-22 12:01:46 -0400
commitfe401c2bfcdaf6acd60aca6d64db6d8235498ab0 (patch)
treef68e773b51c61d0c382fa0c4aed6ba930fba9366
parentaeab3c18253f7632811449c14213244aacac81e1 (diff)
downloadmeta-ti-fe401c2bfcdaf6acd60aca6d64db6d8235498ab0.tar.gz
ipc: Update to new version 3.35.1.7
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 6f462950..bb2c3c9f 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -6,14 +6,14 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
6 6
7DEPENDS += "virtual/kernel" 7DEPENDS += "virtual/kernel"
8 8
9PV = "3.35.00.05" 9PV = "3.35.01.07"
10 10
11BRANCH = "master" 11BRANCH = "master"
12SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \ 12SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
13 file://tiipclad-daemon.sh \ 13 file://tiipclad-daemon.sh \
14 " 14 "
15# Commit corresponds to 3.35.00.05 15# Commit corresponds to 3.35.01.07
16SRCREV = "ce35c999f5c3368e387740a38aef3358290579b3" 16SRCREV = "358d966c9f5973faf9ab71fb1d7dfe5d3e08a8dc"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19