summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-05-28 22:00:45 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-01 15:45:19 -0400
commit3ac974779d7e9d2b098b425a8b8342cc499493c7 (patch)
treef3453691ae0fdba58c5282e2843f223483da22d5
parent10960c248cf65560e781ba4439e6c68b2adb7b42 (diff)
downloadmeta-ti-3ac974779d7e9d2b098b425a8b8342cc499493c7.tar.gz
ti-ipc: Update to new version 3.43
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.bb8
-rw-r--r--recipes-ti/ipc/ti-ipc.inc8
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 497fa95b..4c82f357 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -26,11 +26,11 @@ 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.42.01.03 29# Corresponds to tag: 3.43.00.01
30SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0" 30SRCREV_ipc-examples = "54df963e83f2fd613f794dc3b1b72c8ed855e0ac"
31 31
32# Corresponds to tag: 3.42.01.03 32# Corresponds to tag: 3.43.00.01
33SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c" 33SRCREV_ipc-metadata = "8829b3cf2068c87140ac062849c33cd1a21de636"
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"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 27b360df..6e09c3f1 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.42" 9TI_IPC_GIT_BRANCH = "3.43"
10 10
11#Corresponds to 3.42.01.03 11#Corresponds to 3.43.00.01
12TI_IPC_SRCREV = "dc6c5082f478225b7fbce4216173e6c5b36100b4" 12TI_IPC_SRCREV = "9e6ebc02c14ed4150dad5d45d8a7e35258bf37ad"
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.42.01.03" 19PV = "3.43.00.01"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"