diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-11-12 08:04:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-12 08:15:19 -0500 |
commit | f5721982b14fefc337d227b1e9cb330a05f096f7 (patch) | |
tree | 6f8454438c3f84e6c5949554cdd89c3a3fca94e1 /recipes-ti/ipc/ti-ipc_git.bb | |
parent | 73c8b892967bc1e261a092d7970e53355f46566c (diff) | |
download | meta-ti-f5721982b14fefc337d227b1e9cb330a05f096f7.tar.gz |
ti-ipc: update to 3.41.00.02-eng
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 ac899bf6..e1432e01 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.40.01.08" | 9 | PV = "3.41.00.02" |
10 | 10 | ||
11 | BRANCH = "3.40" | 11 | BRANCH = "ipc-next" |
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.40.01.08 | 16 | # Commit corresponds to 3.41.00.02-eng |
17 | SRCREV = "239354b731b77e30a70230ebb54a31a83fc8b12f" | 17 | SRCREV = "b34c8ada4ed243cd52e504bf2c6fb3451dc730f8" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||