summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-09-16 18:15:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-16 21:30:23 -0400
commit8cfa8a318dbce61df82b679c4db0c60e869afbe7 (patch)
tree1bd7774aa18359739f04d29fe2391921f3325d6d /recipes-ti/ipc/ti-ipc_git.bb
parent022697f40f0b73212bd44d9211a5bb171bbfee87 (diff)
downloadmeta-ti-8cfa8a318dbce61df82b679c4db0c60e869afbe7.tar.gz
ti-ipc: Bump version to 3.40.01.08
* This provides a fix for GateMP support. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc_git.bb')
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 065d2c64..ac899bf6 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -6,15 +6,15 @@ 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.36.01.11" 9PV = "3.40.01.08"
10 10
11BRANCH = "3.36" 11BRANCH = "3.40"
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 file://0001-Add-kernel-build-dir.patch \ 14 file://0001-Add-kernel-build-dir.patch \
15 " 15 "
16# Commit corresponds to 3.36.01.11 16# Commit corresponds to 3.40.01.08
17SRCREV = "2a4256289d462d93a7e00a6ffb10bd46081a9500" 17SRCREV = "239354b731b77e30a70230ebb54a31a83fc8b12f"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20