summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-01-06 21:09:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-01-08 11:57:27 -0500
commit549f3fcbff609979097cc3643a846ce4adc38148 (patch)
tree6c18651bfbfeb93c51a4748b5ce12e4a690e3d5d
parent91e70b16fcc165bfe8824ece198f64b7757aac40 (diff)
downloadmeta-ti-549f3fcbff609979097cc3643a846ce4adc38148.tar.gz
ti-ipc: Upgrade to IPC 3.30.01.12 GA.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 185e58b8..07f81959 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -6,16 +6,13 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f
6 6
7DEPENDS += "virtual/kernel" 7DEPENDS += "virtual/kernel"
8 8
9PV = "3.30.00.09" 9PV = "3.30.01.12"
10
11# This is the first version of the 3.30.00.09
12# PR = "r0"
13 10
14BRANCH = "master" 11BRANCH = "master"
15SRC_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} \
16 file://tiipclad-daemon.sh \ 13 file://tiipclad-daemon.sh \
17 " 14 "
18SRCREV = "595bc3e3bbb2e7ec12a8287145d8e3929291e59d" 15SRCREV = "8deec9b295a5700b26449986927c77d60c5c0e5f"
19 16
20S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
21 18