summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-04-28 07:20:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-01 18:29:53 -0400
commit719059c970be69207398a68ac426e7d25630bfff (patch)
tree3de457cdb879cf89f818a9d4f5e07922edc9d985 /recipes-ti
parente12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (diff)
downloadmeta-ti-719059c970be69207398a68ac426e7d25630bfff.tar.gz
ti-ipc: Update to new version 3.46.00.02_eng
Picks up a bug fix for IPC Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc4
-rw-r--r--recipes-ti/ipc/ti-ipc.inc4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 58daaae1..988e7127 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,4 +1,4 @@
1PV = "3.46.00.01" 1PV = "3.46.00.02"
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 2a6cac07..5fead3f7 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -28,8 +28,8 @@ 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.01_eng 31# Corresponds to tag: 3.46.00.02_eng
32SRCREV_ipc-metadata = "a04b677e9c55bbffd4bd7071ab7dfb6dde3eb97f" 32SRCREV_ipc-metadata = "ec51206ff37707ca0c5eb1e13f24fff722f96d7d"
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"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index e2a91cf1..28af130d 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.01_eng 11#Corresponds to 3.46.00.02_eng
12TI_IPC_SRCREV = "a404d6aac840b6170cf4e9d819738842ec91746e" 12TI_IPC_SRCREV = "997ef62671476be051cd4f9f94907e61573dffae"
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"