summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-05-12 22:35:28 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-12 12:56:35 -0400
commit9c121c61a9cb30e554a9d3b6c208c16f0b7c423f (patch)
tree788ec12da1fe87c73b2c9a1699f58e63a463d996
parentd59271f5a7092dc7cc124153025058fe4b34d75e (diff)
downloadmeta-ti-9c121c61a9cb30e554a9d3b6c208c16f0b7c423f.tar.gz
ti-ipc: Update to GA version 3.46.00.02
docs: Release notes updated 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.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc10
-rw-r--r--recipes-ti/ipc/ti-ipc.inc2
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 988e7127..be526e98 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.00.02"
2INC_PR = "r0" 2INC_PR = "r1"
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 e76c1e48..67ffa2e6 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -28,16 +28,16 @@ name=${TI_IPC_METADATA_NAME}"
28# Corresponds to tag: 3.45.00.00 28# Corresponds to tag: 3.45.00.00
29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" 29SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
30 30
31# Corresponds to tag: 3.46.00.02_eng 31# Corresponds to tag: 3.46.00.02
32SRCREV_ipc-metadata = "ec51206ff37707ca0c5eb1e13f24fff722f96d7d" 32SRCREV_ipc-metadata = "6addc32842c1433504cee2fb930af521798d3a1b"
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
37RELEASE_TYPE = "ENG" 37RELEASE_TYPE = "GA"
38RELEASE_SUFFIX = "_eng" 38RELEASE_SUFFIX = ""
39 39
40PR = "${INC_PR}.r1" 40PR = "${INC_PR}.r2"
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 28af130d..09d7cc2f 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -8,7 +8,7 @@ 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_eng 11#Corresponds to 3.46.00.02
12TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae" 12TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae"
13 13
14BRANCH = "${TI_IPC_GIT_BRANCH}" 14BRANCH = "${TI_IPC_GIT_BRANCH}"