summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-02-25 09:50:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-27 18:19:46 -0500
commit179c0842b497df3e1d22caa5a04a67a7c75358ea (patch)
tree71c0dc08cecaaf45dc02114e7fb91b94c7f9f7b6
parented06c3bb58493a40b6fe584251a94f067fc9bdf7 (diff)
downloadmeta-ti-179c0842b497df3e1d22caa5a04a67a7c75358ea.tar.gz
ti-ipc: update to 3.45.00.00
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc10
-rw-r--r--recipes-ti/ipc/ti-ipc.inc6
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 8a2aa0a0..6aa08c53 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,4 +1,4 @@
1PV = "3.44.01.01" 1PV = "3.45.00.00"
2INC_PR = "r0" 2INC_PR = "r0"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 1c509b0e..332f238d 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
25branch=${TI_IPC_METADATA_GIT_BRANCH};\ 25branch=${TI_IPC_METADATA_GIT_BRANCH};\
26name=${TI_IPC_METADATA_NAME}" 26name=${TI_IPC_METADATA_NAME}"
27 27
28# Corresponds to tag: 3.44.01.01 28# Corresponds to tag: 3.45.00.00
29SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e" 29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
30 30
31# Corresponds to tag: 3.44.01.01 31# Corresponds to tag: 3.45.00.00
32SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839" 32SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e"
33 33
34S_ipc-examples = "${WORKDIR}/git/ipc-examples" 34S_ipc-examples = "${WORKDIR}/git/ipc-examples"
35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36 36
37PR = "${INC_PR}.0" 37PR = "${INC_PR}.1"
38 38
39DEPENDS_append_keystone = " ti-cgt6x-native \ 39DEPENDS_append_keystone = " ti-cgt6x-native \
40 gcc-arm-none-eabi-native \ 40 gcc-arm-none-eabi-native \
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 3ac8bf55..ea256d24 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
6 6
7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" 7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
8TI_IPC_GIT_PROTOCOL = "git" 8TI_IPC_GIT_PROTOCOL = "git"
9TI_IPC_GIT_BRANCH = "ipc-3.44-next" 9TI_IPC_GIT_BRANCH = "master"
10 10
11#Corresponds to 3.44.01.01 11#Corresponds to 3.45.00.00
12TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b" 12TI_IPC_SRCREV = "1584985938884bf6cb1d839779578354b1865ea4"
13 13
14BRANCH = "${TI_IPC_GIT_BRANCH}" 14BRANCH = "${TI_IPC_GIT_BRANCH}"
15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" 15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"