diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-02-28 07:50:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-27 22:54:49 -0500 |
commit | 2934600e9ba8f435712e4f09eea06379b7347340 (patch) | |
tree | 5d309acbf3e82a869088ad2f33da8adc4523a90f /recipes-ti/ipc | |
parent | f8e7d069eea38e0774c16af2b526feb3fba468d0 (diff) | |
download | meta-ti-2934600e9ba8f435712e4f09eea06379b7347340.tar.gz |
ti-ipc: update from "eng" to GA version of 3.45
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 14 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 77ce7ecc..7f029a72 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -25,19 +25,19 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 25 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
26 | name=${TI_IPC_METADATA_NAME}" | 26 | name=${TI_IPC_METADATA_NAME}" |
27 | 27 | ||
28 | # Corresponds to tag: 3.45.00.00_eng | 28 | # Corresponds to tag: 3.45.00.00 |
29 | SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e" | 29 | SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8" |
30 | 30 | ||
31 | # Corresponds to tag: 3.45.00.00_eng | 31 | # Corresponds to tag: 3.45.00.00 |
32 | SRCREV_ipc-metadata = "92fa9ce4419abf0fa2cf4063ee84e524c51548d0" | 32 | SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e" |
33 | 33 | ||
34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 34 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 35 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
36 | 36 | ||
37 | RELEASE_TYPE = "ENG" | 37 | RELEASE_TYPE = "GA" |
38 | RELEASE_SUFFIX = "_eng" | 38 | RELEASE_SUFFIX = "" |
39 | 39 | ||
40 | PR = "${INC_PR}.0" | 40 | PR = "${INC_PR}.2" |
41 | 41 | ||
42 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 42 | DEPENDS_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 876aca98..ea256d24 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9 | |||
6 | 6 | ||
7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | 7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" |
8 | TI_IPC_GIT_PROTOCOL = "git" | 8 | TI_IPC_GIT_PROTOCOL = "git" |
9 | TI_IPC_GIT_BRANCH = "ipc-next" | 9 | TI_IPC_GIT_BRANCH = "master" |
10 | 10 | ||
11 | #Corresponds to 3.45.00.00_eng | 11 | #Corresponds to 3.45.00.00 |
12 | TI_IPC_SRCREV = "9dd159d851496047b6833a5b7c71ed9ea95efc07" | 12 | TI_IPC_SRCREV = "1584985938884bf6cb1d839779578354b1865ea4" |
13 | 13 | ||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" |
15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" |