summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-10-30 18:19:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-31 18:08:05 -0400
commit3b0a76adf6dab6ed52e63f5483521a4e7c659265 (patch)
tree2680cd1f2055e82e4ff374a0fbc7bba4a21fda2f
parenteb4d25209fe2dfa7ac844b3c813aca8d635cdaed (diff)
downloadmeta-ti-3b0a76adf6dab6ed52e63f5483521a4e7c659265.tar.gz
ti-ipc: Update to new version 3.44.00ti2016.05-rc2
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-rtos_git.bb10
-rw-r--r--recipes-ti/ipc/ti-ipc.inc8
2 files changed, 9 insertions, 9 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index e03e753d..5b0bed59 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -26,16 +26,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
26branch=${TI_IPC_METADATA_GIT_BRANCH};\ 26branch=${TI_IPC_METADATA_GIT_BRANCH};\
27name=${TI_IPC_METADATA_NAME}" 27name=${TI_IPC_METADATA_NAME}"
28 28
29# Corresponds to tag: 3.43.03.05 29# Corresponds to tag: 3.44.00.00
30SRCREV_ipc-examples = "766ee598c790c95dad80f9e5db5051e35de4e18f" 30SRCREV_ipc-examples = "a934d057647af00401e4bfd1c6a4a0f6144441b7"
31 31
32# Corresponds to tag: 3.43.04.05 32# Corresponds to tag: 3.44.00.00
33SRCREV_ipc-metadata = "70d397241ebb4b2fd5a09cb9d506ecbbb3f4ad1e" 33SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e"
34 34
35S_ipc-examples = "${WORKDIR}/git/ipc-examples" 35S_ipc-examples = "${WORKDIR}/git/ipc-examples"
36S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 36S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
37 37
38PR = "${INC_PR}.2" 38PR = "${INC_PR}.3"
39 39
40DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" 40DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
41DEPENDS_append_keystone = " ti-cgt6x-native \ 41DEPENDS_append_keystone = " ti-cgt6x-native \
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index cf576d15..869dada4 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,17 +6,17 @@ 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 = "3.43" 9TI_IPC_GIT_BRANCH = "ipc-next"
10 10
11#Corresponds to 3.43.03.05 11#Corresponds to 3.44.00.00
12TI_IPC_SRCREV = "6c2b64342cbd0317527a0924140566b2446488f5" 12TI_IPC_SRCREV = "e6f64d4b04f1c929366c922a2e5a4728fbb4d919"
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"
16SRCREV = "${TI_IPC_SRCREV}" 16SRCREV = "${TI_IPC_SRCREV}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19PV = "3.43.03.05" 19PV = "3.44.00.00"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"