summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-06-04 04:54:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-03 20:26:52 -0400
commit24c5c09b5de25f83eca6baef58cd29cbb6e058ba (patch)
treef422d075ffdab76f8f7391f3374ec2dea5d5d5e9
parentf47b368bd5fbc42998f810760f4c8e64cf0d5fca (diff)
downloadmeta-ti-24c5c09b5de25f83eca6baef58cd29cbb6e058ba.tar.gz
ti-ipc: update to 3.36.01.11
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb8
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb8
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb8
3 files changed, 12 insertions, 12 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
deleted file mode 100644
index 4c67c6e3..00000000
--- a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require ti-ipc-rtos.inc
2
3PV = "3_35_01_07"
4
5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
6
7SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34"
8SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314"
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb b/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb
new file mode 100644
index 00000000..07a81363
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb
@@ -0,0 +1,8 @@
1require ti-ipc-rtos.inc
2
3PV = "3_36_01_11"
4
5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
6
7SRC_URI[ipczip.md5sum] = "560a75d6291ba1467ab9e328b3f7b995"
8SRC_URI[ipczip.sha256sum] = "ccf339a976a313c9f12cbdd91e74e7e0bc36507086b0cf077a344dcd79b9b273"
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index bb2c3c9f..5f0b8db0 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -6,14 +6,14 @@ 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.35.01.07" 9PV = "3.36.01.11"
10 10
11BRANCH = "master" 11BRANCH = "3.36"
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 " 14 "
15# Commit corresponds to 3.35.01.07 15# Commit corresponds to 3.36.01.11
16SRCREV = "358d966c9f5973faf9ab71fb1d7dfe5d3e08a8dc" 16SRCREV = "2a4256289d462d93a7e00a6ffb10bd46081a9500"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19