diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-09-16 18:15:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-16 21:31:07 -0400 |
commit | c75165343190c273a58abc3c0735ebe101eebe1c (patch) | |
tree | 6c072745b160c86a9e73ab5c4923218084a905a0 /recipes-ti/ipc/ti-ipc_git.bb | |
parent | e5c48026583d696893d49acea40b7cd632f9b394 (diff) | |
download | meta-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.bb | 8 |
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 | ||
7 | DEPENDS += "virtual/kernel" | 7 | DEPENDS += "virtual/kernel" |
8 | 8 | ||
9 | PV = "3.36.01.11" | 9 | PV = "3.40.01.08" |
10 | 10 | ||
11 | BRANCH = "3.36" | 11 | BRANCH = "3.40" |
12 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \ | 12 | SRC_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 |
17 | SRCREV = "2a4256289d462d93a7e00a6ffb10bd46081a9500" | 17 | SRCREV = "239354b731b77e30a70230ebb54a31a83fc8b12f" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||