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:31:07 -0400
commitc75165343190c273a58abc3c0735ebe101eebe1c (patch)
tree6c072745b160c86a9e73ab5c4923218084a905a0 /recipes-ti/ipc/ti-ipc_git.bb
parente5c48026583d696893d49acea40b7cd632f9b394 (diff)
downloadmeta-ti-c75165343190c273a58abc3c0735ebe101eebe1c.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