summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-06-03 17:54:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-05 13:19:33 -0400
commit26058cf5768decff3bcd147a967c84451f43c719 (patch)
tree419d23f294f2079449e08b94e7d9a221eea69218
parente609ba60ca19bb3ae90853534133c90bdc5874d3 (diff)
downloadmeta-ti-26058cf5768decff3bcd147a967c84451f43c719.tar.gz
ti-ipc: Update to new version 3.46.01.03
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc4
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc8
-rw-r--r--recipes-ti/ipc/ti-ipc.inc4
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index be526e98..f5d85020 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
1PV = "3.46.00.02" 1PV = "3.46.01.03"
2INC_PR = "r1" 2INC_PR = "r0"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5 5
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 67ffa2e6..a266ec3a 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -25,11 +25,11 @@ 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.45.00.00 28# Corresponds to tag: 3.46.01.03
29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" 29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
30 30
31# Corresponds to tag: 3.46.00.02 31# Corresponds to tag: 3.46.01.03
32SRCREV_ipc-metadata = "6addc32842c1433504cee2fb930af521798d3a1b" 32SRCREV_ipc-metadata = "0d80fea7f79fb40109879d061b849b68bbab1124"
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"
@@ -37,7 +37,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
37RELEASE_TYPE = "GA" 37RELEASE_TYPE = "GA"
38RELEASE_SUFFIX = "" 38RELEASE_SUFFIX = ""
39 39
40PR = "${INC_PR}.r2" 40PR = "${INC_PR}.r0"
41 41
42DEPENDS_append_keystone = " ti-cgt6x-native \ 42DEPENDS_append_keystone = " ti-cgt6x-native \
43 gcc-arm-none-eabi-native \ 43 gcc-arm-none-eabi-native \
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 09d7cc2f..39e57a9a 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
8TI_IPC_GIT_PROTOCOL = "git" 8TI_IPC_GIT_PROTOCOL = "git"
9TI_IPC_GIT_BRANCH = "3.46" 9TI_IPC_GIT_BRANCH = "3.46"
10 10
11#Corresponds to 3.46.00.02 11#Corresponds to 3.46.01.03
12TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae" 12TI_IPC_SRCREV = "7b3a739876e46d3194861a2d93077ff95954affb"
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"